Message ID | 651c35dfa654b4331e597647b38a21fef477083e.1715065568.git.perry.yuan@amd.com (mailing list archive) |
---|---|
State | Superseded, archived |
Headers | show |
Series | AMD Pstate Driver Fixes and Improvements | expand |
One nit for next version. The title should be "guided" mode not "guide" mode. On 5/7/2024 02:15, Perry Yuan wrote: > 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> > --- > Documentation/admin-guide/pm/amd-pstate.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/admin-guide/pm/amd-pstate.rst b/Documentation/admin-guide/pm/amd-pstate.rst > index 230e236796f7..9fc924930595 100644 > --- a/Documentation/admin-guide/pm/amd-pstate.rst > +++ b/Documentation/admin-guide/pm/amd-pstate.rst > @@ -410,7 +410,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``
diff --git a/Documentation/admin-guide/pm/amd-pstate.rst b/Documentation/admin-guide/pm/amd-pstate.rst index 230e236796f7..9fc924930595 100644 --- a/Documentation/admin-guide/pm/amd-pstate.rst +++ b/Documentation/admin-guide/pm/amd-pstate.rst @@ -410,7 +410,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``