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

Commit 78c36fa0 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: Prevent backlight update during continuous splash"

parents c498017a 87b00330
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1067,7 +1067,8 @@ void mdss_fb_set_backlight(struct msm_fb_data_type *mfd, u32 bkl_lvl)
	}

	if (((mdss_fb_is_power_off(mfd) && mfd->dcm_state != DCM_ENTER)
		|| !mfd->bl_updated) && !IS_CALIB_MODE_BL(mfd)) {
		|| !mfd->bl_updated) && !IS_CALIB_MODE_BL(mfd) &&
		mfd->panel_info->cont_splash_enabled) {
		mfd->unset_bl_level = bkl_lvl;
		return;
	} else {