msm: 8960: Increase SF heap size to 40MB
In the recent changes to the ION heap IDs
the SF heap was introduced. However, this heap
size was incorrectly set to the pre-ICS value.
Without this increase composition bypass will
not work on ICS because the MDP requires
contiguous memory.
Change-Id: I52c076b63fd5247cc78dbd2130d24eef6ecb85f7
Signed-off-by: Naseer Ahmed <naseer@codeaurora.org>
diff --git a/arch/arm/mach-msm/board-8960.c b/arch/arm/mach-msm/board-8960.c
index 13cb051..0a61b91 100644
--- a/arch/arm/mach-msm/board-8960.c
+++ b/arch/arm/mach-msm/board-8960.c
@@ -141,7 +141,7 @@
#ifdef CONFIG_MSM_MULTIMEDIA_USE_ION
#define MSM_PMEM_KERNEL_EBI1_SIZE 0xB0C000
-#define MSM_ION_SF_SIZE 0x1800000 /* 24MB */
+#define MSM_ION_SF_SIZE 0x2800000 /* (40MB) */
#define MSM_ION_MM_SIZE 0x4000000 /* (64MB) */
#define MSM_ION_MFC_SIZE SZ_8K
#define MSM_ION_HEAP_NUM 5