iommu/vt-d: Use dma_direct for bypass devices
authorChristoph Hellwig <hch@lst.de>
Wed, 10 Apr 2019 16:14:07 +0000 (18:14 +0200)
committerJoerg Roedel <jroedel@suse.de>
Thu, 11 Apr 2019 15:46:34 +0000 (17:46 +0200)
commit9cc0c2af8d0387f3f99572bd7fe15ab41eb89bb9
tree0d0a5c067e921dfdf6e703dc28ddb65dcdec3bcc
parent48b2c937ea37a3bece0094b46450ed5267525289
iommu/vt-d: Use dma_direct for bypass devices

The intel-iommu driver currently has a partial reimplementation
of the direct mapping code for devices that use pass through
mode.  Replace that code with calls to the relevant dma_direct
routines at the highest level.  This means we have exactly the
same behvior as the dma direct code itself, and can prepare for
eventually only attaching the intel_iommu ops to devices that
actually need dynamic iommu mappings.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/intel-iommu.c