Skip to content

Instantly share code, notes, and snippets.

@drewis
Created March 1, 2012 00:32
Show Gist options
  • Save drewis/1946208 to your computer and use it in GitHub Desktop.
Save drewis/1946208 to your computer and use it in GitHub Desktop.
ruby pmem
diff --git a/arch/arm/configs/cayniarb_ruby_defconfig b/arch/arm/configs/cayniarb_ruby_defconfig
index b9b702c..be81290 100644
--- a/arch/arm/configs/cayniarb_ruby_defconfig
+++ b/arch/arm/configs/cayniarb_ruby_defconfig
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.35.14
-# Sun Feb 26 16:09:38 2012
+# Wed Feb 29 03:08:53 2012
#
CONFIG_ARM=y
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
@@ -1153,8 +1153,6 @@ CONFIG_WLAN=y
# CONFIG_USB_ZD1201 is not set
# CONFIG_BCM4329_PURE_ANDROID is not set
# CONFIG_HOSTAP is not set
-# CONFIG_BCM4329 is not set
-# CONFIG_BCM4329_248 is not set
# CONFIG_BCMDHD is not set
#
@@ -1729,7 +1727,7 @@ CONFIG_MSM_KGSL_2D=y
CONFIG_MSM_KGSL_MMU=y
CONFIG_KGSL_PER_PROCESS_PAGE_TABLE=y
CONFIG_MSM_KGSL_PAGE_TABLE_SIZE=0xFFF0000
-CONFIG_MSM_KGSL_PAGE_TABLE_COUNT=32
+CONFIG_MSM_KGSL_PAGE_TABLE_COUNT=24
CONFIG_MSM_KGSL_MMU_PAGE_FAULT=y
# CONFIG_MSM_KGSL_DISABLE_SHADOW_WRITES is not set
CONFIG_VIDC=y
diff --git a/arch/arm/mach-msm/board-ruby.c b/arch/arm/mach-msm/board-ruby.c
index 87e5e7f..7000817 100644
--- a/arch/arm/mach-msm/board-ruby.c
+++ b/arch/arm/mach-msm/board-ruby.c
@@ -1801,7 +1801,9 @@ static void __init msm8x60_init_dsps(void)
#else /* CONFIG_FB_MSM_HDMI_MSM_PANEL */
#define MSM_FB_SIZE roundup(MSM_FB_PRIM_BUF_SIZE + 0x313800 + MSM_FB_DSUB_PMEM_ADDER, 4096)
#endif /* CONFIG_FB_MSM_HDMI_MSM_PANEL */
-#define MSM_PMEM_SF_SIZE 0x1000000 /* 16 Mbytes */
+#define MSM_PMEM_SF_SIZE 0x2000000 /* 32 Mbytes */
+//#define MSM_PMEM_SF_SIZE 0x2800000 /* 40 Mbytes */
+//#define MSM_PMEM_SF_SIZE 0x4000000 /* 64 Mbytes */
#define MSM_PMEM_RMT_STORAGE_SIZE 0x100000 /* 1 Mbytes */
#define MSM_OVERLAY_BLT_SIZE roundup(MSM_FB_PRIM_BUF_SIZE, 4096)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment