PCI: pciehp: Configure hot-added display devices
authorBjorn Helgaas <bhelgaas@google.com>
Thu, 28 Aug 2014 17:12:50 +0000 (11:12 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Sat, 13 Sep 2014 02:01:20 +0000 (20:01 -0600)
commit1197ba22c57df96bf3cac0bb2a936fb695370f35
treec8f7fb08a75b74fb3922187467adfc02e5d77cdb
parent6a73336bde293741026614135419e9b76afb9145
PCI: pciehp: Configure hot-added display devices

We configure cache line size and other settings of hot-added devices, e.g.,
based on ACPI _HPP or _HPX methods.  Previously we skipped this for display
devices, but ACPI rev 5.0, sec 6.2.7 and 6.2.8 have no requirement to skip
them.

Remove the check so we configure display devices the same way we configure
other devices.

See also ac81860ea073 ("PCI: hotplug: pciehp: Removed check for hotplug of
display devices").

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Yinghai Lu <yinghai@kernel.org>
drivers/pci/hotplug/pciehp_pci.c