Loading drivers/video/msm/mdss/mdss_mdp_overlay.c +7 −10 Original line number Diff line number Diff line Loading @@ -1311,7 +1311,6 @@ int mdss_mdp_overlay_start(struct msm_fb_data_type *mfd) { int rc; struct mdss_overlay_private *mdp5_data = mfd_to_mdp5_data(mfd); struct mdss_data_type *mdata = mdss_mdp_get_mdata(); struct mdss_mdp_ctl *ctl = mdp5_data->ctl; if (mdss_mdp_ctl_is_power_on(ctl)) { Loading Loading @@ -1356,7 +1355,6 @@ int mdss_mdp_overlay_start(struct msm_fb_data_type *mfd) * This is not needed when continuous splash screen is enabled since * we would have called in to TZ to restore security configs from LK. */ if (!mdata->mdss_util->iommu_attached()) { if (!mfd->panel_info->cont_splash_enabled) { rc = mdss_iommu_ctrl(1); if (IS_ERR_VALUE(rc)) { Loading @@ -1366,7 +1364,6 @@ int mdss_mdp_overlay_start(struct msm_fb_data_type *mfd) mdss_hw_init(mdss_res); mdss_iommu_ctrl(0); } } /* Restore any previously configured PP features by resetting the dirty * bits for enabled features. The dirty bits will be consumed during the Loading Loading
drivers/video/msm/mdss/mdss_mdp_overlay.c +7 −10 Original line number Diff line number Diff line Loading @@ -1311,7 +1311,6 @@ int mdss_mdp_overlay_start(struct msm_fb_data_type *mfd) { int rc; struct mdss_overlay_private *mdp5_data = mfd_to_mdp5_data(mfd); struct mdss_data_type *mdata = mdss_mdp_get_mdata(); struct mdss_mdp_ctl *ctl = mdp5_data->ctl; if (mdss_mdp_ctl_is_power_on(ctl)) { Loading Loading @@ -1356,7 +1355,6 @@ int mdss_mdp_overlay_start(struct msm_fb_data_type *mfd) * This is not needed when continuous splash screen is enabled since * we would have called in to TZ to restore security configs from LK. */ if (!mdata->mdss_util->iommu_attached()) { if (!mfd->panel_info->cont_splash_enabled) { rc = mdss_iommu_ctrl(1); if (IS_ERR_VALUE(rc)) { Loading @@ -1366,7 +1364,6 @@ int mdss_mdp_overlay_start(struct msm_fb_data_type *mfd) mdss_hw_init(mdss_res); mdss_iommu_ctrl(0); } } /* Restore any previously configured PP features by resetting the dirty * bits for enabled features. The dirty bits will be consumed during the Loading