diff options
author | Sammy He <r62914@freescale.com> | 2010-07-09 23:48:36 +0800 |
---|---|---|
committer | Sammy He <r62914@freescale.com> | 2010-07-09 23:48:36 +0800 |
commit | 91a31bd9fb0bdf8332d1a6803d1e5cdc201807b5 (patch) | |
tree | 45685c57f7824e8e32f968e16b35bf9e28c7c77e /arch/arm/plat-mxc/include/mach | |
parent | 1ed716987e5a3350f174fd3c0aa4061a9d2a31ec (diff) |
ENGR00124956 Increase vpu iram size to 80K
Increase vpu iram size to 80K on mx51 and mx53 to
use more iram for video decoding and encoding.
It can cover 720P encoder and 1080P decoder except VC-1 AP.
Signed-off-by: Sammy He <r62914@freescale.com>w
Diffstat (limited to 'arch/arm/plat-mxc/include/mach')
-rw-r--r-- | arch/arm/plat-mxc/include/mach/mx5x.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-mxc/include/mach/mx5x.h b/arch/arm/plat-mxc/include/mach/mx5x.h index 3b9728e0a356..879a0859beda 100644 --- a/arch/arm/plat-mxc/include/mach/mx5x.h +++ b/arch/arm/plat-mxc/include/mach/mx5x.h @@ -93,7 +93,7 @@ #endif #ifdef CONFIG_MXC_VPU_IRAM -#define VPU_IRAM_SIZE 0x11000 +#define VPU_IRAM_SIZE 0x14000 #else #define VPU_IRAM_SIZE 0 #endif |