]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
arm64: dts: meson-gx: increase default shared CMA pool size
authorChristian Hewitt <christianshewitt@gmail.com>
Tue, 4 Sep 2018 18:30:43 +0000 (22:30 +0400)
committerKevin Hilman <khilman@baylibre.com>
Thu, 13 Sep 2018 04:41:28 +0000 (21:41 -0700)
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>
arch/arm64/boot/dts/amlogic/meson-gx.dtsi

index b8dc4dbb391b669fc13eb13b1a24f01d24ab252f..ef439223f532b8a05a5cdb0ae551c5008c7625a2 100644 (file)
@@ -44,7 +44,7 @@
                linux,cma {
                        compatible = "shared-dma-pool";
                        reusable;
-                       size = <0x0 0xbc00000>;
+                       size = <0x0 0x10000000>;
                        alignment = <0x0 0x400000>;
                        linux,cma-default;
                };