Loading drivers/video/msm/mdss/mdss_mdp_ctl.c +1 −0 Original line number Diff line number Diff line Loading @@ -2137,6 +2137,7 @@ void mdss_mdp_set_roi(struct mdss_mdp_ctl *ctl, /* Reset ROI when we have (1) invalid ROI (2) feature disabled */ if ((!l_roi.w && l_roi.h) || (l_roi.w && !l_roi.h) || (!r_roi.w && r_roi.h) || (r_roi.w && !r_roi.h) || (!l_roi.w && !l_roi.h && !r_roi.w && !r_roi.h) || !ctl->panel_data->panel_info.partial_update_enabled) { l_roi = (struct mdss_rect) {0, 0, ctl->mixer_left->width, ctl->mixer_left->height}; Loading Loading
drivers/video/msm/mdss/mdss_mdp_ctl.c +1 −0 Original line number Diff line number Diff line Loading @@ -2137,6 +2137,7 @@ void mdss_mdp_set_roi(struct mdss_mdp_ctl *ctl, /* Reset ROI when we have (1) invalid ROI (2) feature disabled */ if ((!l_roi.w && l_roi.h) || (l_roi.w && !l_roi.h) || (!r_roi.w && r_roi.h) || (r_roi.w && !r_roi.h) || (!l_roi.w && !l_roi.h && !r_roi.w && !r_roi.h) || !ctl->panel_data->panel_info.partial_update_enabled) { l_roi = (struct mdss_rect) {0, 0, ctl->mixer_left->width, ctl->mixer_left->height}; Loading