Skip to content

Commit c222177

Browse files
lumagsuperna9999
authored andcommitted
drm/panel: sharp-ls043t1le01: 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: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Reviewed-by: Douglas Anderson <dianders@chromium.org> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> Link: https://patch.msgid.link/20260323-panel-fix-v1-1-9f12b09161e8@oss.qualcomm.com
1 parent a00e773 commit c222177

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/gpu/drm/panel/panel-sharp-ls043t1le01.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ static int sharp_nt_panel_add(struct sharp_nt_panel *sharp_nt)
201201

202202
drm_panel_init(&sharp_nt->base, &sharp_nt->dsi->dev,
203203
&sharp_nt_panel_funcs, DRM_MODE_CONNECTOR_DSI);
204+
sharp_nt->base.prepare_prev_first = true;
204205

205206
ret = drm_panel_of_backlight(&sharp_nt->base);
206207
if (ret)

0 commit comments

Comments
 (0)