50_local.conf.inc: Enable CMA within the raspberrypi3 template
[AGL/meta-agl.git] / templates / machine / raspberrypi3 / 50_local.conf.inc
index 70c0752..9ec236f 100644 (file)
@@ -1,6 +1,10 @@
 MACHINE = "raspberrypi3"
 
-GPU_MEM = "128"
+GPU_MEM = "512"
+
+ENABLE_CMA = "1"
+CMA_LWM = "16"
+CMA_HWM = "32"
 
 CORE_IMAGE_EXTRA_INSTALL += "wayland weston"