drm/amdgpu/vcn2.5: split code along instances
authorAlex Deucher <alexander.deucher@amd.com>
Wed, 13 Nov 2024 16:51:12 +0000 (11:51 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 13 Feb 2025 02:05:49 +0000 (21:05 -0500)
commitebc25499de1287d9ad5f8461586e76e05a54df02
treecc6ad8506266e31742de38f37ab785bfe5583fd1
parent53472eeb22ad5b122a485f73583f8201a8a32401
drm/amdgpu/vcn2.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.

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