linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
To: bjorn.andersson@linaro.org
Cc: linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org,
	Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Subject: [PATCH 7/7] ARM: configs: qcom_defconfig: Reduce CMA size to 64MB
Date: Thu,  8 Apr 2021 22:39:30 +0530	[thread overview]
Message-ID: <20210408170930.91834-8-manivannan.sadhasivam@linaro.org> (raw)
In-Reply-To: <20210408170930.91834-1-manivannan.sadhasivam@linaro.org>

Not all platforms are able to allocate CMA size of 256MB. One such
platform is SDX55. Hence, use the standard 64MB size for CMA.

Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
---
 arch/arm/configs/qcom_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/configs/qcom_defconfig b/arch/arm/configs/qcom_defconfig
index 4e4c49c29aa5..26353cbfa968 100644
--- a/arch/arm/configs/qcom_defconfig
+++ b/arch/arm/configs/qcom_defconfig
@@ -296,7 +296,7 @@ CONFIG_NLS_ASCII=y
 CONFIG_NLS_ISO8859_1=y
 CONFIG_NLS_UTF8=y
 CONFIG_DMA_CMA=y
-CONFIG_CMA_SIZE_MBYTES=256
+CONFIG_CMA_SIZE_MBYTES=64
 CONFIG_PRINTK_TIME=y
 CONFIG_DYNAMIC_DEBUG=y
 CONFIG_DEBUG_INFO=y
-- 
2.25.1


  parent reply	other threads:[~2021-04-08 17:10 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-08 17:09 [PATCH 0/7] SDX55 defconfig updates for v5.13 Manivannan Sadhasivam
2021-04-08 17:09 ` [PATCH 1/7] ARM: configs: qcom_defconfig: Enable APCS IPC mailbox driver Manivannan Sadhasivam
2021-04-08 17:09 ` [PATCH 2/7] ARM: configs: qcom_defconfig: Enable SDX55 A7 PLL and APCS clock driver Manivannan Sadhasivam
2021-04-08 17:09 ` [PATCH 3/7] ARM: configs: qcom_defconfig: Enable CPUFreq support Manivannan Sadhasivam
2021-04-08 17:09 ` [PATCH 4/7] ARM: configs: qcom_defconfig: Enable Q6V5_PAS remoteproc driver Manivannan Sadhasivam
2021-04-08 17:09 ` [PATCH 5/7] ARM: configs: qcom_defconfig: Enable SDX55 interconnect driver Manivannan Sadhasivam
2021-04-08 17:09 ` [PATCH 6/7] ARM: configs: qcom_defconfig: Enable GLINK SMEM driver Manivannan Sadhasivam
2021-04-08 17:09 ` Manivannan Sadhasivam [this message]
2021-04-19 14:50 ` [PATCH 0/7] SDX55 defconfig updates for v5.13 patchwork-bot+linux-arm-msm

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210408170930.91834-8-manivannan.sadhasivam@linaro.org \
    --to=manivannan.sadhasivam@linaro.org \
    --cc=bjorn.andersson@linaro.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).