[RFC PATCH 4/4] Documentation: amd-pstate: Document the epp_boost parameter
From: David Vernet
Date: Tue Jul 28 2026 - 03:45:48 EST
Document the per-core EPP boost mechanism and its epp_boost module
parameter added by the previous patch.
Signed-off-by: David Vernet <void@xxxxxxxxxxxxx>
---
Documentation/admin-guide/pm/amd-pstate.rst | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/Documentation/admin-guide/pm/amd-pstate.rst b/Documentation/admin-guide/pm/amd-pstate.rst
index a95e2ebce005..004b79ff925c 100644
--- a/Documentation/admin-guide/pm/amd-pstate.rst
+++ b/Documentation/admin-guide/pm/amd-pstate.rst
@@ -372,6 +372,22 @@ based on the power source and will not react to user desired power state.
Attempting to manually write to the ``energy_performance_preference`` sysfs
file will fail when ``dynamic_epp`` is enabled.
+Energy performance preference boosting
+======================================
+On MSR-based systems running in the ``active mode``, the driver can optionally
+bias the energy performance preference of a recently-busy CPU toward
+performance while leaving all other CPUs at the policy value. C0 residency is
+sampled at most every 10 ms; while a CPU has been at least 50% busy within the
+last 300 ms, the EPP field of its CPPC request is set to ``performance`` (0).
+The policy value is restored once 300 ms pass without a busy sample.
+
+This behavior is disabled by default. It can be enabled with the module
+parameter ``amd_pstate.epp_boost=1`` on the kernel command line, or at runtime
+by writing ``1`` to ``/sys/module/amd_pstate/parameters/epp_boost``. The
+mechanism only runs while the parameter is enabled and has no overhead when
+disabled. It has no effect in the ``passive`` and ``guided`` modes or on
+shared-memory (non-MSR) systems.
+
``amd-pstate`` vs ``acpi-cpufreq``
======================================
--
2.53.0