]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amd/display: Reset apply_eamless_boot_optimization when dpms_off
authorDanny Wang <Danny.Wang@amd.com>
Thu, 24 Jul 2025 05:58:21 +0000 (13:58 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 11 Aug 2025 15:13:26 +0000 (11:13 -0400)
commitad335b5fc9ed1cdeb33fbe97d2969b3a2eedaf3e
treecc7e46187b359f018a4d187303e170e22af2e151
parente7496c15d830689cc4fc666b976c845ed2c5ed28
drm/amd/display: Reset apply_eamless_boot_optimization when dpms_off

[WHY&HOW]
The user closed the lid while the system was powering on and opened it
again before the “apply_seamless_boot_optimization” was set to false,
resulting in the eDP remaining blank.
Reset the “apply_seamless_boot_optimization” to false when dpms off.

Reviewed-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Signed-off-by: Danny Wang <Danny.Wang@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/core/dc.c