public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add ACPI C4 support
@ 2025-09-15 20:43 Mario Limonciello (AMD)
  2025-09-15 20:43 ` [PATCH 1/2] x86/acpi/cstate: Remove open coded check for cpu_feature_enabled() Mario Limonciello (AMD)
  2025-09-15 20:43 ` [PATCH 2/2] ACPI: processor: Add support for ACPI C4 state Mario Limonciello (AMD)
  0 siblings, 2 replies; 6+ messages in thread
From: Mario Limonciello (AMD) @ 2025-09-15 20:43 UTC (permalink / raw)
  To: Rafael J . Wysocki, linux-acpi; +Cc: Mario Limonciello (AMD)

Some AMD systems have introduced support for ACPI C4.  Systems that
support ACPI C4 will enter CPU OFF at ACPI C3 and VDD OFF at ACPI C4.

VDD OFF is a requirement for s0i3, and thus if C4 isn't supported then
a system can't enter s0i3.

Add support for ACPI C4 to the processor idle driver, following similar
semantics of ACPI C3.

Mario Limonciello (AMD) (2):
  x86/acpi/cstate: Remove open coded check for cpu_feature_enabled()
  ACPI: processor: Add support for ACPI C4 state

 arch/x86/kernel/acpi/cstate.c |  2 +-
 drivers/acpi/processor_idle.c | 10 +++++++---
 include/acpi/actypes.h        |  5 +++--
 3 files changed, 11 insertions(+), 6 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2025-09-22 17:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-15 20:43 [PATCH 0/2] Add ACPI C4 support Mario Limonciello (AMD)
2025-09-15 20:43 ` [PATCH 1/2] x86/acpi/cstate: Remove open coded check for cpu_feature_enabled() Mario Limonciello (AMD)
2025-09-22 17:17   ` Rafael J. Wysocki
2025-09-15 20:43 ` [PATCH 2/2] ACPI: processor: Add support for ACPI C4 state Mario Limonciello (AMD)
2025-09-16 11:24   ` Rafael J. Wysocki
2025-09-16 18:55     ` Mario Limonciello

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