drm/amdgpu/vcn4.0.5: split code along instances
authorAlex Deucher <alexander.deucher@amd.com>
Wed, 13 Nov 2024 17:21:18 +0000 (12:21 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 27 Feb 2025 20:52:28 +0000 (15:52 -0500)
commitecc9ab4e924b7eb9e2c4a668162aaa1d9d60d08c
treee5d43f09a692005f9668c53ee3ea1cb172559b2e
parent5826d5a5d5c5548a11fbc503d9a0bdee8af310d2
drm/amdgpu/vcn4.0.5: split code along instances

Split the code on a per instance basis.  This will allow
us to use the per instance functions in the future to
handle more things per instance.

v2: squash in fix for stop() from Boyuan

Reviewed-by: Boyuan Zhang <Boyuan.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/vcn_v4_0_5.c