diff options
author | Todd Poynor <toddpoynor@google.com> | 2012-05-03 01:06:23 -0700 |
---|---|---|
committer | Todd Poynor <toddpoynor@google.com> | 2012-05-03 01:06:23 -0700 |
commit | 15091fd07476702b0bc0ea565bba4dc3c4353136 (patch) | |
tree | c1d12e813bcdc02f7c0b65a5d6a6151f0430b5bd /Documentation | |
parent | 072c198fd847221d0cc8f97065c5c631296e0f28 (diff) | |
parent | 5702c9182d292356aba0f0dd6f2f230a7e53fa15 (diff) | |
download | kernel_samsung_tuna-15091fd07476702b0bc0ea565bba4dc3c4353136.zip kernel_samsung_tuna-15091fd07476702b0bc0ea565bba4dc3c4353136.tar.gz kernel_samsung_tuna-15091fd07476702b0bc0ea565bba4dc3c4353136.tar.bz2 |
Merge branch 'android-3.0' into android-omap-3.0
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/cpu-freq/governors.txt | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/Documentation/cpu-freq/governors.txt b/Documentation/cpu-freq/governors.txt index ebfa2b4..da3cfb3 100644 --- a/Documentation/cpu-freq/governors.txt +++ b/Documentation/cpu-freq/governors.txt @@ -243,8 +243,13 @@ not idle. Default is 20000 uS. input_boost: If non-zero, boost speed of all CPUs to hispeed_freq on touchscreen activity. Default is 0. -boost: If non-zero, immediately boost speed of all CPUs to -hispeed_freq. If zero, allow CPU speeds to drop below hispeed_freq. +boost: If non-zero, immediately boost speed of all CPUs to at least +hispeed_freq until zero is written to this attribute. If zero, allow +CPU speeds to drop below hispeed_freq according to load as usual. + +boostpulse: Immediately boost speed of all CPUs to hispeed_freq for +min_sample_time, after which speeds are allowed to drop below +hispeed_freq according to load as usual. 2.7 Hotplug |