summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-01-03 22:54:00 +0100
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-01-04 01:19:55 +0100
commite48bb054957454cdb5265e27a5680694e272e98a (patch)
tree69a97ace7207aa9985fd400643b93ecf2c556b36 /templates
parentb0cb0935aef4ced9c82d7972ed61f636e9036055 (diff)
Bump gpu_mem_1024 to 640 to inrease gpu memory for apps
This change mitigates SPEC-390 by increasing the GPU memory available on the rpi2/rpi3 with 1G RAM to 640M. Change-Id: I37fc28daa80e78808baa6d04f0b16647914ac65c Bug-AGL: SPEC-390 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'templates')
-rw-r--r--templates/machine/raspberrypi3/50_local.conf.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/machine/raspberrypi3/50_local.conf.inc b/templates/machine/raspberrypi3/50_local.conf.inc
index 9ec236f08..b09eea13d 100644
--- a/templates/machine/raspberrypi3/50_local.conf.inc
+++ b/templates/machine/raspberrypi3/50_local.conf.inc
@@ -1,6 +1,8 @@
MACHINE = "raspberrypi3"
-GPU_MEM = "512"
+#GPU_MEM = "512"
+# Increase GPU_MEM for AGL apps (navi/poi)
+GPU_MEM = "640"
ENABLE_CMA = "1"
CMA_LWM = "16"