iommu/tegra: Setup aperture
Each address space in the Tegra SMMU provides 4 GiB worth of addresses. Cc: Hiroshi Doyu <hdoyu@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Joerg Roedel <jroedel@suse.de>
This commit is contained in:
parent
e42391cd04
commit
471d9144b4
|
@ -266,6 +266,11 @@ static int tegra_smmu_domain_init(struct iommu_domain *domain)
|
|||
|
||||
domain->priv = as;
|
||||
|
||||
/* setup aperture */
|
||||
domain->geometry.aperture_start = 0;
|
||||
domain->geometry.aperture_end = 0xffffffff;
|
||||
domain->geometry.force_aperture = true;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue