Skip to content

Commit d213471

Browse files
committed
drivers/gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c: mark DTBCLK required for DCN32
1 parent 707f66d commit d213471

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1606,6 +1606,8 @@ static bool is_dtbclk_required(struct dc *dc, struct dc_state *context)
16061606
continue;
16071607
if (dc->link_srv->dp_is_128b_132b_signal(&context->res_ctx.pipe_ctx[i]))
16081608
return true;
1609+
if (dc_is_hdmi_frl_signal(context->res_ctx.pipe_ctx[i].stream->signal))
1610+
return true;
16091611
}
16101612
return false;
16111613
}

0 commit comments

Comments
 (0)