aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTodd Poynor2012-04-02 19:17:14 -0500
committerArve Hjønnevåg2013-02-19 19:54:03 -0600
commitefd3c4eb5647b57bfb975e2337e626176d93fef9 (patch)
tree4976564ec61d86f41de615246f68fef63025c84e /Documentation
parent98dfe4efd9d65232f1d3e09547516a3b324a24eb (diff)
downloadkernel-common-efd3c4eb5647b57bfb975e2337e626176d93fef9.tar.gz
kernel-common-efd3c4eb5647b57bfb975e2337e626176d93fef9.tar.xz
kernel-common-efd3c4eb5647b57bfb975e2337e626176d93fef9.zip
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 8a83c0a5c28..527edc46b37 100644
--- a/Documentation/cpu-freq/governors.txt
+++ b/Documentation/cpu-freq/governors.txt
@@ -238,6 +238,9 @@ Default is 20000 uS.
238timer_rate: Sample rate for reevaluating cpu load when the system is 238timer_rate: Sample rate for reevaluating cpu load when the system is
239not idle. Default is 20000 uS. 239not idle. Default is 20000 uS.
240 240
241input_boost: If non-zero, boost speed of all CPUs to hispeed_freq on
242touchscreen activity. Default is 0.
243
241 244
2423. The Governor Interface in the CPUfreq Core 2453. The Governor Interface in the CPUfreq Core
243============================================= 246=============================================