We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 637df73 commit 1d244f0Copy full SHA for 1d244f0
1 file changed
drivers/gpu/drm/amd/display/dc/link/link_dpms.c
@@ -2412,9 +2412,6 @@ void link_set_dpms_off(struct pipe_ctx *pipe_ctx)
2412
}
2413
2414
2415
- if (dc_is_hdmi_signal(pipe_ctx->stream->signal))
2416
- dc_link_disable_frl(pipe_ctx->stream->link);
2417
-
2418
if (pipe_ctx->stream->signal == SIGNAL_TYPE_DISPLAY_PORT &&
2419
!dp_is_128b_132b_signal(pipe_ctx)) {
2420
0 commit comments