diff options
author | Perry Yuan <perry.yuan@amd.com> | 2024-06-19 17:40:16 +0200 |
---|---|---|
committer | Mario Limonciello <mario.limonciello@amd.com> | 2024-06-21 04:52:05 +0200 |
commit | 1d53f30b3aa6120ca91789254cb2dfff9ff8c533 (patch) | |
tree | d9732d1533f10f9d23c6861833bcc2388bc0b671 /Documentation/admin-guide/pm/amd-pstate.rst | |
parent | cpufreq: amd-pstate: add debug message while CPPC is supported and disabled b... (diff) | |
download | linux-1d53f30b3aa6120ca91789254cb2dfff9ff8c533.tar.xz linux-1d53f30b3aa6120ca91789254cb2dfff9ff8c533.zip |
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>
Diffstat (limited to 'Documentation/admin-guide/pm/amd-pstate.rst')
-rw-r--r-- | Documentation/admin-guide/pm/amd-pstate.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/pm/amd-pstate.rst b/Documentation/admin-guide/pm/amd-pstate.rst index 1e0d101b020a..f5ee81419a93 100644 --- a/Documentation/admin-guide/pm/amd-pstate.rst +++ b/Documentation/admin-guide/pm/amd-pstate.rst @@ -406,7 +406,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`` |