summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Chauvet <kwizart@gmail.com>2014-03-05 12:19:10 +0100
committerNicolas Chauvet <kwizart@gmail.com>2014-07-07 16:20:07 +0200
commit93e94ca67374231e4bcf31844a7a62a033a8528c (patch)
tree3b42a35182d262d3e49ce385a3a43fbb42379241
parent52d0f724d990cd47bd625d2a8d02e5ddb42ea4cf (diff)
downloadkernel-93e94ca67374231e4bcf31844a7a62a033a8528c.tar.gz
kernel-93e94ca67374231e4bcf31844a7a62a033a8528c.tar.xz
kernel-93e94ca67374231e4bcf31844a7a62a033a8528c.zip
Bump CMA to 64M by default as found in 3.15 multi_v7_defconfig
The commit d1c912c1001f was made into tegra_defconfig and later forwared to multi_v7_deconfig as 0c86f089e66a93 Quoting original commit into the kernel tree: - Allocate 64 MiB for CMA by default; the default 16MiB is not enough for the majority of use-cases. This can still be overridden by the cma command-line option.
-rw-r--r--config-arm-generic2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-arm-generic b/config-arm-generic
index 0c5242c6..158ea5c8 100644
--- a/config-arm-generic
+++ b/config-arm-generic
@@ -162,7 +162,7 @@ CONFIG_THERMAL_GOV_USER_SPACE=y
CONFIG_CMA=y
CONFIG_DMA_CMA=y
# CONFIG_CMA_DEBUG is not set
-CONFIG_CMA_SIZE_MBYTES=16
+CONFIG_CMA_SIZE_MBYTES=64
CONFIG_CMA_SIZE_SEL_MBYTES=y
# CONFIG_CMA_SIZE_SEL_PERCENTAGE is not set
# CONFIG_CMA_SIZE_SEL_MIN is not set