intel-pstate.txt 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. Intel P-state driver
  2. --------------------
  3. This driver implements a scaling driver with an internal governor for
  4. Intel Core processors. The driver follows the same model as the
  5. Transmeta scaling driver (longrun.c) and implements the setpolicy()
  6. instead of target(). Scaling drivers that implement setpolicy() are
  7. assumed to implement internal governors by the cpufreq core. All the
  8. logic for selecting the current P state is contained within the
  9. driver; no external governor is used by the cpufreq core.
  10. Intel SandyBridge+ processors are supported.
  11. New sysfs files for controlling P state selection have been added to
  12. /sys/devices/system/cpu/intel_pstate/
  13. max_perf_pct: limits the maximum P state that will be requested by
  14. the driver stated as a percentage of the available performance. The
  15. available (P states) performance may be reduced by the no_turbo
  16. setting described below.
  17. min_perf_pct: limits the minimum P state that will be requested by
  18. the driver stated as a percentage of the max (non-turbo)
  19. performance level.
  20. no_turbo: limits the driver to selecting P states below the turbo
  21. frequency range.
  22. For contemporary Intel processors, the frequency is controlled by the
  23. processor itself and the P-states exposed to software are related to
  24. performance levels. The idea that frequency can be set to a single
  25. frequency is fiction for Intel Core processors. Even if the scaling
  26. driver selects a single P state the actual frequency the processor
  27. will run at is selected by the processor itself.
  28. New debugfs files have also been added to /sys/kernel/debug/pstate_snb/
  29. deadband
  30. d_gain_pct
  31. i_gain_pct
  32. p_gain_pct
  33. sample_rate_ms
  34. setpoint