From: Jan-Simon Möller Date: Tue, 3 Jan 2017 21:54:00 +0000 (+0100) Subject: Bump gpu_mem_1024 to 640 to inrease gpu memory for apps X-Git-Tag: 3.99.1~232 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=e48bb054957454cdb5265e27a5680694e272e98a;p=AGL%2Fmeta-agl.git 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 --- 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"