Home
last modified time | relevance | path

Searched refs:intel_pstate (Results 1 – 7 of 7) sorted by relevance

/linux/Documentation/admin-guide/pm/
H A Dintel_pstate.rst5 ``intel_pstate`` CPU Performance Scaling Driver
16 ``intel_pstate`` is a part of the
20 may not be supported. [To understand ``intel_pstate`` it is necessary to know
24 For the processors supported by ``intel_pstate``, the P-state concept is broader
28 by ``intel_pstate`` internally follows the hardware specification (for details
32 ``intel_pstate`` maps its internal representation of P-states to frequencies too
34 practical for ``intel_pstate`` to supply the ``CPUFreq`` core with a table of
38 Since the hardware P-state selection interface used by ``intel_pstate`` is
40 CPUs. Consequently, if ``intel_pstate`` is in use, every ``CPUFreq`` policy
46 ``intel_pstate`` is not modular, so it cannot be unloaded, which means that the
[all …]
H A Dworking-state.rst13 intel_pstate
/linux/tools/testing/selftests/intel_pstate/
H A Drun.sh74 max_perf_pct=$(cat /sys/devices/system/cpu/intel_pstate/max_perf_pct)
/linux/drivers/cpufreq/
H A Dintel_pstate.c744 static struct cpufreq_driver intel_pstate; variable
784 if (intel_pstate_driver == &intel_pstate) { in store_energy_performance_preference()
1662 if (intel_pstate_driver == &intel_pstate) in store_max_perf_pct()
1692 if (intel_pstate_driver == &intel_pstate) in store_min_perf_pct()
3080 static struct cpufreq_driver intel_pstate = { variable
3426 if (intel_pstate_driver == &intel_pstate) in intel_pstate_driver_cleanup()
3443 if (driver == &intel_pstate) in intel_pstate_register_driver()
3474 return sprintf(buf, "%s\n", intel_pstate_driver == &intel_pstate ? in intel_pstate_show_status()
3494 if (intel_pstate_driver == &intel_pstate) in intel_pstate_update_status()
3500 return intel_pstate_register_driver(&intel_pstate); in intel_pstate_update_status()
[all …]
/linux/tools/testing/selftests/
H A DMakefile55 TARGETS += intel_pstate
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt2522 intel_pstate= [X86,EARLY]
2524 Do not enable intel_pstate as the default
2527 Use intel_pstate driver to bypass the scaling
2531 intel_pstate in the active mode: powersave and
2537 Use intel_pstate as a scaling driver, but configure it
2543 Enable intel_pstate on systems that prohibit it by default
2544 in favor of acpi-cpufreq. Forcing the intel_pstate driver
2549 processors that aren't supported by the intel_pstate driver
2555 Only load intel_pstate on systems which support
/linux/
H A DMAINTAINERS6795 F: Documentation/admin-guide/pm/intel_pstate.rst
13417 F: drivers/cpufreq/intel_pstate.c