Skip to content

Commit 17d577b

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 fb9bb55 commit 17d577b

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
@@ -2453,9 +2453,6 @@ void link_set_dpms_off(struct pipe_ctx *pipe_ctx)
24532453
}
24542454
}
24552455

2456-
if (dc_is_hdmi_signal(pipe_ctx->stream->signal))
2457-
dc_link_disable_frl(pipe_ctx->stream->link);
2458-
24592456
if (pipe_ctx->stream->signal == SIGNAL_TYPE_DISPLAY_PORT &&
24602457
!dp_is_128b_132b_signal(pipe_ctx)) {
24612458

0 commit comments

Comments
 (0)