summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/iomap.h
diff options
context:
space:
mode:
authorMayuresh Kulkarni <mkulkarni@nvidia.com>2012-12-07 15:31:19 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 12:46:44 -0700
commitf9efa3613b9c25677c15a2fa82c2b0d345b0d5e2 (patch)
tree6977096c05d4529125758be2ab7bec7cd2c1b53b /arch/arm/mach-tegra/iomap.h
parentdc0bcc9378247ce7246b9f7a13b9e31d985a0994 (diff)
arm: tegra: add base address & size for 2d and 3d
bug 1041377 Change-Id: I2f3d0eb0b2e92a70ec641be2920ae61a57cd4417 Signed-off-by: Mayuresh Kulkarni <mkulkarni@nvidia.com> Reviewed-on: http://git-master/r/169347 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Arto Merilainen <amerilainen@nvidia.com> Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/iomap.h')
-rw-r--r--arch/arm/mach-tegra/iomap.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/iomap.h b/arch/arm/mach-tegra/iomap.h
index f7bd2d78671f..932117deb746 100644
--- a/arch/arm/mach-tegra/iomap.h
+++ b/arch/arm/mach-tegra/iomap.h
@@ -75,6 +75,12 @@
#define TEGRA_ISP_BASE 0x54100000
#define TEGRA_ISP_SIZE SZ_256K
+#define TEGRA_GR2D_BASE 0x54140000
+#define TEGRA_GR2D_SIZE SZ_256K
+
+#define TEGRA_GR3D_BASE 0x54180000
+#define TEGRA_GR3D_SIZE SZ_256K
+
#define TEGRA_DISPLAY_BASE 0x54200000
#define TEGRA_DISPLAY_SIZE SZ_256K