1 From: Omar Ramirez Luna <x00omar@ti.com> on behalf of Hari Kanigeri <h-kanigeri2@ti.com>
2 Subject: [PATCH] Increase the DMM pool size
4 Increase the DMM pool size
6 Signed-off-by: Hari Kanigeri <h-kanigeri2@ti.com>
9 1 file changed, 1 insertion(+), 1 deletion(-)
11 Index: omapkernel/include/asm-arm/arch-omap/bridge/dmm.h
12 ===================================================================
13 --- omapkernel.orig/include/asm-arm/arch-omap/bridge/dmm.h 2008-08-12 18:31:03.000000000 -0500
14 +++ omapkernel/include/asm-arm/arch-omap/bridge/dmm.h 2008-08-12 21:08:09.000000000 -0500
19 -#define DMMPOOLSIZE 0x3000000
20 +#define DMMPOOLSIZE 0x4000000
23 * ======== DMM_GetHandle ========