ARM: IOMMU: Tegra20: Add iommu_ops for GART driver
authorHiroshi DOYU <hdoyu@nvidia.com>
Wed, 16 Nov 2011 15:36:37 +0000 (17:36 +0200)
committerJoerg Roedel <joerg.roedel@amd.com>
Thu, 26 Jan 2012 12:50:28 +0000 (13:50 +0100)
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>

No differences found