Skip to content

Commit f324f50

Browse files
committed
Merge: docs: admin-guide: Add information about intel_pstate active mode
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/2725 Bugzilla: https://bugzilla.redhat.com/2216955 Tested: doc only change commit f02c20d Author: Natesh Sharma <nsharma@redhat.com> Date: Thu Apr 27 14:07:06 2023 +0530 docs: admin-guide: Add information about intel_pstate active mode Information about intel_pstate active mode is added in the doc. This operation mode could be used to set on the hardware when it's not activated. Status of the mode could be checked from sysfs file i.e., /sys/devices/system/cpu/intel_pstate/status. The information is already available in cpu-freq/intel-pstate.txt documentation. Signed-off-by: Natesh Sharma <nsharma@redhat.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net> [jc: reformatted for width ] Link: https://lore.kernel.org/r/20230427083706.49882-1-nsharma@redhat.com Signed-off-by: David Arcari <darcari@redhat.com> Approved-by: Tony Camuso <tcamuso@redhat.com> Approved-by: Steve Best <sbest@redhat.com> Signed-off-by: Jan Stancek <jstancek@redhat.com>
2 parents 6577715 + 8e87c55 commit f324f50

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Documentation/admin-guide/kernel-parameters.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2022,6 +2022,16 @@
20222022
disable
20232023
Do not enable intel_pstate as the default
20242024
scaling driver for the supported processors
2025+
active
2026+
Use intel_pstate driver to bypass the scaling
2027+
governors layer of cpufreq and provides it own
2028+
algorithms for p-state selection. There are two
2029+
P-state selection algorithms provided by
2030+
intel_pstate in the active mode: powersave and
2031+
performance. The way they both operate depends
2032+
on whether or not the hardware managed P-states
2033+
(HWP) feature has been enabled in the processor
2034+
and possibly on the processor model.
20252035
passive
20262036
Use intel_pstate as a scaling driver, but configure it
20272037
to work with generic cpufreq governors (instead of

0 commit comments

Comments
 (0)