Skip to content

Commit 1d244f0

Browse files
committed
drivers/gpu/drm/amd/display/dc/link/link_dpms.c: don't disable FRL on dpms off
Causes issues for LG users
1 parent 637df73 commit 1d244f0

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

drivers/gpu/drm/amd/display/dc/link/link_dpms.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2412,9 +2412,6 @@ void link_set_dpms_off(struct pipe_ctx *pipe_ctx)
24122412
}
24132413
}
24142414

2415-
if (dc_is_hdmi_signal(pipe_ctx->stream->signal))
2416-
dc_link_disable_frl(pipe_ctx->stream->link);
2417-
24182415
if (pipe_ctx->stream->signal == SIGNAL_TYPE_DISPLAY_PORT &&
24192416
!dp_is_128b_132b_signal(pipe_ctx)) {
24202417

0 commit comments

Comments
 (0)