Skip to content

Commit 501fd24

Browse files
committed
Revert "drm/amd/display: fix dpms_off issue when disabling bios mode"
This reverts commit 5aa6637. This causes a blank screen on boot on an Asus G513QY / 6800M laptop. Bug: https://gitlab.freedesktop.org/drm/amd/-/issues/2259 Cc: Aric Cyr <[email protected]> Cc: Tom Chung <[email protected]> Cc: Zhongwei Zhang <[email protected]> Cc: Harry Wentland <[email protected]> Tested-by: Mike Lothian <[email protected]> Reviewed-by: Luben Tuikov <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent b7a3260 commit 501fd24

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1192,7 +1192,7 @@ static void disable_vbios_mode_if_required(
11921192

11931193
if (pix_clk_100hz != requested_pix_clk_100hz) {
11941194
core_link_disable_stream(pipe);
1195-
pipe->stream->dpms_off = true;
1195+
pipe->stream->dpms_off = false;
11961196
}
11971197
}
11981198
}

0 commit comments

Comments
 (0)