]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: sunxi_defconfig: Enable CMA
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Fri, 19 Jan 2018 13:32:08 +0000 (14:32 +0100)
committerArnd Bergmann <arnd@arndb.de>
Fri, 19 Jan 2018 15:08:08 +0000 (16:08 +0100)
commit9cece815da6197ca39ebb779cf0ae837d92a7997
tree5ebe6e2d2409a5b6f3db2fae53a92bafdd6a2a88
parent134e57dfae71196de3fc3701b8cf8823f556561f
ARM: sunxi_defconfig: Enable CMA

The DRM driver most notably, but also out of tree drivers (for now) like
the VPU or GPU drivers, are quite big consumers of large, contiguous memory
buffers. However, the sunxi_defconfig doesn't enable CMA in order to
mitigate that, which makes them almost unusable.

Enable it to make sure it somewhat works.

Cc: <stable@vger.kernel.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/configs/sunxi_defconfig