diff options
author | Ramkumar Ramachandra <artagnon@gmail.com> | 2014-01-06 07:54:26 -0500 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2014-01-06 08:35:16 -0500 |
commit | fbe299e0c8c47bf6aea5c426e8ec4b9d34529659 (patch) | |
tree | c38cdd20c9572c5ac1790f49ddc3d8bdaa73b191 | |
parent | d568b6f71df1c8bd2fc2b051cf03f613a65ffad6 (diff) |
Documentation: add ABI entry for intel_pstate
Add a Documentation/ABI entry for
/sys/devices/system/cpu/intel_pstate/max_perf_pct,
/sys/devices/system/cpu/intel_pstate/min_perf_pct, and
/sys/devices/system/cpu/intel_pstate/no_turbo.
Cc: Dirk Brandewie <dirk.brandewie@gmail.com>
Cc: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
-rw-r--r-- | Documentation/ABI/testing/sysfs-devices-system-cpu | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-devices-system-cpu b/Documentation/ABI/testing/sysfs-devices-system-cpu index 468e4d48f884..d5a0d33c571f 100644 --- a/Documentation/ABI/testing/sysfs-devices-system-cpu +++ b/Documentation/ABI/testing/sysfs-devices-system-cpu | |||
@@ -200,3 +200,27 @@ Description: address and size of the percpu note. | |||
200 | note of cpu#. | 200 | note of cpu#. |
201 | 201 | ||
202 | crash_notes_size: size of the note of cpu#. | 202 | crash_notes_size: size of the note of cpu#. |
203 | |||
204 | |||
205 | What: /sys/devices/system/cpu/intel_pstate/max_perf_pct | ||
206 | /sys/devices/system/cpu/intel_pstate/min_perf_pct | ||
207 | /sys/devices/system/cpu/intel_pstate/no_turbo | ||
208 | Date: February 2013 | ||
209 | Contact: linux-pm@vger.kernel.org | ||
210 | Description: Parameters for the Intel P-state driver | ||
211 | |||
212 | Logic for selecting the current P-state in Intel | ||
213 | Sandybridge+ processors. The three knobs control | ||
214 | limits for the P-state that will be requested by the | ||
215 | driver. | ||
216 | |||
217 | max_perf_pct: limits the maximum P state that will be requested by | ||
218 | the driver stated as a percentage of the available performance. | ||
219 | |||
220 | min_perf_pct: limits the minimum P state that will be requested by | ||
221 | the driver stated as a percentage of the available performance. | ||
222 | |||
223 | no_turbo: limits the driver to selecting P states below the turbo | ||
224 | frequency range. | ||
225 | |||
226 | More details can be found in Documentation/cpu-freq/intel-pstate.txt | ||