Skip to content

Commit ef789ce

Browse files
dos1superna9999
authored andcommitted
drm/panel: mantix: Enable DSI LPM
This improves reliability of sending DSI commands. Signed-off-by: Sebastian Krzyszkowiak <sebastian.krzyszkowiak@puri.sm> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> Link: https://patch.msgid.link/20260105-mantix-halo-fixes-v1-1-1ebc9b195a34@puri.sm
1 parent 95eed73 commit ef789ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/panel/panel-mantix-mlaf057we51.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ static int mantix_probe(struct mipi_dsi_device *dsi)
258258

259259
dsi->lanes = 4;
260260
dsi->format = MIPI_DSI_FMT_RGB888;
261-
dsi->mode_flags = MIPI_DSI_MODE_VIDEO |
261+
dsi->mode_flags = MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_LPM |
262262
MIPI_DSI_MODE_VIDEO_BURST | MIPI_DSI_MODE_VIDEO_SYNC_PULSE;
263263

264264
ctx->avdd = devm_regulator_get(dev, "avdd");

0 commit comments

Comments
 (0)