29 lines
933 B
Diff
29 lines
933 B
Diff
From 931e76338cb9030643c0228166258a7448bee56d Mon Sep 17 00:00:00 2001
|
|
From: chewitt <github@chrishewitt.net>
|
|
Date: Wed, 14 Aug 2019 19:58:14 +0000
|
|
Subject: [PATCH 02/88] HACK: set meson-g12 cma pool to 896MB
|
|
|
|
This change sets the CMA pool to a larger 896MB! value for vdec use
|
|
|
|
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
|
|
---
|
|
arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi b/arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi
|
|
index b858c5e43cc8..3a4f20506a61 100644
|
|
--- a/arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi
|
|
+++ b/arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi
|
|
@@ -104,7 +104,7 @@
|
|
linux,cma {
|
|
compatible = "shared-dma-pool";
|
|
reusable;
|
|
- size = <0x0 0x10000000>;
|
|
+ size = <0x0 0x38000000>;
|
|
alignment = <0x0 0x400000>;
|
|
linux,cma-default;
|
|
};
|
|
--
|
|
2.17.1
|
|
|