From patchwork Fri Aug 19 15:42:06 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Guodong Xu X-Patchwork-Id: 74279 Delivered-To: patch@linaro.org Received: by 10.140.29.52 with SMTP id a49csp378395qga; Fri, 19 Aug 2016 08:44:28 -0700 (PDT) X-Received: by 10.98.149.22 with SMTP id p22mr15271597pfd.88.1471621466885; Fri, 19 Aug 2016 08:44:26 -0700 (PDT) Return-Path: Received: from bombadil.infradead.org (bombadil.infradead.org. [2001:1868:205::9]) by mx.google.com with ESMTPS id o10si8776384paw.74.2016.08.19.08.44.26 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 19 Aug 2016 08:44:26 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.org designates 2001:1868:205::9 as permitted sender) client-ip=2001:1868:205::9; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@linaro.org; spf=pass (google.com: best guess record for domain of linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.org designates 2001:1868:205::9 as permitted sender) smtp.mailfrom=linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.org; dmarc=fail (p=NONE dis=NONE) header.from=linaro.org Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.85_2 #1 (Red Hat Linux)) id 1balx9-0006YA-29; Fri, 19 Aug 2016 15:43:27 +0000 Received: from mail-pf0-x22c.google.com ([2607:f8b0:400e:c00::22c]) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1balwi-0006Rw-ID for linux-arm-kernel@lists.infradead.org; Fri, 19 Aug 2016 15:43:01 +0000 Received: by mail-pf0-x22c.google.com with SMTP id x72so10569143pfd.2 for ; Fri, 19 Aug 2016 08:42:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=Bvj2XE16SYzT4uV+8e3VtZpAjREIxDQWTa/jkf2iefc=; b=Mi81r4AC0A05Upfl7X/n4TrDa1VoTOiENHc1wqvehbi+pSch842sxR1mY+uvEFthZM kqc3GiGj+Cxq6a9fGPXZpmQtf6rD8UdRRFz/62QSfbzuopXsAkkQJSn5ZnOXPs9cRtH9 R4gZmYDZ4bohEk4JTAsoypGiLhsSLJvIIun/o= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=Bvj2XE16SYzT4uV+8e3VtZpAjREIxDQWTa/jkf2iefc=; b=L6obud15XMuE90StK7b/SUI/QHpzTHVG5cOwq2HNA/2kPEzTcyD66RcjF8e1Xa0svQ x/MKbZPn1x9mHU2pwsKNazRTI6fOnluauB+XsWC7lwF5O82LvzwPrx8dLZZQrOPeN6h9 6oGa2zCOh2GthSPTeJ3Aw2qiTHdaJS8lwwvB45VtGYPpQrNuwGcZ6DQ24yRbkXuQvaaX r8Wc0ijNosqJNq82DbsbPnkzu9IvBO6CggsRME6oIXCh7uPtmXwmW5+uw++u4/9mqjWv iOdUdViaXrW765sxJqmQocEU+tqWq1FgBtcYxTZ2Cp845FQVhqOZsSR+4bKwdm11Dj1v TSNA== X-Gm-Message-State: AEkoous6LqG3YjQ6QwOgrtpUaiWEFMpLFi0yDNgVu1lxTscu4bYE7bwOsxwM5UD9zqs8/ocH X-Received: by 10.98.74.201 with SMTP id c70mr15422652pfj.113.1471621359675; Fri, 19 Aug 2016 08:42:39 -0700 (PDT) Received: from localhost.localdomain ([45.56.159.104]) by smtp.gmail.com with ESMTPSA id z10sm7492236pff.95.2016.08.19.08.42.33 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 19 Aug 2016 08:42:39 -0700 (PDT) From: Guodong Xu To: catalin.marinas@arm.com, will.deacon@arm.com, arnd@arndb.de, horms+renesas@verge.net.au, treding@nvidia.com, olof@lixom.net, kuninori.morimoto.gx@renesas.com, alim.akhtar@samsung.com, srinivas.kandagatla@linaro.org, xuwei5@hisilicon.com, khilman@baylibre.com, riku.voipio@linaro.org Subject: [PATCH 2/4] arm64: defconfig: Set cma heap size to 128MB Date: Fri, 19 Aug 2016 23:42:06 +0800 Message-Id: <1471621328-21102-3-git-send-email-guodong.xu@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1471621328-21102-1-git-send-email-guodong.xu@linaro.org> References: <1471621328-21102-1-git-send-email-guodong.xu@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20160819_084300_690217_40B44EB8 X-CRM114-Status: GOOD ( 10.04 ) X-Spam-Score: -2.7 (--) X-Spam-Report: SpamAssassin version 3.4.0 on bombadil.infradead.org summary: Content analysis details: (-2.7 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [2607:f8b0:400e:c00:0:0:0:22c listed in] [list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Xinliang Liu , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.org From: Xinliang Liu For debian linux, cma heap is used to allocate graphic buffers. The default size is 16 MB which is not enought. So increase the size to 128 MB. Signed-off-by: Xinliang Liu --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) -- 1.9.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index e27f086..c94f2fa 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -130,6 +130,7 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" CONFIG_DEVTMPFS=y CONFIG_DEVTMPFS_MOUNT=y CONFIG_DMA_CMA=y +CONFIG_CMA_SIZE_MBYTES=128 CONFIG_MTD=y CONFIG_MTD_M25P80=y CONFIG_MTD_SPI_NOR=y