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

Commit cedce3c6 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: Send backlight sysfs notification in all BL update locations"

parents 88166ee4 489be194
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1550,6 +1550,7 @@ void mdss_fb_update_backlight(struct msm_fb_data_type *mfd)
			if (bl_notify)
				mdss_fb_bl_update_notify(mfd,
					NOTIFY_TYPE_BL_AD_ATTEN_UPDATE);
			mdss_fb_bl_update_notify(mfd, NOTIFY_TYPE_BL_UPDATE);
			pdata->set_backlight(pdata, temp);
			mfd->bl_level_scaled = mfd->unset_bl_level;
			mfd->allow_bl_update = true;