]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amdgpu: rework resume handling for display (v2)
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 25 Nov 2024 18:59:09 +0000 (13:59 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 3 Dec 2024 23:19:23 +0000 (18:19 -0500)
commit73dae652dcac776296890da215ee7dec357a1032
tree38cf35d5369b44b4707fbd64cab3f0f01235c097
parent1443dd3c67f6d1a8bd1f810e598e2f0c6f19205c
drm/amdgpu: rework resume handling for display (v2)

Split resume into a 3rd step to handle displays when DCC is
enabled on DCN 4.0.1.  Move display after the buffer funcs
have been re-enabled so that the GPU will do the move and
properly set the DCC metadata for DCN.

v2: fix fence irq resume ordering

Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org # 6.11.x
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c