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

Commit d8730dbf 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: Signal pending release fences on blank"

parents 30f3407c 2218c42a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1908,7 +1908,7 @@ static int mdss_fb_blank_blank(struct msm_fb_data_type *mfd,
	ret = mfd->mdp.off_fnc(mfd);
	if (ret)
		mfd->panel_power_state = cur_power_state;
	else if (mdss_panel_is_power_off(req_power_state))
	else if (!mdss_panel_is_power_on_interactive(req_power_state))
		mdss_fb_release_fences(mfd);
	mfd->op_enable = true;
	complete(&mfd->power_off_comp);