Skip to content

sony-pioneer: add TEAR_MODE_VBLANK to init seq #85

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions drivers/gpu/drm/panel/panel-truly-td4322.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ static int truly_td4322_on(struct truly_td4322 *ctx)
mipi_dsi_generic_write_seq(dsi, 0xb0, 0x00);
mipi_dsi_generic_write_seq(dsi, 0xd5,
0x03, 0x00, 0x00, 0x02, 0x23, 0x02, 0x23);
mipi_dsi_dcs_set_tear_on(dsi, MIPI_DSI_DCS_TEAR_MODE_VBLANK);

ret = mipi_dsi_dcs_set_display_on(dsi);
if (ret < 0) {
Expand Down