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

Commit eb821e91 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: make sure backlight is off during suspend"

parents 91c05ce1 e26f25f0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1671,6 +1671,7 @@ static int mdss_fb_blank_blank(struct msm_fb_data_type *mfd,
			mdss_fb_stop_disp_thread(mfd);
		mutex_lock(&mfd->bl_lock);
		current_bl = mfd->bl_level;
		mfd->allow_bl_update = true;
		mdss_fb_set_backlight(mfd, 0);
		mfd->allow_bl_update = false;
		mfd->unset_bl_level = current_bl;