Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c82fb80d authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: mdss: Add backlight notification support for PP features"

parents d05dac82 34d5f8ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -969,9 +969,9 @@ void mdss_fb_set_backlight(struct msm_fb_data_type *mfd, u32 bkl_lvl)
			mutex_unlock(&mfd->bl_lock);
			/* Will trigger ad_setup which will grab bl_lock */
			update_ad_input(mfd);
			mdss_fb_bl_update_notify(mfd);
			mutex_lock(&mfd->bl_lock);
		}
		mdss_fb_bl_update_notify(mfd);
	}
}