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

Up the number of initial pagetables created to 16 for 8660
and 8960 to account for the increased number of graphics
applications that can run at a given time.  This will cost
an additional 2MB of coherent memory.

CRs-fixed: 328967
Change-Id: Ic0dedbadd89f83fe7c5db1a9f608dd100be1b000
Signed-off-by: Jordan Crouse <jcrouse@codeaurora.org>
diff --git a/arch/arm/configs/msm8960_defconfig b/arch/arm/configs/msm8960_defconfig
index 1d506e4..5e90492 100644
--- a/arch/arm/configs/msm8960_defconfig
+++ b/arch/arm/configs/msm8960_defconfig
@@ -312,6 +312,7 @@
 CONFIG_ION_MSM=y
 CONFIG_MSM_KGSL=y
 CONFIG_KGSL_PER_PROCESS_PAGE_TABLE=y
+CONFIG_MSM_KGSL_PAGE_TABLE_COUNT=16
 CONFIG_FB=y
 CONFIG_FB_VIRTUAL=y
 CONFIG_FB_MSM=y