summaryrefslogtreecommitdiff
path: root/arch/arm/plat-mxc/include/mach/viv_gpu.h
diff options
context:
space:
mode:
authorRichard Zhao <richard.zhao@freescale.com>2011-06-30 15:21:44 +0800
committerJason Liu <r64343@freescale.com>2012-01-09 20:18:27 +0800
commitc8893a3f111676dd22c6a8b10aa70c7614f56abb (patch)
tree8928c63249dc4aaa8a22a25c4077a56509f5d837 /arch/arm/plat-mxc/include/mach/viv_gpu.h
parent7bd96d6bc88519e25d97419f28a7c44691a28c54 (diff)
ENGR00152297 imx6: add gpu gc2000 device
-add platform-viv_gpu.c in plat-mxc/devices. -add gc2000 device in board file. Signed-off-by: Richard Zhao <richard.zhao@freescale.com>
Diffstat (limited to 'arch/arm/plat-mxc/include/mach/viv_gpu.h')
-rw-r--r--arch/arm/plat-mxc/include/mach/viv_gpu.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/arch/arm/plat-mxc/include/mach/viv_gpu.h b/arch/arm/plat-mxc/include/mach/viv_gpu.h
new file mode 100644
index 000000000000..f3136cec2de5
--- /dev/null
+++ b/arch/arm/plat-mxc/include/mach/viv_gpu.h
@@ -0,0 +1,23 @@
+/*
+ * Copyright (C) 2011 Freescale Semiconductor, Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License as published by the
+ * Free Software Foundation; either version 2 of the License, or (at your
+ * option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
+ * for more details.
+ */
+
+#ifndef __MACH_VIV_GPU_H_
+#define __MACH_VIV_GPU_H_
+
+struct viv_gpu_platform_data {
+ resource_size_t reserved_mem_base;
+ resource_size_t reserved_mem_size;
+};
+
+#endif /* __MACH_VIV_GPU_H_ */