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: Krishna Chaitanya Devarakonda <kdevarak@codeaurora.org>
This commit is contained in:
parent
1baa44c0df
commit
6d0127467c
1 changed files with 1 additions and 1 deletions
|
@ -1252,7 +1252,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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue