Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3177bb76 authored by Joerg Roedel's avatar Joerg Roedel
Browse files

iommu/exynos: Implement DOMAIN_ATTR_GEOMETRY attribute



Implement the attribute for the Samsung Exynos IOMMU driver.

Signed-off-by: default avatarJoerg Roedel <joerg.roedel@amd.com>
parent 23349902
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -732,6 +732,10 @@ static int exynos_iommu_domain_init(struct iommu_domain *domain)
	spin_lock_init(&priv->pgtablelock);
	INIT_LIST_HEAD(&priv->clients);

	dom->geometry.aperture_start = 0;
	dom->geometry.aperture_end   = ~0UL;
	dom->geometry.force_aperture = true;

	domain->priv = priv;
	return 0;