Skip to content

Commit

Permalink
MSM8953: drm/panel: tv101wum-ll2: remove prepare_prev_first to fix sy…
Browse files Browse the repository at this point in the history
…stem suspend/resume

Thanks to [1], prepare_prev_first can be removed and panel
operation will work in system in suspend/resume.

[1] ac8fced ("drm/msm/dsi: improve power management")

Signed-off-by: Neil Armstrong <[email protected]>
  • Loading branch information
superna9999 authored and barni2000 committed Jul 25, 2024
1 parent ccebeb3 commit 5d5dee7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/gpu/drm/panel/panel-boe-tv101wum-ll2.c
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ static int boe_tv101wum_ll2_probe(struct mipi_dsi_device *dsi)

drm_panel_init(&ctx->panel, dev, &boe_tv101wum_ll2_panel_funcs,
DRM_MODE_CONNECTOR_DSI);
ctx->panel.prepare_prev_first = true;

ret = drm_panel_of_backlight(&ctx->panel);
if (ret)
Expand Down

0 comments on commit 5d5dee7

Please sign in to comment.