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

Commit 7536b495 authored by Krishna Chaitanya Devarakonda's avatar Krishna Chaitanya Devarakonda
Browse files

msm: mdss: Check for handoff pending before IOMMU min BW voting



While voting for minimum BW for IOMMU operations, check for
handoff pending flag. If the continuous splash screen hasn't
finished handoff, do not vote for BW.

Change-Id: Icc10819680b6e5170a322bdf75a98e3c24dde67d
Signed-off-by: default avatarKrishna Chaitanya Devarakonda <kdevarak@codeaurora.org>
parent 450bd44d
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) {