|
@@ -315,6 +315,7 @@ static const struct iommu_ops gart_iommu_ops = {
|
|
|
.attach_dev = gart_iommu_attach_dev,
|
|
|
.detach_dev = gart_iommu_detach_dev,
|
|
|
.map = gart_iommu_map,
|
|
|
+ .map_sg = default_iommu_map_sg,
|
|
|
.unmap = gart_iommu_unmap,
|
|
|
.iova_to_phys = gart_iommu_iova_to_phys,
|
|
|
.pgsize_bitmap = GART_IOMMU_PGSIZES,
|