Skip to content

Commit f9ef038

Browse files
committed
drivers/gpu/drm/amd/display/dc/dml/dcn20/dcn20_fpu.c: mark DTBCLK required for DCN20+
1 parent eae783e commit f9ef038

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/gpu/drm/amd/display/dc/dml/dcn20/dcn20_fpu.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1050,6 +1050,8 @@ static bool is_dtbclk_required(struct dc *dc, struct dc_state *context)
10501050
continue;
10511051
if (dc->link_srv->dp_is_128b_132b_signal(&context->res_ctx.pipe_ctx[i]))
10521052
return true;
1053+
if (dc_is_hdmi_frl_signal(context->res_ctx.pipe_ctx[i].stream->signal))
1054+
return true;
10531055
}
10541056
return false;
10551057
}

0 commit comments

Comments
 (0)