Loading drivers/video/msm/mdss/mdss_mdp_overlay.c +2 −1 Original line number Diff line number Diff line Loading @@ -4699,7 +4699,8 @@ static int mdss_mdp_overlay_on(struct msm_fb_data_type *mfd) goto panel_on; if (!mfd->panel_info->cont_splash_enabled && (mfd->panel_info->type != DTV_PANEL)) { (mfd->panel_info->type != DTV_PANEL) && !mfd->panel_info->is_pluggable) { rc = mdss_mdp_overlay_start(mfd); if (rc) goto end; Loading Loading
drivers/video/msm/mdss/mdss_mdp_overlay.c +2 −1 Original line number Diff line number Diff line Loading @@ -4699,7 +4699,8 @@ static int mdss_mdp_overlay_on(struct msm_fb_data_type *mfd) goto panel_on; if (!mfd->panel_info->cont_splash_enabled && (mfd->panel_info->type != DTV_PANEL)) { (mfd->panel_info->type != DTV_PANEL) && !mfd->panel_info->is_pluggable) { rc = mdss_mdp_overlay_start(mfd); if (rc) goto end; Loading