From a97d54b54db5ac962891a58aee02e665f28a557e Mon Sep 17 00:00:00 2001 From: Jaskaran Singh Date: Wed, 21 Jun 2023 11:26:45 +0530 Subject: [PATCH] ANDROID: GKI: Increase CMA areas to 32 Current usecases require more than 16 CMA areas. Hence increase the number of CMA areas to 32. Bug: 287582821 Change-Id: I50439ee2a3e16d62fdf6c77b99f4779f3af430d6 Signed-off-by: Pratyush Brahma Signed-off-by: Jaskaran Singh --- arch/arm64/configs/gki_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/configs/gki_defconfig b/arch/arm64/configs/gki_defconfig index 29782a39fffa..a2ea28d82689 100644 --- a/arch/arm64/configs/gki_defconfig +++ b/arch/arm64/configs/gki_defconfig @@ -115,7 +115,7 @@ CONFIG_TRANSPARENT_HUGEPAGE_MADVISE=y CONFIG_CLEANCACHE=y CONFIG_CMA=y CONFIG_CMA_DEBUGFS=y -CONFIG_CMA_AREAS=16 +CONFIG_CMA_AREAS=32 # CONFIG_ZONE_DMA is not set CONFIG_ZONE_DEVICE=y CONFIG_ANON_VMA_NAME=y