diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2018-08-06 12:15:04 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2018-08-06 12:15:07 +0200 |
commit | 441613efaa45d6ac4ded67a2495f5c6a9d988584 (patch) | |
tree | fa8cc316fe683723c942dd340b87df5dc1a5ad7f /meta-agl-bsp/conf/include/agl_raspberrypi3.inc | |
parent | cf665c031207454a52efc8dc96b897ecb747b33f (diff) |
Reduce fixed memory split on RPi3
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>
Diffstat (limited to 'meta-agl-bsp/conf/include/agl_raspberrypi3.inc')
-rw-r--r-- | meta-agl-bsp/conf/include/agl_raspberrypi3.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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" |