From 103ab8ad24a6855a73ceb95d566cfadcd7fc376c Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 9 Sep 2015 07:49:15 +0200 Subject: use 16 MB for CMA --- target/linux/config/Config.in.dma | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'target') diff --git a/target/linux/config/Config.in.dma b/target/linux/config/Config.in.dma index ce33e09f0..f0cdb7e84 100644 --- a/target/linux/config/Config.in.dma +++ b/target/linux/config/Config.in.dma @@ -9,6 +9,7 @@ config ADK_KERNEL_CMA_SIZE_MBYTES default 256 if ADK_KERNEL_CMA_SIZE_256 default 128 if ADK_KERNEL_CMA_SIZE_128 default 64 if ADK_KERNEL_CMA_SIZE_64 + default 16 if ADK_KERNEL_CMA_SIZE_16 default 8 if ADK_KERNEL_CMA_SIZE_8 config ADK_KERNEL_CMA_SIZE_256 @@ -20,6 +21,9 @@ config ADK_KERNEL_CMA_SIZE_128 config ADK_KERNEL_CMA_SIZE_64 bool +config ADK_KERNEL_CMA_SIZE_16 + bool + config ADK_KERNEL_CMA_SIZE_8 bool @@ -51,7 +55,7 @@ config ADK_KERNEL_DMA_BCM2708 select ADK_KERNEL_DMA_SHARED_BUFFER select ADK_KERNEL_CMA select ADK_KERNEL_CMA_SIZE_SEL_MBYTES - select ADK_KERNEL_CMA_SIZE_8 + select ADK_KERNEL_CMA_SIZE_16 select ADK_KERNEL_DMA_CMA select ADK_KERNEL_BCM_VC_SM select ADK_KERNEL_BCM_VC_CMA -- cgit v1.2.3