Linux Power Management development
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Zen6 client CPPC
@ 2026-09-01 21:59 Mario Limonciello
  2026-09-01 21:59 ` [PATCH v2 1/3] ACPI: CPPC: Refactor boost ratio handling Mario Limonciello
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Mario Limonciello @ 2026-09-01 21:59 UTC (permalink / raw)
  To: Rafael J . Wysocki
  Cc: linux-acpi, linux-kernel, linux-pm, K Prateek Nayak, x86,
	Vishal Badole, Mario Limonciello

Zen6 client platforms use CPPC differently than previous platforms
and knowing maximum frequency for a core type is needed for capacity
calculations.

Newer versions of the ACPI will introduce a proper interface
for getting this information, but for now hardcode values so that
these systems perform as intended and to unblock future scheduler
work while we continue to wait.

v2:
 * Rebase on v7.3-rc1 + [1]
 * Add tags
 * Use CPU features instead of FMR
 * Use Prateek's suggested fallback path

Link: https://lore.kernel.org/linux-acpi/20260830115644.2056983-1-christian.loehle@arm.com/ [1]

Mario Limonciello (3):
  ACPI: CPPC: Refactor boost ratio handling
  cpufreq/acpi-cpufreq: Use amd_get_boost_ratio()
  cpufreq/amd-pstate: Get Highest Freq for a CPU

 arch/x86/kernel/acpi/cppc.c    | 166 ++++++++++++++++++++++-----------
 drivers/cpufreq/acpi-cpufreq.c |  17 ++--
 drivers/cpufreq/amd-pstate.c   |  20 ++--
 include/acpi/cppc_acpi.h       |  14 ++-
 4 files changed, 143 insertions(+), 74 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2026-09-01 21:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-01 21:59 [PATCH v2 0/3] Zen6 client CPPC Mario Limonciello
2026-09-01 21:59 ` [PATCH v2 1/3] ACPI: CPPC: Refactor boost ratio handling Mario Limonciello
2026-09-01 21:59 ` [PATCH v2 2/3] cpufreq/acpi-cpufreq: Use amd_get_boost_ratio() Mario Limonciello
2026-09-01 21:59 ` [PATCH v2 3/3] cpufreq/amd-pstate: Get Highest Freq for a CPU Mario Limonciello

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox