msm: defconfig: Set initial number of KGSL pagetables to 24

Increase the initial pagetables created to 24 for 8660
and 8960.  Testing shows that there can be about 20
processes using graphics at a time. When this happens
memory utilization will be great enough that an
attempt to allocate more coherent memory will fail.

This will cost an additional 2MB of coherent memory,
bringing the total usage for KGSL to 6MB.

CRs-Fixed: 331629
Change-Id: Ib9f7fe9c0cc0194ebbf5dfc69196e7cad7a44b11
Signed-off-by: Jeremy Gebben <jgebben@codeaurora.org>
diff --git a/arch/arm/configs/msm8960_defconfig b/arch/arm/configs/msm8960_defconfig
index 135dd4c..10b55dc 100644
--- a/arch/arm/configs/msm8960_defconfig
+++ b/arch/arm/configs/msm8960_defconfig
@@ -317,7 +317,7 @@
 CONFIG_ION_MSM=y
 CONFIG_MSM_KGSL=y
 CONFIG_KGSL_PER_PROCESS_PAGE_TABLE=y
-CONFIG_MSM_KGSL_PAGE_TABLE_COUNT=16
+CONFIG_MSM_KGSL_PAGE_TABLE_COUNT=24
 CONFIG_FB=y
 CONFIG_FB_VIRTUAL=y
 CONFIG_FB_MSM=y