diff options
Diffstat (limited to 'templates/machine/raspberrypi3/50_local.conf.inc')
-rw-r--r-- | templates/machine/raspberrypi3/50_local.conf.inc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/machine/raspberrypi3/50_local.conf.inc b/templates/machine/raspberrypi3/50_local.conf.inc index 70c0752e7..9ec236f08 100644 --- a/templates/machine/raspberrypi3/50_local.conf.inc +++ b/templates/machine/raspberrypi3/50_local.conf.inc @@ -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" |