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

Commit 73e3a4b2 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: Use the correct AD backlight for AD BL filter"

parents df350809 680621f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2652,7 +2652,7 @@ static int pp_ad_calc_bl(struct msm_fb_data_type *mfd, int bl_in, int *bl_out,

	*bl_out = temp;
	if (pp_ad_bl_threshold_check(ad->init.al_thresh, ad->init.alpha_base,
					mfd->ad_bl_level, ad_bl_out)) {
					ad->last_bl, ad_bl_out)) {
		mfd->ad_bl_level = ad_bl_out;
		pr_debug("backlight send to AD block: %d\n", mfd->ad_bl_level);
		*bl_out_notify = true;