Linux PCI subsystem development
 help / color / mirror / Atom feed
* [PATCH v17 0/4] Allow drivers to influence D3 behavior for bridges
@ 2023-09-06 18:43 Mario Limonciello
  2023-09-06 18:43 ` [PATCH v17 1/4] ACPI: x86: s2idle: Export symbol for fetching constraints for module use Mario Limonciello
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Mario Limonciello @ 2023-09-06 18:43 UTC (permalink / raw)
  To: Hans de Goede, Bjorn Helgaas, Rafael J . Wysocki
  Cc: Shyam Sundar S K, open list:X86 PLATFORM DRIVERS,
	open list:PCI SUBSYSTEM, linux-pm, Mario Limonciello

D3 on PCIe root ports isn't used on Windows systems in Modern Standby.
Windows uses a uPEP driver that helps to decide the policy for given
ports.

This series adjusts the PCI core to allow drivers to register influencing
the policy and the amd-pmc driver will register.

LPS0 constraints are the basis for it; which if they are added for
Windows would also apply for Linux as well.

Mario Limonciello (4):
  ACPI: x86: s2idle: Export symbol for fetching constraints for module
    use
  PCI: Add support for drivers to register optin or veto of D3
  PCI: Check for changes in pci_bridge_d3_possible() when updating D3
  platform/x86/amd: pmc: Report device constraints

 drivers/acpi/x86/s2idle.c          |   1 +
 drivers/pci/pci.c                  | 172 +++++++++++++++++++++++++++--
 drivers/platform/x86/amd/pmc/pmc.c |  57 ++++++++++
 include/linux/pci.h                |   9 ++
 4 files changed, 229 insertions(+), 10 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2023-09-12  9:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-06 18:43 [PATCH v17 0/4] Allow drivers to influence D3 behavior for bridges Mario Limonciello
2023-09-06 18:43 ` [PATCH v17 1/4] ACPI: x86: s2idle: Export symbol for fetching constraints for module use Mario Limonciello
2023-09-06 18:43 ` [PATCH v17 2/4] PCI: Add support for drivers to register optin or veto of D3 Mario Limonciello
2023-09-11 18:34   ` Rafael J. Wysocki
2023-09-11 20:23     ` Mario Limonciello
2023-09-12  9:11       ` Rafael J. Wysocki
2023-09-06 18:43 ` [PATCH v17 3/4] PCI: Check for changes in pci_bridge_d3_possible() when updating D3 Mario Limonciello
2023-09-06 18:43 ` [PATCH v17 4/4] platform/x86/amd: pmc: Report device constraints Mario Limonciello

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