aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorThomas Gleixner <[email protected]>2022-11-25 00:26:10 +0100
committerThomas Gleixner <[email protected]>2022-12-05 22:22:33 +0100
commitcc7594ffadde77e2825faf1c576230530c829bc3 (patch)
tree703313d7cc4d77b14cb3de62a15361053325532c /include/linux
parent9a945234abea27d45f8d89e1a1b35ab5bf41dd01 (diff)
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 <[email protected]> Reviewed-by: Kevin Tian <[email protected]> Acked-by: Marc Zyngier <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'include/linux')
-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 */