Loading drivers/video/msm/mdss/msm_mdss_io_8974.c +1 −1 Original line number Diff line number Diff line Loading @@ -1971,7 +1971,7 @@ int mdss_dsi_pre_clkoff_cb(void *priv, * However, when blanking the panel, we should enter ULPS * only if ULPS during suspend feature is enabled. */ if (!(ctrl->ctrl_state & CTRL_STATE_DSI_ACTIVE)) { if (!(ctrl->ctrl_state & CTRL_STATE_PANEL_INIT)) { if (pdata->panel_info.ulps_suspend_enabled) mdss_dsi_ulps_config(ctrl, 1); } else if (mdss_dsi_ulps_feature_enabled(pdata)) { Loading Loading
drivers/video/msm/mdss/msm_mdss_io_8974.c +1 −1 Original line number Diff line number Diff line Loading @@ -1971,7 +1971,7 @@ int mdss_dsi_pre_clkoff_cb(void *priv, * However, when blanking the panel, we should enter ULPS * only if ULPS during suspend feature is enabled. */ if (!(ctrl->ctrl_state & CTRL_STATE_DSI_ACTIVE)) { if (!(ctrl->ctrl_state & CTRL_STATE_PANEL_INIT)) { if (pdata->panel_info.ulps_suspend_enabled) mdss_dsi_ulps_config(ctrl, 1); } else if (mdss_dsi_ulps_feature_enabled(pdata)) { Loading