Skip to content

Commit 4a92ef0

Browse files
agxdianders
authored andcommitted
drm/panel: visionox-rm69299: Make use of prepare_prev_first
The DSI link must be powered up to let panel driver to talk to the panel during prepare() callback execution. Set the prepare_prev_first flag to guarantee this. Fixes: 9e15123 ("drm/msm/dsi: Stop unconditionally powering up DSI hosts at modeset") Signed-off-by: Guido Günther <agx@sigxcpu.org> Signed-off-by: David Heidelberg <david@ixit.cz> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Reviewed-by: Douglas Anderson <dianders@chromium.org> Signed-off-by: Douglas Anderson <dianders@chromium.org> Link: https://patch.msgid.link/20260417-axolotl-display-v2-1-8ce5341e46c2@ixit.cz
1 parent 6bf7969 commit 4a92ef0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/gpu/drm/panel/panel-visionox-rm69299.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,8 @@ static int visionox_rm69299_probe(struct mipi_dsi_device *dsi)
376376
return PTR_ERR(ctx->reset_gpio);
377377
}
378378

379+
ctx->panel.prepare_prev_first = true;
380+
379381
ctx->panel.backlight = visionox_rm69299_create_backlight(ctx);
380382
if (IS_ERR(ctx->panel.backlight))
381383
return dev_err_probe(dev, PTR_ERR(ctx->panel.backlight),

0 commit comments

Comments
 (0)