Browse Source

iommu/omap: Implement DOMAIN_ATTR_GEOMETRY attribute

Implement the attribute for the OMAP IOMMU driver.

Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Joerg Roedel 13 năm trước cách đây
mục cha
commit
2c6edb0cc4
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      drivers/iommu/omap-iommu.c

+ 4 - 0
drivers/iommu/omap-iommu.c

@@ -1148,6 +1148,10 @@ static int omap_iommu_domain_init(struct iommu_domain *domain)
 
 	domain->priv = omap_domain;
 
+	domain->geometry.aperture_start = 0;
+	domain->geometry.aperture_end   = (1ULL << 32) - 1;
+	domain->geometry.force_aperture = true;
+
 	return 0;
 
 fail_nomem: