mach-msm: 8960: Increase SurfaceFlinger PMEM allocation
Increase PMEM from the current level of 24MB to 28MB, to
accommodate the requirements of high-end graphics games.
Change-Id: I06d947ce5e36e122a1656e36daa17b659dd797a6
CRs-Fixed: 317459
Signed-off-by: Chetan Kalyan <ckalyan@codeaurora.org>
diff --git a/arch/arm/mach-msm/board-msm8960.c b/arch/arm/mach-msm/board-msm8960.c
index 41ac56a..9813715 100644
--- a/arch/arm/mach-msm/board-msm8960.c
+++ b/arch/arm/mach-msm/board-msm8960.c
@@ -848,7 +848,7 @@
#ifdef CONFIG_FB_MSM_HDMI_AS_PRIMARY
#define MSM_PMEM_SIZE 0x4000000 /* 64 Mbytes */
#else
-#define MSM_PMEM_SIZE 0x1800000 /* 24 Mbytes */
+#define MSM_PMEM_SIZE 0x1C00000 /* 28 Mbytes */
#endif