drm/amdgpu/vcn3.0: split code along instances
authorAlex Deucher <alexander.deucher@amd.com>
Wed, 13 Nov 2024 16:47:49 +0000 (11:47 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 27 Feb 2025 20:52:28 +0000 (15:52 -0500)
commitd39f1bb57741ff6e34dd3c2937d5cddfed8a499c
tree02e34b159b9c76bf45b13f17c596c9427c45e894
parentdae870019866b247a7796359c4327ade3170faa4
drm/amdgpu/vcn3.0: 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_v3_0.c