Loading drivers/video/msm/mdss/mdss_dsi.c +9 −1 Original line number Diff line number Diff line Loading @@ -112,7 +112,15 @@ static int mdss_dsi_panel_power_on(struct mdss_panel_data *pdata, int enable) udelay(2000); } if (!pdata->panel_info.mipi.lp11_init) { /* * If the panel is already on (as part of the cont splash * screen feature), then we need to request all the GPIOs that * have already been configured in the bootloader. This needs * to be done irresepective of whether the lp11_init flag is * set or not. */ if (pdata->panel_info.panel_power_on || !pdata->panel_info.mipi.lp11_init) { if (mdss_dsi_pinctrl_set_state(ctrl_pdata, true)) pr_debug("reset enable: pinctrl not enabled\n"); Loading Loading
drivers/video/msm/mdss/mdss_dsi.c +9 −1 Original line number Diff line number Diff line Loading @@ -112,7 +112,15 @@ static int mdss_dsi_panel_power_on(struct mdss_panel_data *pdata, int enable) udelay(2000); } if (!pdata->panel_info.mipi.lp11_init) { /* * If the panel is already on (as part of the cont splash * screen feature), then we need to request all the GPIOs that * have already been configured in the bootloader. This needs * to be done irresepective of whether the lp11_init flag is * set or not. */ if (pdata->panel_info.panel_power_on || !pdata->panel_info.mipi.lp11_init) { if (mdss_dsi_pinctrl_set_state(ctrl_pdata, true)) pr_debug("reset enable: pinctrl not enabled\n"); Loading