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

Commit 6d77ec9f 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: Disable dynamic clock gating for 8909."

parents c4aee05a 107bab79
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2167,6 +2167,10 @@ int mdss_dsi_pre_clkon_cb(void *priv,
		}
	}

	/* Disable dynamic clock gating*/
	if (ctrl->mdss_util->dyn_clk_gating_ctrl)
		ctrl->mdss_util->dyn_clk_gating_ctrl(0);

	return rc;
}