Skip to content

Commit c588072

Browse files
pippy360willdeacon
authored andcommitted
iommu/vt-d: Convert intel iommu driver to the iommu ops
Convert the intel iommu driver to the dma-iommu api. Remove the iova handling and reserve region code from the intel iommu driver. Signed-off-by: Tom Murphy <[email protected]> Signed-off-by: Lu Baolu <[email protected]> Tested-by: Logan Gunthorpe <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Will Deacon <[email protected]>
1 parent c062db0 commit c588072

File tree

2 files changed

+43
-703
lines changed

2 files changed

+43
-703
lines changed

drivers/iommu/intel/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ config INTEL_IOMMU
1313
select DMAR_TABLE
1414
select SWIOTLB
1515
select IOASID
16+
select IOMMU_DMA
1617
help
1718
DMA remapping (DMAR) devices support enables independent address
1819
translations for Direct Memory Access (DMA) from devices.

0 commit comments

Comments
 (0)