summaryrefslogtreecommitdiff
path: root/drivers/gpu
diff options
context:
space:
mode:
authorWengang Wu <wgw@motorola.com>2014-06-17 14:55:00 -0500
committerWengang Wu <wgw@motorola.com>2014-06-17 14:55:00 -0500
commit63af7852220d3ac985a9ca8c892a070affb71ad4 (patch)
treee00fca63d5f3f9a32d38937afa7a36e9c5f55be4 /drivers/gpu
parentc322f46be78f5fb254ddf3adb5f12d69e77e8eb3 (diff)
downloadolio-linux-3.10-63af7852220d3ac985a9ca8c892a070affb71ad4.tar.xz
olio-linux-3.10-63af7852220d3ac985a9ca8c892a070affb71ad4.zip
IKXCLOCK-2028 [15433566] Reduce kernel/graphics memory usage
reduce SGX PVR memory pool size to 4.8 MBytes Change-Id: I60dc1f7a6023d56c25e7c27cbabd06475f4fec78
Diffstat (limited to 'drivers/gpu')
-rwxr-xr-xdrivers/gpu/pvr/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/pvr/Makefile b/drivers/gpu/pvr/Makefile
index c7fa524d2f5..33be9e63511 100755
--- a/drivers/gpu/pvr/Makefile
+++ b/drivers/gpu/pvr/Makefile
@@ -17,7 +17,7 @@ ccflags-y = -Idrivers/video/omap2 \
-DPVR_SECURE_HANDLES \
-DSUPPORT_LISR_MISR_SYNC \
-DDISPLAY_CONTROLLER=omaplfb \
- -DPVR_LINUX_MEM_AREA_POOL_MAX_PAGES=10800 \
+ -DPVR_LINUX_MEM_AREA_POOL_MAX_PAGES=1200 \
-DPVR_LINUX_MEM_AREA_USE_VMAP \
-DPVR_LINUX_MEM_AREA_POOL_ALLOW_SHRINK \
-DSUPPORT_PERCONTEXT_PB \