From 441613efaa45d6ac4ded67a2495f5c6a9d988584 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Mon, 6 Aug 2018 12:15:04 +0200 Subject: Reduce fixed memory split on RPi3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As it turns out, the driver uses cma and the fixed memory split is only needed at boot time before cma takes over or for the old driver. Thus we can safely reduce it down again as it does not help with the limited cma memory at all. Change-Id: Ibd5da5da931d02777e8d69543ce44e6b536402b1 Signed-off-by: Jan-Simon Möller --- meta-agl-bsp/conf/include/agl_raspberrypi3.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-agl-bsp/conf/include/agl_raspberrypi3.inc b/meta-agl-bsp/conf/include/agl_raspberrypi3.inc index 8e9b0d879..1f6a02c89 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 = "448" +GPU_MEM = "128" ENABLE_CMA = "1" CMA_LWM = "16" -- cgit 1.2.3-korg