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

Commit 569e8ec8 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: Check for handoff pending before IOMMU min BW voting"

parents e1805202 7536b495
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1187,7 +1187,7 @@ static int mdss_bus_rt_bw_vote(bool enable)
	int rc = 0;
	bool changed = false;

	if (!mdata->hw_rt_bus_hdl)
	if (!mdata->hw_rt_bus_hdl || mdata->handoff_pending)
		return 0;

	if (enable) {