iommu/msm: Implement DOMAIN_ATTR_GEOMETRY attribute
authorJoerg Roedel <joerg.roedel@amd.com>
Thu, 26 Jan 2012 18:40:56 +0000 (19:40 +0100)
committerJoerg Roedel <joerg.roedel@amd.com>
Wed, 11 Jul 2012 10:20:05 +0000 (12:20 +0200)
Implement the attribute for the MSM IOMMU driver.

Acked-by: David Brown <davidb@codeaurora.org>
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
drivers/iommu/msm_iommu.c

index cee307e..6a8870a 100644 (file)
@@ -226,6 +226,11 @@ static int msm_iommu_domain_init(struct iommu_domain *domain)
 
        memset(priv->pgtable, 0, SZ_16K);
        domain->priv = priv;
+
+       domain->geometry.aperture_start = 0;
+       domain->geometry.aperture_end   = (1ULL << 32) - 1;
+       domain->geometry.force_aperture = true;
+
        return 0;
 
 fail_nomem: