]> www.infradead.org Git - users/hch/configfs.git/commit
drm/amd/display: Change ASSR disable sequence
authorSwapnil Patel <swapnil.patel@amd.com>
Thu, 18 Apr 2024 18:30:39 +0000 (14:30 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 30 Apr 2024 13:57:29 +0000 (09:57 -0400)
commit2d696cc837eaf5394d79bfd2b0b0483c4778aa83
tree73b8680fe4a2871116cdc1e7f021e1586e2746a7
parentafca033f10d346b6be794e468ed614a6fdc68a14
drm/amd/display: Change ASSR disable sequence

[Why]
Currently disabling ASSR before stream is disabled causes visible
display corruption.

[How]
Move disable ASSR command to after stream has been disabled.

Cc: Mario Limonciello <mario.limonciello@amd.com>
Cc: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
Reviewed-by: Wenjing Liu <wenjing.liu@amd.com>
Acked-by: Wayne Lin <wayne.lin@amd.com>
Signed-off-by: Swapnil Patel <swapnil.patel@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/link/link_dpms.c