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

Commit 770113d0 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: Avoid setting esd_rdy to false in panel off"

parents a8c75b04 d303a340
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -2103,8 +2103,6 @@ static int mdss_dsi_event_handler(struct mdss_panel_data *pdata,
		break;
	case MDSS_EVENT_PANEL_OFF:
		power_state = (int) (unsigned long) arg;
		if (!mdss_panel_is_power_on_interactive(power_state))
			pdata->panel_info.esd_rdy = false;
		ctrl_pdata->ctrl_state &= ~CTRL_STATE_MDP_ACTIVE;
		if (ctrl_pdata->off_cmds.link_state == DSI_LP_MODE)
			rc = mdss_dsi_blank(pdata, power_state);