Skip to content

Commit aa9f6e6

Browse files
committed
drm/panel: fairphone-fp3-hx83112b: Call set_tear_on when turning on
Otherwise no Tearing Effect output signal will be produced the panel. Observed behavior is that the panel is stuck at 30Hz instead of 60Hz. Signed-off-by: Barnabás Czémán <[email protected]>
1 parent 09795c2 commit aa9f6e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/panel/msm8953-generated/panel-fairphone-fp3-hx83112b.c

+1
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ static int djn_hx83112b_on(struct djn_hx83112b *ctx)
205205
mipi_dsi_dcs_set_display_brightness_multi(&dsi_ctx, 0x0000);
206206
mipi_dsi_dcs_write_seq_multi(&dsi_ctx, MIPI_DCS_WRITE_CONTROL_DISPLAY,
207207
0x24);
208+
mipi_dsi_dcs_set_tear_on_multi(&dsi_ctx, MIPI_DSI_DCS_TEAR_MODE_VBLANK);
208209

209210
return dsi_ctx.accum_err;
210211
}

0 commit comments

Comments
 (0)