Loading drivers/video/msm/mdss/mdss_mdp_pp.c +5 −0 Original line number Diff line number Diff line Loading @@ -3901,6 +3901,11 @@ static int mdss_ad_init_checks(struct msm_fb_data_type *mfd) return -ENODEV; } if (ad_mfd->panel_info->type == DTV_PANEL) { pr_debug("AD not supported on external display\n"); return ret; } mixer_num = mdss_mdp_get_ctl_mixers(ad_mfd->index, mixer_id); if (!mixer_num) { pr_debug("no mixers connected, %d", mixer_num); Loading Loading
drivers/video/msm/mdss/mdss_mdp_pp.c +5 −0 Original line number Diff line number Diff line Loading @@ -3901,6 +3901,11 @@ static int mdss_ad_init_checks(struct msm_fb_data_type *mfd) return -ENODEV; } if (ad_mfd->panel_info->type == DTV_PANEL) { pr_debug("AD not supported on external display\n"); return ret; } mixer_num = mdss_mdp_get_ctl_mixers(ad_mfd->index, mixer_id); if (!mixer_num) { pr_debug("no mixers connected, %d", mixer_num); Loading