mbox series

[v2,0/3] Improvements to S5 power consumption

Message ID 20250514193406.3998101-1-superm1@kernel.org
Headers show
Series Improvements to S5 power consumption | expand

Message

Mario Limonciello May 14, 2025, 7:34 p.m. UTC
From: Mario Limonciello <mario.limonciello@amd.com>

A variety of issues both in function and in power consumption have been
raised as a result of devices not being put into a low power state when
the system is powered off.

There have been some localized changes[1] to PCI core to help these issues,
but they have had various downsides.

This series instead tries to use the S4 flow when the system is being
powered off.  This lines up the behavior with what other operating systems
do as well.  If for some reason that fails or is not supported, unwind and
do the previous S5 flow that will wake all devices and run their shutdown()
callbacks.

Previous submissions [1]:
Link: https://lore.kernel.org/linux-pm/CAJZ5v0hrKEJa8Ad7iiAvQ3d_0ysVhzZcXSYc5kkL=6vtseF+bg@mail.gmail.com/T/#m91e4eae868a7405ae579e89b135085f4906225d2
Link: https://lore.kernel.org/linux-pci/20231213182656.6165-1-mario.limonciello@amd.com/
Link: https://lore.kernel.org/linux-pci/20250506041934.1409302-1-superm1@kernel.org/

Mario Limonciello (3):
  PM: Use hibernate flows for system power off
  PCI: Put PCIe ports with downstream devices into D3 at hibernate
  drm/amd: Avoid evicting resources at S5

 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c |  4 +++
 drivers/pci/pci-driver.c                   | 39 ++++++++++++++++++++--
 kernel/reboot.c                            | 12 +++++++
 3 files changed, 53 insertions(+), 2 deletions(-)