commit | dd36d68576a9b8df4f453015336fe0b19f1f5b3a | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Sun Nov 24 16:17:13 2013 -0800 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Sun Nov 24 16:17:13 2013 -0800 |
tree | db65d1bedf32643d9cf40be2a868424489f6b202 | |
parent | 4cf14b38a69606cf389349ed94c598a9f0a67df0 [diff] | |
parent | f86d5082393e4542294c8afea3fd52b8978aefb4 [diff] |
Merge "PM: devfreq: Fix the fast ramp case in the adreno governor"
diff --git a/drivers/devfreq/governor_msm_adreno_tz.c b/drivers/devfreq/governor_msm_adreno_tz.c index 8975a19..8c97fe9 100644 --- a/drivers/devfreq/governor_msm_adreno_tz.c +++ b/drivers/devfreq/governor_msm_adreno_tz.c
@@ -135,7 +135,7 @@ * increase frequency. Otherwise run the normal algorithm. */ if (priv->bin.busy_time > CEILING) { - val = -1; + val = -1 * level; } else { val = __secure_tz_entry3(TZ_UPDATE_ID, level,