summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorSuman Anna <s-anna@ti.com>2012-08-14 21:03:54 -0500
committerAndy Green <andy.green@linaro.org>2012-09-07 13:07:15 +0800
commitf66f185562bbe238daaaf3d7ba5b28e6b5c1cb7f (patch)
tree6bd61af51736fc8a10c333f8cace042046d5591c /drivers
parentceeb091f62432b1551d9ddab67a3339022fe4ad1 (diff)
remoteproc/omap: increase default CMA size for OMAP4 IPU to 106MB
The default CMA carveout size for OMAP4 IPU has been increased from 104MB to 106MB to allow the IPU heap to be increased by the same amount. This change is being done to resolve failures in various multimedia usecases due to heap memory exhaustion. Change-Id: Iecc722a5871747dc0280e43b88cd57b16d43459d Signed-off-by: Suman Anna <s-anna@ti.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/remoteproc/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/remoteproc/Kconfig b/drivers/remoteproc/Kconfig
index 1ded8fc237fa..78e1930653dc 100644
--- a/drivers/remoteproc/Kconfig
+++ b/drivers/remoteproc/Kconfig
@@ -69,7 +69,7 @@ config OMAP_REMOTEPROC_WATCHDOG
config OMAP4_IPU_CMA_SIZE
hex "Cortex M3 physically contiguous memory pool size (in bytes)"
depends on OMAP_REMOTEPROC_IPU
- default 0x6800000
+ default 0x7000000
help
Allocate a specified size of physically contiguous memory (CMA)
for OMAP4's dual Cortex-M3 sub-system. Vast majority of this