Skip to content

Commit fb4f3c9

Browse files
YFESTMsravnborg
authored andcommitted
drm/panel: rm68200: allow using non-continuous dsi clock
The panel is able to work when dsi clock is non-continuous, thus the system power consumption can be reduced using such feature. Add MIPI_DSI_CLOCK_NON_CONTINUOUS to panel's mode_flags. Signed-off-by: Antonio Borneo <[email protected]> Signed-off-by: Yannick Fertre <[email protected]> Signed-off-by: Sam Ravnborg <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 51e50e5 commit fb4f3c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/panel/panel-raydium-rm68200.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ static int rm68200_probe(struct mipi_dsi_device *dsi)
391391
dsi->lanes = 2;
392392
dsi->format = MIPI_DSI_FMT_RGB888;
393393
dsi->mode_flags = MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_VIDEO_BURST |
394-
MIPI_DSI_MODE_LPM;
394+
MIPI_DSI_MODE_LPM | MIPI_DSI_CLOCK_NON_CONTINUOUS;
395395

396396
drm_panel_init(&ctx->panel, dev, &rm68200_drm_funcs,
397397
DRM_MODE_CONNECTOR_DSI);

0 commit comments

Comments
 (0)