Searched refs:intel_pstate (Results 1 – 10 of 10) sorted by relevance
13 intel_pstate
4 .. |intel_pstate| replace:: :doc:`intel_pstate <intel_pstate>` substdef82 algorithms. That is done by the |intel_pstate| scaling driver.181 As mentioned before, the |intel_pstate| scaling driver bypasses the scaling183 Consequently, if |intel_pstate| is used, scaling governors are not attached to187 governors, but in the |intel_pstate| case they both determine the P-state to286 be attached to this policy or (if the |intel_pstate| scaling driver is314 |intel_pstate| scaling driver is in use) the scaling algorithm320 |intel_pstate| case), as indicated by the string written to this643 |intel_pstate|).
218 # echo 1 > /sys/devices/system/cpu/intel_pstate/no_turbo575 #echo 1 > /sys/devices/system/cpu/intel_pstate/no_turbo
74 max_perf_pct=$(cat /sys/devices/system/cpu/intel_pstate/max_perf_pct)
792 static struct cpufreq_driver intel_pstate; variable832 if (intel_pstate_driver == &intel_pstate) { in store_energy_performance_preference()1704 if (intel_pstate_driver == &intel_pstate) in store_max_perf_pct()1734 if (intel_pstate_driver == &intel_pstate) in store_min_perf_pct()3082 static struct cpufreq_driver intel_pstate = { variable3417 if (intel_pstate_driver == &intel_pstate) in intel_pstate_driver_cleanup()3434 if (driver == &intel_pstate) in intel_pstate_register_driver()3465 return sprintf(buf, "%s\n", intel_pstate_driver == &intel_pstate ? in intel_pstate_show_status()3485 if (intel_pstate_driver == &intel_pstate) in intel_pstate_update_status()3491 return intel_pstate_register_driver(&intel_pstate); in intel_pstate_update_status()[all …]
53 obj-$(CONFIG_X86_INTEL_PSTATE) += intel_pstate.o
46 TARGETS += intel_pstate
376 What: /sys/devices/system/cpu/intel_pstate/max_perf_pct377 /sys/devices/system/cpu/intel_pstate/min_perf_pct378 /sys/devices/system/cpu/intel_pstate/no_turbo398 Documentation/admin-guide/pm/intel_pstate.rst
2519 intel_pstate= [X86,EARLY]2521 Do not enable intel_pstate as the default2524 Use intel_pstate driver to bypass the scaling2528 intel_pstate in the active mode: powersave and2534 Use intel_pstate as a scaling driver, but configure it2540 Enable intel_pstate on systems that prohibit it by default2541 in favor of acpi-cpufreq. Forcing the intel_pstate driver2546 processors that aren't supported by the intel_pstate driver2552 Only load intel_pstate on systems which support
6531 F: Documentation/admin-guide/pm/intel_pstate.rst12981 F: drivers/cpufreq/intel_pstate.c