aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/plat-mxc/include/mach/mxc_vpu.h
diff options
context:
space:
mode:
authorSammy He <r62914@freescale.com>2011-06-22 00:18:40 +0800
committerEric Miao <eric.miao@canonical.com>2011-11-10 07:38:01 +0800
commit47df0047b43f892cfefb4da56bebf3a6db8481d6 (patch)
tree4613c51e69b5f67cee629a24c5535ff10544741c /arch/arm/plat-mxc/include/mach/mxc_vpu.h
parent7604bf72199e711ccd2d945726c20878abe81e55 (diff)
ENGR00151494-2 arch: change mxc_vpu.h to remove definition for mx32/mx37
The vpu code in driver for mx32/mx37 is out of date already, and we won't support the platforms, so clean the code for removing it. And removed ioctl definition that won't use again. Signed-off-by: Sammy He <r62914@freescale.com>
Diffstat (limited to 'arch/arm/plat-mxc/include/mach/mxc_vpu.h')
-rw-r--r--arch/arm/plat-mxc/include/mach/mxc_vpu.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/arch/arm/plat-mxc/include/mach/mxc_vpu.h b/arch/arm/plat-mxc/include/mach/mxc_vpu.h
index 19c01b2e46a..2dbe7492cc5 100644
--- a/arch/arm/plat-mxc/include/mach/mxc_vpu.h
+++ b/arch/arm/plat-mxc/include/mach/mxc_vpu.h
@@ -49,12 +49,9 @@ struct vpu_mem_desc {
#define VPU_IOC_WAIT4INT _IO(VPU_IOC_MAGIC, 2)
#define VPU_IOC_PHYMEM_DUMP _IO(VPU_IOC_MAGIC, 3)
#define VPU_IOC_REG_DUMP _IO(VPU_IOC_MAGIC, 4)
-#define VPU_IOC_VL2CC_FLUSH _IO(VPU_IOC_MAGIC, 5)
#define VPU_IOC_IRAM_SETTING _IO(VPU_IOC_MAGIC, 6)
#define VPU_IOC_CLKGATE_SETTING _IO(VPU_IOC_MAGIC, 7)
#define VPU_IOC_GET_WORK_ADDR _IO(VPU_IOC_MAGIC, 8)
-#define VPU_IOC_GET_PIC_PARA_ADDR _IO(VPU_IOC_MAGIC, 9)
-#define VPU_IOC_GET_USER_DATA_ADDR _IO(VPU_IOC_MAGIC, 10)
#define VPU_IOC_SYS_SW_RESET _IO(VPU_IOC_MAGIC, 11)
#define VPU_IOC_GET_SHARE_MEM _IO(VPU_IOC_MAGIC, 12)
@@ -98,4 +95,10 @@ void vl2cc_flush(void);
void vl2cc_disable(void);
void vl2cc_cleanup(void);
+int vl2cc_init(u32 vl2cc_hw_base);
+void vl2cc_enable(void);
+void vl2cc_flush(void);
+void vl2cc_disable(void);
+void vl2cc_cleanup(void);
+
#endif