summaryrefslogtreecommitdiff
path: root/drivers/gpu
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2017-04-04 20:07:29 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-04-04 20:07:28 -0700
commit7ee506fbe9483e088065eb3f052153ddd1981b20 (patch)
tree7541d5b7952ad91ea6ae3c52a462d10198498c06 /drivers/gpu
parent23b57af0a3a0a722b92cdd60db611ab670747ec3 (diff)
parentb3e7113283cca3300ad5badc2e6f6d697e84a86a (diff)
Merge "msm: kgsl: Remove incorrect check to cap AB vote to IB vote"
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/msm/kgsl_pwrctrl.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/msm/kgsl_pwrctrl.c b/drivers/gpu/msm/kgsl_pwrctrl.c
index 9a2864bfd811..0150d50c925b 100644
--- a/drivers/gpu/msm/kgsl_pwrctrl.c
+++ b/drivers/gpu/msm/kgsl_pwrctrl.c
@@ -150,9 +150,6 @@ static void _ab_buslevel_update(struct kgsl_pwrctrl *pwr,
*ab = pwr->bus_ab_mbytes;
else
*ab = (pwr->bus_percent_ab * max_bw) / 100;
-
- if (*ab > ib)
- *ab = ib;
}
/**