diff options
author | Vishwanath BS <vishwanath.bs@ti.com> | 2011-01-25 09:42:41 -0500 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2011-03-16 17:54:31 -0400 |
commit | 5b95364f6101d67a073a5ec18d726e94e02ca605 (patch) | |
tree | 3fcb03a4b95b9fffae5760db8b4416b4f6e212e5 /Documentation/cpu-freq | |
parent | 2feb690c20d52e22c7874a1e090245e6a4344ce6 (diff) |
[CPUFREQ] Add documentation for sampling_down_factor
Update cpufreq governor documentation for sampling_down_factor tunable
parameter.
Signed-off-by: Vishwanath BS <vishwanath.bs@ti.com>
Signed-off-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'Documentation/cpu-freq')
-rw-r--r-- | Documentation/cpu-freq/governors.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/cpu-freq/governors.txt b/Documentation/cpu-freq/governors.txt index 737988fca64d..e74d0a2eb1cf 100644 --- a/Documentation/cpu-freq/governors.txt +++ b/Documentation/cpu-freq/governors.txt | |||
@@ -158,6 +158,17 @@ intensive calculation on your laptop that you do not care how long it | |||
158 | takes to complete as you can 'nice' it and prevent it from taking part | 158 | takes to complete as you can 'nice' it and prevent it from taking part |
159 | in the deciding process of whether to increase your CPU frequency. | 159 | in the deciding process of whether to increase your CPU frequency. |
160 | 160 | ||
161 | sampling_down_factor: this parameter controls the rate at which the | ||
162 | kernel makes a decision on when to decrease the frequency while running | ||
163 | at top speed. When set to 1 (the default) decisions to reevaluate load | ||
164 | are made at the same interval regardless of current clock speed. But | ||
165 | when set to greater than 1 (e.g. 100) it acts as a multiplier for the | ||
166 | scheduling interval for reevaluating load when the CPU is at its top | ||
167 | speed due to high load. This improves performance by reducing the overhead | ||
168 | of load evaluation and helping the CPU stay at its top speed when truly | ||
169 | busy, rather than shifting back and forth in speed. This tunable has no | ||
170 | effect on behavior at lower speeds/lower CPU loads. | ||
171 | |||
161 | 172 | ||
162 | 2.5 Conservative | 173 | 2.5 Conservative |
163 | ---------------- | 174 | ---------------- |