summaryrefslogtreecommitdiff
path: root/include/asm-arm/arch-mxc
diff options
context:
space:
mode:
authorQuinn Jensen <quinn.jensen@freescale.com>2007-10-24 21:21:18 -0600
committerQuinn Jensen <quinn.jensen@freescale.com>2007-10-24 21:21:18 -0600
commit9c18a985cdae71bdcb58d8a606a63f08122d1eae (patch)
tree7841efb63873c344cda1a76c30255319bf7fc277 /include/asm-arm/arch-mxc
parentf04a23eb983a5994005a7aa2c09ef7d7fb9158dc (diff)
CR ENGR00038129: Add vpu latency-hiding control. Fixes an mpeg4 pending
Patch for CR ENGR00038129: Add vpu latency-hiding control. Fixes an mpeg4 pending issue on MX27 TO2. Applies to the linux 2.6.22 kernel for MX platforms. http://www.bitshrine.org/gpp/linux-2.6.22-mx-CR-ENGR00038129-Add-vpu-latency-hiding-con.patch
Diffstat (limited to 'include/asm-arm/arch-mxc')
-rw-r--r--include/asm-arm/arch-mxc/mxc_vpu.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-arm/arch-mxc/mxc_vpu.h b/include/asm-arm/arch-mxc/mxc_vpu.h
index 2994d1e3f5de..757862426a4c 100644
--- a/include/asm-arm/arch-mxc/mxc_vpu.h
+++ b/include/asm-arm/arch-mxc/mxc_vpu.h
@@ -42,7 +42,8 @@ typedef 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_LHD _IO(VPU_IOC_MAGIC, 5)
+#define VPU_IOC_VL2CC_FLUSH _IO(VPU_IOC_MAGIC, 6)
int vl2cc_init(u32 vl2cc_hw_base);
void vl2cc_enable(void);