Files
linux/drivers/gpu/drm
Sinan Kaya 57b29646bb drm/i915: Deprecate pci_get_bus_and_slot()
pci_get_bus_and_slot() is restrictive such that it assumes domain=0 as
where a PCI device is present. This restricts the device drivers to be
reused for other domain numbers.

Getting ready to remove pci_get_bus_and_slot() function in favor of
pci_get_domain_bus_and_slot().

Extract the domain number from drm_device and pass it into
pci_get_domain_bus_and_slot() function.

Signed-off-by: Sinan Kaya <okaya@codeaurora.org>
Signed-off-by: Bjorn Helgaas <helgaas@kernel.org>
2018-02-16 08:48:07 -06:00
..
2017-11-11 11:23:15 +01:00
2018-02-01 11:35:46 +10:00
2017-12-08 10:43:46 +01:00
2017-12-27 19:00:09 -05:00
2018-01-29 23:18:17 -05:00
2017-11-23 12:31:49 +02:00
2018-01-24 15:49:04 -05:00