From: Jan-Simon Möller Date: Tue, 24 Jul 2018 22:47:01 +0000 (+0200) Subject: Bump gpu memory on rpi3 X-Git-Tag: 5.99.2~4 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F85%2F15685%2F2;p=AGL%2Fmeta-agl.git Bump gpu memory on rpi3 This gives the gfx core some more head room. Change-Id: Ibff2aa3ed7fac1a3a199fa738cb47982ac56a298 Signed-off-by: Jan-Simon Möller --- diff --git a/meta-agl-bsp/conf/include/agl_raspberrypi3.inc b/meta-agl-bsp/conf/include/agl_raspberrypi3.inc index 599de5d76..8e9b0d879 100644 --- a/meta-agl-bsp/conf/include/agl_raspberrypi3.inc +++ b/meta-agl-bsp/conf/include/agl_raspberrypi3.inc @@ -1,5 +1,5 @@ # Maximum memory allowed to be assigned -GPU_MEM = "255" +GPU_MEM = "448" ENABLE_CMA = "1" CMA_LWM = "16"