Skip to content

Commit fce87a1

Browse files
committed
drivers/gpu/drm/amd/display/dc/hwss/dcn314/dcn313_hwseq.c: set ODM H div mode to manual on FRL
1 parent f9ef038 commit fce87a1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

drivers/gpu/drm/amd/display/dc/hwss/dcn314/dcn314_hwseq.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,11 @@ void dcn314_update_odm(struct dc *dc, struct dc_state *context, struct pipe_ctx
191191
pipe_ctx->stream_res.tg->funcs->set_odm_bypass(
192192
pipe_ctx->stream_res.tg, &pipe_ctx->stream->timing);
193193

194+
/* no idea if this is the correct logic. but windows seems to pick manual mode */
195+
if (dc_is_hdmi_frl_signal(pipe_ctx->stream->signal))
196+
pipe_ctx->stream_res.tg->funcs->set_h_timing_div_manual_mode(
197+
pipe_ctx->stream_res.tg, true);
198+
194199
if (mpc->funcs->set_out_rate_control) {
195200
for (i = 0; i < opp_cnt; ++i) {
196201
mpc->funcs->set_out_rate_control(

0 commit comments

Comments
 (0)