projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a0e715
)
iommu/omap: Implement DOMAIN_ATTR_GEOMETRY attribute
author
Joerg Roedel
<joerg.roedel@amd.com>
Thu, 26 Jan 2012 18:40:55 +0000
(19:40 +0100)
committer
Joerg Roedel
<joerg.roedel@amd.com>
Wed, 11 Jul 2012 10:15:45 +0000
(12:15 +0200)
Implement the attribute for the OMAP IOMMU driver.
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
drivers/iommu/omap-iommu.c
patch
|
blob
|
history
diff --git
a/drivers/iommu/omap-iommu.c
b/drivers/iommu/omap-iommu.c
index
e70ee2b
..
d0b1234
100644
(file)
--- a/
drivers/iommu/omap-iommu.c
+++ b/
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: