Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/amd/display: link_status not align when power off encoder

[Why]
The link_status is incorrect cause driver power off eDP when backlight
on. Some eDP panels may show garbage on screen.

[How]
Correct link_status when power off encoder

Signed-off-by: Paul Hsieh <paul.hsieh@amd.com>
Reviewed-by: Anthony Koo <Anthony.Koo@amd.com>
Acked-by: Qingqing Zhuo <qingqing.zhuo@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Paul Hsieh and committed by
Alex Deucher
b56e90ea c821cddf

+2
+2
drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
··· 1443 1443 1444 1444 dc->links[i]->link_enc->funcs->disable_output( 1445 1445 dc->links[i]->link_enc, signal); 1446 + 1447 + dc->links[i]->link_status.link_active = false; 1446 1448 } 1447 1449 } 1448 1450