Skip to content

Commit 88c0e11

Browse files
Apurva RajguruBryan Huntsman
authored andcommitted
[ARM] msm: pmem_adsp: increase pmem_adsp to support WVGA encoding for 7x27
Increased pmem_adsp to 9Mb for WVGA encoding support on 7x27. Supported codecs are mpeg-4 simple profile and H263 base profile. Signed-off-by: Apurva Rajguru <[email protected]>
1 parent 39ff0ab commit 88c0e11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/mach-msm/board-msm7x27.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
#include "pm.h"
6060

6161
#define MSM_PMEM_MDP_SIZE 0x1800000
62-
#define MSM_PMEM_ADSP_SIZE 0x800000
62+
#define MSM_PMEM_ADSP_SIZE 0x900000
6363
#define MSM_PMEM_GPU1_SIZE 0x1C00000
6464
#define MSM_FB_SIZE 0x200000
6565
#define MSM_GPU_PHYS_SIZE SZ_2M

0 commit comments

Comments
 (0)