PCI/MSI: Provide pci_dev_has_special_msi_domain() helper
authorThomas Gleixner <tglx@linutronix.de>
Wed, 26 Aug 2020 11:16:53 +0000 (13:16 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 16 Sep 2020 14:52:36 +0000 (16:52 +0200)
commit2fd602669ee6d749a7dc47b84b87cef1a5075999
tree170afbc1fecbac65cd4d2787258f31794f8a884c
parentd7f954e54079b4bf6088956d59f43768ec71269a
PCI/MSI: Provide pci_dev_has_special_msi_domain() helper

Provide a helper function to check whether a PCI device is handled by a
non-standard PCI/MSI domain. This will be used to exclude such devices
which hang of a special bus, e.g. VMD, to be excluded from the irq domain
override in irq remapping.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Bjorn Helgaas <bhelgaas@google.com>
Link: https://lore.kernel.org/r/20200826112333.139387358@linutronix.de
drivers/pci/msi.c
include/linux/msi.h