Loading drivers/video/msm/mdss/mdss_mdp_overlay.c +2 −2 Original line number Diff line number Diff line Loading @@ -1521,8 +1521,8 @@ static int __mdss_mdp_overlay_release_all(struct msm_fb_data_type *mfd, } } if (cnt == 0 && !list_empty(&mdp5_data->pipes_cleanup)) { pr_debug("overlay release on fb%d called without commit!", if (!mfd->ref_cnt && !list_empty(&mdp5_data->pipes_cleanup)) { pr_debug("fb%d:: free pipes present in cleanup list", mfd->index); cnt++; } Loading Loading
drivers/video/msm/mdss/mdss_mdp_overlay.c +2 −2 Original line number Diff line number Diff line Loading @@ -1521,8 +1521,8 @@ static int __mdss_mdp_overlay_release_all(struct msm_fb_data_type *mfd, } } if (cnt == 0 && !list_empty(&mdp5_data->pipes_cleanup)) { pr_debug("overlay release on fb%d called without commit!", if (!mfd->ref_cnt && !list_empty(&mdp5_data->pipes_cleanup)) { pr_debug("fb%d:: free pipes present in cleanup list", mfd->index); cnt++; } Loading