diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2024-06-27 21:20:10 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2024-06-27 21:20:10 +0200 |
commit | b11ec63abec1dcaebfc3999cc3a53c903e511fd6 (patch) | |
tree | 3ae99bb7ef1861fe44d0cdc91776e48ed5fb2d8c /Documentation | |
parent | cpufreq: intel_pstate: Use HWP to initialize ITMT if CPPC is missing (diff) | |
parent | cpufreq: intel_pstate: Replace boot_cpu_has() (diff) | |
download | linux-b11ec63abec1dcaebfc3999cc3a53c903e511fd6.tar.xz linux-b11ec63abec1dcaebfc3999cc3a53c903e511fd6.zip |
Merge back cpufreq material for v6.11.
Diffstat (limited to 'Documentation')
-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`` |