diff options
author | Todd Poynor <toddpoynor@google.com> | 2012-04-17 17:39:34 -0700 |
---|---|---|
committer | KalimochoAz <calimochoazucarado@gmail.com> | 2012-05-22 09:36:18 +0200 |
commit | 5671aaf0ff2f40c88a5fd490e84391e799e495b9 (patch) | |
tree | 8a9ce5170554348b4fde5681eb57010b133db00e /Documentation/cpu-freq | |
parent | cb34c8a2bf91daf2655a0d8e7e45b0ebe16af295 (diff) | |
download | kernel_samsung_crespo-5671aaf0ff2f40c88a5fd490e84391e799e495b9.zip kernel_samsung_crespo-5671aaf0ff2f40c88a5fd490e84391e799e495b9.tar.gz kernel_samsung_crespo-5671aaf0ff2f40c88a5fd490e84391e799e495b9.tar.bz2 |
cpufreq: interactive: adjust code and documentation to match
Change-Id: If59c668d514a29febe5c35404fd9d01df8548eb1
Signed-off-by: Todd Poynor <toddpoynor@google.com>
Diffstat (limited to 'Documentation/cpu-freq')
-rw-r--r-- | Documentation/cpu-freq/governors.txt | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/Documentation/cpu-freq/governors.txt b/Documentation/cpu-freq/governors.txt index 51b1cd3..837a14d 100644 --- a/Documentation/cpu-freq/governors.txt +++ b/Documentation/cpu-freq/governors.txt @@ -225,11 +225,21 @@ frequency before ramping down. This is to ensure that the governor has seen enough historic cpu load data to determine the appropriate workload. Default is 80000 uS. -go_maxspeed_load: The CPU load at which to ramp to max speed. Default -is 85. +hispeed_freq: An intermediate "hi speed" at which to initially ramp +when CPU load hits the value specified in go_hispeed_load. If load +stays high for the amount of time specified in above_hispeed_delay, +then speed may be bumped higher. Default is maximum speed. + +go_hispeed_load: The CPU load at which to ramp to the intermediate "hi +speed". Default is 85%. + +above_hispeed_delay: Once speed is set to hispeed_freq, wait for this +long before bumping speed higher in response to continued high load. +Default is 20000 uS. timer_rate: Sample rate for reevaluating cpu load when the system is -not idle. Default is 30000 uS. +not idle. Default is 20000 uS. + 3. The Governor Interface in the CPUfreq Core ============================================= |