From fbe6821e41c00fe33ebcbefdf900bd2f64b2c9c3 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Wed, 25 Jul 2018 00:47:01 +0200 Subject: Bump gpu memory on rpi3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This gives the gfx core some more head room. Change-Id: Ibff2aa3ed7fac1a3a199fa738cb47982ac56a298 Signed-off-by: Jan-Simon Möller --- meta-agl-bsp/conf/include/agl_raspberrypi3.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-agl-bsp') 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" -- cgit 1.2.3-korg