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

Commit 2ab415c7 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: fix mdp busy wait race condition"

parents 785534bd 86d42f6a
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -2512,8 +2512,7 @@ int mdss_dsi_cmdlist_commit(struct mdss_dsi_ctrl_pdata *ctrl, int from_mdp)
	if (req && (req->flags & CMD_REQ_HS_MODE))
		hs_req = true;

	if (!ctrl->burst_mode_enabled ||
		(from_mdp && ctrl->shared_data->cmd_clk_ln_recovery_en)) {
	if ((!ctrl->burst_mode_enabled) || from_mdp) {
		/* make sure dsi_cmd_mdp is idle */
		mdss_dsi_cmd_mdp_busy(ctrl);
	}