]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amdgpu/vcn4.0: split code along instances
authorAlex Deucher <alexander.deucher@amd.com>
Wed, 13 Nov 2024 17:01:44 +0000 (12:01 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 27 Feb 2025 20:52:28 +0000 (15:52 -0500)
commitf4cd7a85db75d78f7cb907de785b1140e8b8b8aa
treedcffa403ccc0608e17b882b19e315238703bc0c1
parentd39f1bb57741ff6e34dd3c2937d5cddfed8a499c
drm/amdgpu/vcn4.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_v4_0.c