]> asedeno.scripts.mit.edu Git - linux.git/commit
PCI/DPC: Do not enable DPC if AER control is not allowed by the BIOS
authorMika Westerberg <mika.westerberg@linux.intel.com>
Tue, 27 Mar 2018 10:48:35 +0000 (13:48 +0300)
committerBjorn Helgaas <helgaas@kernel.org>
Fri, 30 Mar 2018 22:33:34 +0000 (17:33 -0500)
commit4e5fad429bd179a41fa8b222463397e8cc806cd1
tree285135222d701aeb166b22cfa9e6f0828d8381cc
parentf0553ba08a19031726f120448eedc3aff1599c23
PCI/DPC: Do not enable DPC if AER control is not allowed by the BIOS

Commit eed85ff4c0da ("PCI/DPC: Enable DPC only if AER is available") made
DPC control dependent whether AER is enabled in the OS.  However, it does
not take into account situations where BIOS has not given OS control of
AER:

  acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
  acpi PNP0A08:00: _OSC: platform does not support [AER]
  acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability]

I think here it is better not to enable DPC even if the capability is
available because then it would be against what "Determination of DPC
Control" note in PCIe 4.0 sec 6.1.10 recommends.

Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Bjorn Helgaas <helgaas@kernel.org>
drivers/pci/pcie/portdrv_acpi.c
drivers/pci/pcie/portdrv_core.c