diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2017-05-06 01:59:22 +0300 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-05-06 10:31:10 +0000 |
commit | 68386e66018ade36ac0577d0091dcf4b54aac097 (patch) | |
tree | e5aa95ab84b0d3d4782fd5a3f8e7fab2753655e0 /meta-agl-bsp/conf | |
parent | a1c76d665ae055d209bc47b71dfb3e6c2cd1bf73 (diff) |
raspberrypi3: change GPU_MEM to 255
Due to the patchset "drm/vc4: Verify at boot that CMA doesn't cross a 256MB boundary"
the memory reserved for the GPU needs to be scaled back to 256MB
Change-Id: I593de129b40dd6263816b506e23db543eec71348
Bug-AGL: SPEC-410
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9321
Reviewed-by: Changhyeok Bae <changhyeok.bae@lge.com>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl-bsp/conf')
-rw-r--r-- | meta-agl-bsp/conf/include/agl_raspberrypi3.inc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-agl-bsp/conf/include/agl_raspberrypi3.inc b/meta-agl-bsp/conf/include/agl_raspberrypi3.inc index bacd94682..66a62fd5c 100644 --- a/meta-agl-bsp/conf/include/agl_raspberrypi3.inc +++ b/meta-agl-bsp/conf/include/agl_raspberrypi3.inc @@ -1,6 +1,5 @@ -#GPU_MEM = "512" -# Increase GPU_MEM for AGL apps (navi/poi) -GPU_MEM = "640" +# Maximum memory allowed to be assigned +GPU_MEM = "255" ENABLE_CMA = "1" CMA_LWM = "16" |