diff options
Diffstat (limited to 'drivers')
| -rwxr-xr-x | drivers/gpu/pvr/Makefile | 2 |
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 \ |