aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorTodd Poynor <toddpoynor@google.com>2012-04-02 17:17:14 -0700
committerTodd Poynor <toddpoynor@google.com>2012-04-23 17:14:19 -0700
commit2e21b68cd68be556224aee775f67fbbb5d6870a6 (patch)
tree8d0a7525ab9823a80b682998ea9d8d7bb516bba9 /Documentation
parent85a03bc8bdd9cb45428c794fdec462eb4817ec67 (diff)
downloadkernel_samsung_aries-2e21b68cd68be556224aee775f67fbbb5d6870a6.zip
kernel_samsung_aries-2e21b68cd68be556224aee775f67fbbb5d6870a6.tar.gz
kernel_samsung_aries-2e21b68cd68be556224aee775f67fbbb5d6870a6.tar.bz2
cpufreq: interactive: Boost frequency on touchscreen input
Based on previous patches by Tero Kristo <tero.kristo@nokia.com>, Brian Steuer <bsteuer@codeaurora.org>, David Ng <dave@codeaurora.org>, Antti P Miettinen <amiettinen@nvidia.com>, and Thomas Renninger <trenn@suse.de> Change-Id: Ic55fedcf6f9310f43a7022fb88e23b0392122769 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 837a14d..e41be22 100644
--- a/Documentation/cpu-freq/governors.txt
+++ b/Documentation/cpu-freq/governors.txt
@@ -240,6 +240,9 @@ Default is 20000 uS.
timer_rate: Sample rate for reevaluating cpu load when the system is
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.
+
3. The Governor Interface in the CPUfreq Core
=============================================