summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorValentin Longchamp <valentin.longchamp@epfl.ch>2009-05-19 13:36:08 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2009-06-23 13:16:28 +0200
commit6d17b25fec3a13282437f2083d3bb9e837500643 (patch)
treec83ec50ffc5fff6751e955afc38d7cbe5a11e7e9
parent45ca9eefe2b8f8218e944c8ddbf1f1e12604d816 (diff)
downloadlinux-2.6-6d17b25fec3a13282437f2083d3bb9e837500643.tar.gz
linux-2.6-6d17b25fec3a13282437f2083d3bb9e837500643.tar.xz
mx31: changed CONSISTENT_DMA_SIZE to 16M for mx31 video
Signed-off-by: Valentin Longchamp <valentin.longchamp@epfl.ch> Signed-off-by: Luotao Fu <l.fu@pengutronix.de>
-rw-r--r--arch/arm/plat-mxc/include/mach/memory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-mxc/include/mach/memory.h b/arch/arm/plat-mxc/include/mach/memory.h
index 6065e00176e..1e15efe9e29 100644
--- a/arch/arm/plat-mxc/include/mach/memory.h
+++ b/arch/arm/plat-mxc/include/mach/memory.h
@@ -37,7 +37,7 @@
* Increase size of DMA-consistent memory region.
* This is required for mx3 camera driver to capture at least two QXGA frames.
*/
-#define CONSISTENT_DMA_SIZE SZ_8M
+#define CONSISTENT_DMA_SIZE SZ_16M
#endif /* CONFIG_MX3_VIDEO */
#endif /* __ASM_ARCH_MXC_MEMORY_H__ */