Skip to content

Commit 23645bc

Browse files
Daniel Miessalexdeucher
authored andcommitted
drm/amd/display: Don't set dpms_off for seamless boot
[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]>
1 parent 94f6f05 commit 23645bc

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
@@ -1262,6 +1262,9 @@ static void disable_vbios_mode_if_required(
12621262
if (stream == NULL)
12631263
continue;
12641264

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

0 commit comments

Comments
 (0)