]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/amd/display: Remove unnecessary eDP power down
authorYiling Chen <yi-ling.chen2@amd.com>
Fri, 20 Dec 2024 09:12:54 +0000 (17:12 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 10 Jan 2025 17:06:58 +0000 (12:06 -0500)
commitf5860c88cdfe7300d08c1aef881bba0cac369e34
treeb25f140bfa9a131d0bb61dea7159bb096513e3c5
parentc7ccfc0d4241a834c25a9a9e1e78b388b4445d23
drm/amd/display: Remove unnecessary eDP power down

[why]
When first time of link training is fail,
eDP would be powered down and
would not be powered up for next retry link training.
It causes that all of retry link linking would be fail.

[how]
We has extracted both power up and down sequence from
enable/disable link output function before DCN32.
We remov eDP power down in dcn32_disable_link_output().

Reviewed-by: Charlene Liu <charlene.liu@amd.com>
Signed-off-by: Yiling Chen <yi-ling.chen2@amd.com>
Signed-off-by: Tom Chung <chiahsuan.chung@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/hwss/dcn32/dcn32_hwseq.c