[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20260106051441.60093-1-superm1@kernel.org>
Date: Mon, 5 Jan 2026 23:14:36 -0600
From: "Mario Limonciello (AMD)" <superm1@...nel.org>
To: "Gautham R . Shenoy" <gautham.shenoy@....com>
Cc: Perry Yuan <perry.yuan@....com>,
linux-kernel@...r.kernel.org (open list:X86 ARCHITECTURE (32-BIT AND 64-BIT)),
linux-pm@...r.kernel.org (open list:CPU FREQUENCY SCALING FRAMEWORK),
"Mario Limonciello (AMD)" <superm1@...nel.org>
Subject: [PATCH v5 0/5] amd-pstate Dynamic EPP and raw EPP
Dynamic EPP allows the kernel to register amd-pstate as part of
a platform profile. It will change EPP modes matching the user's
preference to the platform profile sysfs files as well as power
adapter state.
Raw EPP allows userspace to write integers to
energy_performance_preference.
v4: https://lore.kernel.org/linux-pm/20250321022858.1538173-1-superm1@kernel.org/
Mario Limonciello (5):
cpufreq/amd-pstate: Add dynamic energy performance preference
cpufreq/amd-pstate: add kernel command line to override dynamic epp
cpufreq/amd-pstate: Add support for platform profile class
cpufreq/amd-pstate: Add support for raw EPP writes
cpufreq/amd-pstate-ut: Add a unit test for raw EPP
.../admin-guide/kernel-parameters.txt | 7 +
Documentation/admin-guide/pm/amd-pstate.rst | 41 ++-
drivers/cpufreq/Kconfig.x86 | 13 +
drivers/cpufreq/amd-pstate-ut.c | 58 ++++
drivers/cpufreq/amd-pstate.c | 283 ++++++++++++++++--
drivers/cpufreq/amd-pstate.h | 16 +-
6 files changed, 394 insertions(+), 24 deletions(-)
--
2.43.0
Powered by blists - more mailing lists