Skip to content

Commit

Permalink
drm/panel: fairphone-fp3-hx83112b: Call set_tear_on when turning on
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
barni2000 committed Nov 19, 2024
1 parent 09795c2 commit aa9f6e6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ static int djn_hx83112b_on(struct djn_hx83112b *ctx)
mipi_dsi_dcs_set_display_brightness_multi(&dsi_ctx, 0x0000);
mipi_dsi_dcs_write_seq_multi(&dsi_ctx, MIPI_DCS_WRITE_CONTROL_DISPLAY,
0x24);
mipi_dsi_dcs_set_tear_on_multi(&dsi_ctx, MIPI_DSI_DCS_TEAR_MODE_VBLANK);

return dsi_ctx.accum_err;
}
Expand Down

0 comments on commit aa9f6e6

Please sign in to comment.