commit | e8450d430e3d3d10a0068c7934ac6e91a1cfa4a7 | [log] [tgz] |
---|---|---|
author | Saravana Kannan <skannan@codeaurora.org> | Thu Mar 02 15:45:47 2017 -0800 |
committer | Saravana Kannan <skannan@codeaurora.org> | Tue May 09 16:52:29 2017 -0700 |
tree | 71f139fbe91d80fc2d75e140d49580c01e7c8ac4 | |
parent | 05649863d7b01ad051b8b9fc5c8adbd4612e2f98 [diff] |
cpufreq: schedutil: Ignore CPU load older than WALT window size The old code used to ignore CPU load older than 1 tick. Since the WALT window size can be more than 1 tick (and is configurable), this can cause an incorrect frequency drop in the middle of a WALT window. Use WALT window size to ignore CPU load instead. Change-Id: If42420f595ba9722866174c2cda8b6c2fdf34f92 Signed-off-by: Saravana Kannan <skannan@codeaurora.org>