diff options
author | Hiroshi DOYU <hdoyu@nvidia.com> | 2011-11-16 19:36:37 +0400 |
---|---|---|
committer | Joerg Roedel <joerg.roedel@amd.com> | 2012-01-26 16:50:28 +0400 |
commit | d53e54b4d43b2559c5a424188894fd63d145b5d7 (patch) | |
tree | 31007f68eb6e5a2217c8ca58f56a5ae9f2aec4c0 /drivers/iommu/Makefile | |
parent | dcd6c92267155e70a94b3927bce681ce74b80d1f (diff) | |
download | linux-d53e54b4d43b2559c5a424188894fd63d145b5d7.tar.xz |
ARM: IOMMU: Tegra20: Add iommu_ops for GART driver
Tegra 20 IOMMU H/W, GART (Graphics Address Relocation Table). This
patch implements struct iommu_ops for GART for the upper IOMMU API.
This H/W module supports only single virtual address space(domain),
and manages a single level 1-to-1 mapping H/W translation page table.
[With small fixes by Joerg Roedel]
Signed-off-by: Hiroshi DOYU <hdoyu@nvidia.com>
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Diffstat (limited to 'drivers/iommu/Makefile')
-rw-r--r-- | drivers/iommu/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iommu/Makefile b/drivers/iommu/Makefile index 0e36b4934aff..3238a31d260a 100644 --- a/drivers/iommu/Makefile +++ b/drivers/iommu/Makefile @@ -8,3 +8,4 @@ obj-$(CONFIG_IRQ_REMAP) += intr_remapping.o obj-$(CONFIG_OMAP_IOMMU) += omap-iommu.o obj-$(CONFIG_OMAP_IOVMM) += omap-iovmm.o obj-$(CONFIG_OMAP_IOMMU_DEBUG) += omap-iommu-debug.o +obj-$(CONFIG_TEGRA_IOMMU_GART) += tegra-gart.o |