commit | 1711223729f2f4d1d0a4fad6706c2f69a2391f75 | [log] [tgz] |
---|---|---|
author | Vikram Mulukutla <markivx@codeaurora.org> | Fri Oct 13 18:29:14 2017 -0700 |
committer | Vikram Mulukutla <markivx@codeaurora.org> | Fri Oct 13 18:34:32 2017 -0700 |
tree | 0920ace660d2b897a59a60a44b202ee2deac9068 | |
parent | 9c9a0530abbb1b0a4824d29df3dd2d533081504f [diff] |
sched: walt: Fix thermal un-mitigation bug do_thermal_cap attempted to optimize away unnecessary division when multiple updates came in with 'thermal_max_freq' set to the maximum possible frequency. However this introduced a bug that prevented resetting capacity to the max possible value when thermal finally allowed the maximum frequency to be set. Fix it. Change-Id: I49b6ca55cf8226358678c6d313e130b15dc2242d Signed-off-by: Vikram Mulukutla <markivx@codeaurora.org>