Skip to content
Snippets Groups Projects
Commit 0581bcc4 authored by Jessica Zhang's avatar Jessica Zhang Committed by Neil Armstrong
Browse files

drm/panel: visionox-vtdr6130: Set prepare_prev_first flag

parent d543d1b6
No related branches found
No related tags found
No related merge requests found
......@@ -287,6 +287,7 @@ static int visionox_vtdr6130_probe(struct mipi_dsi_device *dsi)
dsi->format = MIPI_DSI_FMT_RGB888;
dsi->mode_flags = MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_NO_EOT_PACKET |
MIPI_DSI_CLOCK_NON_CONTINUOUS;
ctx->panel.prepare_prev_first = true;
drm_panel_init(&ctx->panel, dev, &visionox_vtdr6130_panel_funcs,
DRM_MODE_CONNECTOR_DSI);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment