Module Name: src
Committed By: jmcneill
Date: Sun May 17 01:28:17 UTC 2015
Modified Files:
src/sys/arch/arm/nvidia: tegra_reg.h
Log Message:
add graphics host offsets
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/nvidia/tegra_reg.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/arm/nvidia/tegra_reg.h
diff -u src/sys/arch/arm/nvidia/tegra_reg.h:1.9 src/sys/arch/arm/nvidia/tegra_reg.h:1.10
--- src/sys/arch/arm/nvidia/tegra_reg.h:1.9 Sun May 10 23:50:21 2015
+++ src/sys/arch/arm/nvidia/tegra_reg.h Sun May 17 01:28:17 2015
@@ -1,4 +1,4 @@
-/* $NetBSD: tegra_reg.h,v 1.9 2015/05/10 23:50:21 jmcneill Exp $ */
+/* $NetBSD: tegra_reg.h,v 1.10 2015/05/17 01:28:17 jmcneill Exp $ */
/*-
* Copyright (c) 2015 Jared D. McNeill <[email protected]>
@@ -53,6 +53,8 @@
#define TEGRA_HOST1X_BASE 0x50000000
#define TEGRA_HOST1X_SIZE 0x00100000
+#define TEGRA_GHOST_BASE 0x54000000
+#define TEGRA_GHOST_SIZE 0x01000000
#define TEGRA_PPSB_BASE 0x60000000
#define TEGRA_PPSB_SIZE 0x01000000
#define TEGRA_APB_BASE 0x70000000
@@ -133,4 +135,12 @@
#define TEGRA_USB3_OFFSET 0x01008000
#define TEGRA_USB3_SIZE 0x1800
+/* Graphics Host (GHOST) */
+#define TEGRA_DISPLAYA_OFFSET 0x00200000
+#define TEGRA_DISPLAYA_SIZE 0x00040000
+#define TEGRA_DISPLAYB_OFFSET 0x00240000
+#define TEGRA_DISPLAYB_SIZE 0x00040000
+#define TEGRA_HDMI_OFFSET 0x00280000
+#define TEGRA_HDMI_SIZE 0x00040000
+
#endif /* _ARM_TEGRA_REG_H */