cpufreq: interactive: restructure CPUFREQ_GOV_LIMITS
The cpufreq_interactive_timer gets cancelled and rescheduled whenever the cpufreq_policy is changed. When the cpufreq policy is changed at a rate faster than the sampling_rate of the interactive governor, then the governor misses to change the target frequency for long duration. The patch removes the need of cancelling the timers when policy->min is changed. Change-Id: Ibd98d151e1c73b8bd969484583ff98ee9f1135ef Signed-off-by:Badhri Jagan Sridharan <Badhri@google.com> Git-commit: 9b97d655a558607c5d46ef1f21365d695f8d1ee2 Git-Repo: https://android.googlesource.com/kernel/common.git [junjiew@codeaurora.org: resolve merge conflicts] Signed-off-by:
Junjie Wu <junjiew@codeaurora.org>
Loading
Please register or sign in to comment