Documentation: PM: amd-pstate: add guided mode to the Operation mode
JIRA: https://issues.redhat.com/browse/RHEL-75923 commit 1d53f30b3aa6120ca91789254cb2dfff9ff8c533 Author: Perry Yuan <perry.yuan@amd.com> Date: Wed Jun 19 23:40:16 2024 +0800 Documentation: PM: amd-pstate: add guided mode to the Operation mode the guided mode is also supported, so the operation mode should include that mode as well. Reviewed-by: Mario Limonciello <mario.limonciello@amd.com> Signed-off-by: Perry Yuan <perry.yuan@amd.com> Reviewed-by: Gautham R. Shenoy <gautham.shenoy@amd.com> Link: https://lore.kernel.org/r/a61d825ef71f6aacc8f1624fe9fb982b8446b5a7.1718811234.git.perry.yuan@amd.com Signed-off-by: Mario Limonciello <mario.limonciello@amd.com> Signed-off-by: David Arcari <darcari@redhat.com>
This commit is contained in:
parent
d3b797656f
commit
dd833533d3
|
@ -407,7 +407,7 @@ control its functionality at the system level. They are located in the
|
|||
``/sys/devices/system/cpu/amd_pstate/`` directory and affect all CPUs.
|
||||
|
||||
``status``
|
||||
Operation mode of the driver: "active", "passive" or "disable".
|
||||
Operation mode of the driver: "active", "passive", "guided" or "disable".
|
||||
|
||||
"active"
|
||||
The driver is functional and in the ``active mode``
|
||||
|
|
Loading…
Reference in New Issue