linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Enable amd-pstate active mode by default
@ 2023-06-20 17:24 Mario Limonciello
  2023-06-20 17:24 ` [PATCH v3 1/3] ACPI: CPPC: Add definition for undefined FADT preferred PM profile value Mario Limonciello
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Mario Limonciello @ 2023-06-20 17:24 UTC (permalink / raw)
  To: Rafael J . Wysocki
  Cc: Len Brown, Huang Rui, linux-acpi, linux-kernel, linux-pm,
	Gautham Ranjal Shenoy, Wyes Karny, Perry Yuan, Mario Limonciello

Active mode for amd-pstate has shown enough success now that it makes sense
to enable it by default on client systems.

This series introduces a new kernel configuration option to set the default
policy for amd-pstate modes for a kernel.

Server systems will by identified by the PM preferred profile and still be
set as disabled by default for now.

v2->v3:
 * Drop patch 4; Intel intentionally doesn't want intel-pstate on SOHO
   server
 * Move symbols from patch 1 into patch 2
 * Add tags
Mario Limonciello (3):
  ACPI: CPPC: Add definition for undefined FADT preferred PM profile
    value
  cpufreq: amd-pstate: Set a fallback policy based on preferred_profile
  cpufreq: amd-pstate: Add a kernel config option to set default mode

 drivers/cpufreq/Kconfig.x86  |  17 ++++++
 drivers/cpufreq/amd-pstate.c | 101 +++++++++++++++++++++++++----------
 include/acpi/actbl.h         |   3 +-
 include/linux/amd-pstate.h   |   4 +-
 4 files changed, 96 insertions(+), 29 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-06-21 17:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-20 17:24 [PATCH v3 0/3] Enable amd-pstate active mode by default Mario Limonciello
2023-06-20 17:24 ` [PATCH v3 1/3] ACPI: CPPC: Add definition for undefined FADT preferred PM profile value Mario Limonciello
2023-06-21  4:23   ` Yuan, Perry
2023-06-20 17:24 ` [PATCH v3 2/3] cpufreq: amd-pstate: Set a fallback policy based on preferred_profile Mario Limonciello
2023-06-21  4:25   ` Yuan, Perry
2023-06-20 17:24 ` [PATCH v3 3/3] cpufreq: amd-pstate: Add a kernel config option to set default mode Mario Limonciello
2023-06-21 17:38 ` [PATCH v3 0/3] Enable amd-pstate active mode by default Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).