diff options
author | Christian Hewitt <christianshewitt@gmail.com> | 2018-09-04 14:30:43 -0400 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2018-09-13 00:41:28 -0400 |
commit | 4cbef415c90a41398b7a6f0a8829b59aab92c784 (patch) | |
tree | 73dd95276de3a93b1aebcc68c117c2138b269755 | |
parent | 8c0cf40f06af01eb3e14b19ec29f384b5030a85e (diff) |
arm64: dts: meson-gx: increase default shared CMA pool size
Devices using the new V4L2 mem2mem vdec require a larger CMA pool. As
nearly all GX* devices are video/media focused and will use it, set a
larger (256MB) default value.
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-gx.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gx.dtsi b/arch/arm64/boot/dts/amlogic/meson-gx.dtsi index b8dc4dbb391b..ef439223f532 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gx.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-gx.dtsi | |||
@@ -44,7 +44,7 @@ | |||
44 | linux,cma { | 44 | linux,cma { |
45 | compatible = "shared-dma-pool"; | 45 | compatible = "shared-dma-pool"; |
46 | reusable; | 46 | reusable; |
47 | size = <0x0 0xbc00000>; | 47 | size = <0x0 0x10000000>; |
48 | alignment = <0x0 0x400000>; | 48 | alignment = <0x0 0x400000>; |
49 | linux,cma-default; | 49 | linux,cma-default; |
50 | }; | 50 | }; |