diff options
author | Todd Poynor <toddpoynor@google.com> | 2012-04-23 20:42:41 -0700 |
---|---|---|
committer | Todd Poynor <toddpoynor@google.com> | 2012-04-24 20:25:03 -0700 |
commit | 5d61d3a6e2103801565048202999423657b4430a (patch) | |
tree | de1803f62809a68c8ed868bafc0979a8ea5b3d1f /Documentation | |
parent | 66510aa1148e3457e7d46e0a2582dac7c591b95d (diff) | |
download | kernel_samsung_aries-5d61d3a6e2103801565048202999423657b4430a.zip kernel_samsung_aries-5d61d3a6e2103801565048202999423657b4430a.tar.gz kernel_samsung_aries-5d61d3a6e2103801565048202999423657b4430a.tar.bz2 |
cpufreq: interactive: Add sysfs boost interface for hints from userspace
The explicit hint on/off version.
Change-Id: Ibf62b6d45bf6fb8c9c055b9bdaf074ce9374c04f
Signed-off-by: Todd Poynor <toddpoynor@google.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/cpu-freq/governors.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/cpu-freq/governors.txt b/Documentation/cpu-freq/governors.txt index e41be22..d52912b 100644 --- a/Documentation/cpu-freq/governors.txt +++ b/Documentation/cpu-freq/governors.txt @@ -243,6 +243,9 @@ 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. + 3. The Governor Interface in the CPUfreq Core ============================================= |