Commit ef013f6f authored by Daniel Miess's avatar Daniel Miess Committed by Alex Deucher

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: default avatarCharlene Liu <charlene.liu@amd.com>
Cc: Mario Limonciello <mario.limonciello@amd.com>
Cc: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
Acked-by: default avatarTom Chung <chiahsuan.chung@amd.com>
Signed-off-by: default avatarDaniel Miess <daniel.miess@amd.com>
Tested-by: default avatarDaniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent e53524cd
...@@ -1232,6 +1232,9 @@ static void disable_vbios_mode_if_required( ...@@ -1232,6 +1232,9 @@ static void disable_vbios_mode_if_required(
if (stream == NULL) if (stream == NULL)
continue; continue;
if (stream->apply_seamless_boot_optimization)
continue;
// only looking for first odm pipe // only looking for first odm pipe
if (pipe->prev_odm_pipe) if (pipe->prev_odm_pipe)
continue; continue;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment