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

Commit 96dce92f authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "mdss: dsi: Force panel status dead for TE based ESD"

parents b2d90a38 9494f1e8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -125,7 +125,7 @@ void mdp3_check_dsi_ctrl_status(struct work_struct *work,
					MDSS_STATUS_TE_WAIT_MAX;

		if (mdp3_check_te_status(ctrl_pdata, pdsi_status, timeout) > 0)
			return;
			goto sim;
		goto status_dead;
	}

@@ -152,7 +152,7 @@ void mdp3_check_dsi_ctrl_status(struct work_struct *work,
		else
			goto status_dead;
	}

sim:
	if (pdata->panel_info.panel_force_dead) {
		pr_debug("force_dead=%d\n", pdata->panel_info.panel_force_dead);
		pdata->panel_info.panel_force_dead--;