aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorTodd Poynor <toddpoynor@google.com>2012-04-23 20:42:41 -0700
committerJohn Stultz <john.stultz@linaro.org>2012-08-10 16:22:06 -0400
commitff9f7f99c65e78b52065ed4ccec886c52b9485db (patch)
tree8f4dc9655a25035392f55ee49a4ccbe30cc68bfe /Documentation
parent2270d912268334c1c116402e608087a091f10e61 (diff)
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.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/cpu-freq/governors.txt b/Documentation/cpu-freq/governors.txt
index 527edc46b37..97a08d9e392 100644
--- a/Documentation/cpu-freq/governors.txt
+++ b/Documentation/cpu-freq/governors.txt
@@ -241,6 +241,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
=============================================