ARM: exynos_defconfig: Increase CONFIG_CMA_SIZE_MBYTES to 96
authorShuah Khan <shuahkh@osg.samsung.com>
Tue, 28 Feb 2017 19:12:21 +0000 (12:12 -0700)
committerKrzysztof Kozlowski <krzk@kernel.org>
Tue, 7 Mar 2017 19:01:52 +0000 (21:01 +0200)
commitfd2694a112d6b53eba8d8e182fef0dccdab6c9e8
tree6a5896e377c7c0626dc6bb367b16a8fc8b1f89dd
parentd3b6e2706dbb7595cf4e5e59ffffe4528ee02517
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>
arch/arm/configs/exynos_defconfig