Skip to content

Commit 65059dc

Browse files
Daniel Miessgregkh
authored andcommitted
drm/amd/display: Don't set dpms_off for seamless boot
commit 23645bc upstream. [Why] eDPs fail to light up with seamless boot enabled [How] When seamless boot is enabled don't configure dpms_off in disable_vbios_mode_if_required. Reviewed-by: Charlene Liu <[email protected]> Cc: Mario Limonciello <[email protected]> Cc: Alex Deucher <[email protected]> Cc: [email protected] Acked-by: Tom Chung <[email protected]> Signed-off-by: Daniel Miess <[email protected]> Tested-by: Daniel Wheeler <[email protected]> Signed-off-by: Alex Deucher <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent ea7596e commit 65059dc

File tree

1 file changed

+3
-0
lines changed
  • drivers/gpu/drm/amd/display/dc/core

1 file changed

+3
-0
lines changed

drivers/gpu/drm/amd/display/dc/core/dc.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1263,6 +1263,9 @@ static void disable_vbios_mode_if_required(
12631263
if (stream == NULL)
12641264
continue;
12651265

1266+
if (stream->apply_seamless_boot_optimization)
1267+
continue;
1268+
12661269
// only looking for first odm pipe
12671270
if (pipe->prev_odm_pipe)
12681271
continue;

0 commit comments

Comments
 (0)