Browse Source

use 16 MB for CMA

Waldemar Brodkorb 9 years ago
parent
commit
103ab8ad24
1 changed files with 5 additions and 1 deletions
  1. 5 1
      target/linux/config/Config.in.dma

+ 5 - 1
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