Sinan Kaya e228108083 video: fbdev: riva: 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().

struct riva_par has a pointer to struct pci_dev. Use the pci_dev member
to extract the domain information.

Change the function signature for CalcStateExt and RivaGetConfig to pass
in struct pci_dev in addition to RIVA_HW_INST so that code inside the
riva_hw.c can also calculate domain number and pass it to
pci_get_domain_bus_and_slot().

Signed-off-by: Sinan Kaya <okaya@codeaurora.org>
Signed-off-by: Bjorn Helgaas <helgaas@kernel.org>
Acked-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
2018-01-17 08:16:46 -06:00
..
2017-11-20 21:50:24 -10:00
2017-11-20 21:50:24 -10:00
2017-11-20 21:50:24 -10:00
2017-11-20 21:50:24 -10:00
2017-11-20 21:50:24 -10:00
2017-02-25 13:20:22 -08:00
2017-09-04 16:00:49 +02:00
2016-02-26 13:28:35 +02:00
2016-02-26 13:28:35 +02:00
2017-09-04 16:00:49 +02:00
2015-10-08 12:19:39 +03:00
2017-05-27 15:41:17 -04:00
2017-11-09 18:09:30 +01:00
2017-11-20 21:50:24 -10:00
2017-09-22 23:14:36 -04:00
2017-11-09 18:09:30 +01:00
2017-09-14 13:33:33 -07:00
2016-09-07 12:06:53 +03:00
2017-05-11 11:12:26 -07:00