raspberrypi3: change GPU_MEM to 255 21/9321/2
authorMatt Ranostay <matt.ranostay@konsulko.com>
Fri, 5 May 2017 22:59:22 +0000 (01:59 +0300)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Sat, 6 May 2017 10:31:10 +0000 (10:31 +0000)
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>
meta-agl-bsp/conf/include/agl_raspberrypi3.inc

index bacd946..66a62fd 100644 (file)
@@ -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"