]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amdgpu/vcn: use per instance callbacks for idle work handler
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 26 Nov 2024 17:26:32 +0000 (12:26 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 27 Feb 2025 20:52:31 +0000 (15:52 -0500)
commit4ce4fe27205c1dea5e6d87edac4ccb0452a9d487
tree50d6c4075fcb8e37fa3fc143ba9782443a203bc8
parent592846e3fe87cf120ef8b2c5e490762354e5ec2e
drm/amdgpu/vcn: use per instance callbacks for idle work handler

Use the vcn instance power gating callbacks rather than
the IP powergating callback.  This limits power gating to
only the instance in use rather than all of the instances.

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