Loading drivers/video/msm/mdss/mdss_mdp_overlay.c +4 −2 Original line number Diff line number Diff line Loading @@ -4972,8 +4972,10 @@ static int mdss_bl_scale_config(struct msm_fb_data_type *mfd, pr_debug("update scale = %d, min_lvl = %d\n", mfd->bl_scale, mfd->bl_min_lvl); /* update current backlight to use new scaling*/ /* Update current backlight to use new scaling, if it is not zero */ if (curr_bl) mdss_fb_set_backlight(mfd, curr_bl); mutex_unlock(&mfd->bl_lock); return ret; } Loading Loading
drivers/video/msm/mdss/mdss_mdp_overlay.c +4 −2 Original line number Diff line number Diff line Loading @@ -4972,8 +4972,10 @@ static int mdss_bl_scale_config(struct msm_fb_data_type *mfd, pr_debug("update scale = %d, min_lvl = %d\n", mfd->bl_scale, mfd->bl_min_lvl); /* update current backlight to use new scaling*/ /* Update current backlight to use new scaling, if it is not zero */ if (curr_bl) mdss_fb_set_backlight(mfd, curr_bl); mutex_unlock(&mfd->bl_lock); return ret; } Loading