]> www.infradead.org Git - users/willy/xarray.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 18:40:48 +0000 (13:40 -0500)
commit470d4f05c77153b97f53554a3c44164361a4d939
treee24af6b6144772ee4a9d305bfc830dc2809f8c44
parent35ca53b7b0f0ffd16c6675fd76abac9409cf83e0
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>
(cherry picked from commit f5860c88cdfe7300d08c1aef881bba0cac369e34)
drivers/gpu/drm/amd/display/dc/hwss/dcn32/dcn32_hwseq.c