summaryrefslogtreecommitdiffstats
path: root/arch/arm/configs/exynos_defconfig
diff options
context:
space:
mode:
authorShuah Khan <shuahkh@osg.samsung.com>2017-02-28 20:12:21 +0100
committerKrzysztof Kozlowski <krzk@kernel.org>2017-03-07 20:01:52 +0100
commitfd2694a112d6b53eba8d8e182fef0dccdab6c9e8 (patch)
tree6a5896e377c7c0626dc6bb367b16a8fc8b1f89dd /arch/arm/configs/exynos_defconfig
parentARM: exynos_defconfig: Enable DYNAMIC_DEBUG and get rid of old ext3 (diff)
downloadlinux-fd2694a112d6b53eba8d8e182fef0dccdab6c9e8.tar.xz
linux-fd2694a112d6b53eba8d8e182fef0dccdab6c9e8.zip
ARM: exynos_defconfig: Increase CONFIG_CMA_SIZE_MBYTES to 96
Current CMA size of 64 Mbytes is right on the edge of being small when several drivers need to allocate large CMA buffers. For example, if the s5p-mfc driver needs to pre-allocate CMA memory to decode a H.264 1080p video, then there won't be enough CMA memory left for other drivers, such as the exynos-drm driver that may need to allocate GEM buffers for the display manager. Increasing CMA size to 96 Mbytes in exynos_defconfig addresses use-cases such as these. Suggested-by: Marek Szyprowski <m.szyprowski@samsung.com> Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com> Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Diffstat (limited to 'arch/arm/configs/exynos_defconfig')
-rw-r--r--arch/arm/configs/exynos_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig
index ed38259ce65e..6dc661c4a2c1 100644
--- a/arch/arm/configs/exynos_defconfig
+++ b/arch/arm/configs/exynos_defconfig
@@ -53,7 +53,7 @@ CONFIG_RFKILL_REGULATOR=y
CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y
CONFIG_DMA_CMA=y
-CONFIG_CMA_SIZE_MBYTES=64
+CONFIG_CMA_SIZE_MBYTES=96
CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_CRYPTOLOOP=y
CONFIG_BLK_DEV_RAM=y