Reduce fixed memory split on RPi3 39/16039/1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Mon, 6 Aug 2018 10:15:04 +0000 (12:15 +0200)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Mon, 6 Aug 2018 10:15:07 +0000 (12:15 +0200)
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 <jsmoeller@linuxfoundation.org>
meta-agl-bsp/conf/include/agl_raspberrypi3.inc

index 8e9b0d8..1f6a02c 100644 (file)
@@ -1,5 +1,5 @@
 # Maximum memory allowed to be assigned
-GPU_MEM = "448"
+GPU_MEM = "128"
 
 ENABLE_CMA = "1"
 CMA_LWM = "16"