Bump gpu_mem_1024 to 640 to inrease gpu memory for apps 73/8073/2
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Tue, 3 Jan 2017 21:54:00 +0000 (22:54 +0100)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Wed, 4 Jan 2017 00:19:55 +0000 (01:19 +0100)
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>
templates/machine/raspberrypi3/50_local.conf.inc

index 9ec236f..b09eea1 100644 (file)
@@ -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"