summaryrefslogtreecommitdiffstats
path: root/include/linux/irqdomain_defs.h
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2022-11-25 00:26:10 +0100
committerThomas Gleixner <tglx@linutronix.de>2022-12-05 22:22:33 +0100
commitcc7594ffadde77e2825faf1c576230530c829bc3 (patch)
tree703313d7cc4d77b14cb3de62a15361053325532c /include/linux/irqdomain_defs.h
parent9a945234abea27d45f8d89e1a1b35ab5bf41dd01 (diff)
downloadlinux-cc7594ffadde77e2825faf1c576230530c829bc3.tar.bz2
iommu/amd: Switch to MSI base domains
Remove the global PCI/MSI irqdomain implementation and provide the required MSI parent ops so the PCI/MSI code can detect the new parent and setup per device domains. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Kevin Tian <kevin.tian@intel.com> Acked-by: Marc Zyngier <maz@kernel.org> Link: https://lore.kernel.org/r/20221124232326.209212272@linutronix.de
Diffstat (limited to 'include/linux/irqdomain_defs.h')
-rw-r--r--include/linux/irqdomain_defs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/irqdomain_defs.h b/include/linux/irqdomain_defs.h
index 3a09396ac88d..0b2d8a83e0d8 100644
--- a/include/linux/irqdomain_defs.h
+++ b/include/linux/irqdomain_defs.h
@@ -24,6 +24,7 @@ enum irq_domain_bus_token {
DOMAIN_BUS_PCI_DEVICE_MSI,
DOMAIN_BUS_PCI_DEVICE_MSIX,
DOMAIN_BUS_DMAR,
+ DOMAIN_BUS_AMDVI,
};
#endif /* _LINUX_IRQDOMAIN_DEFS_H */