Re: [PATCH] ARM64: dts: meson-gx: increase default shared CMA pool size

2018-09-12 Thread Kevin Hilman
Christian Hewitt  writes:

> 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 

Applied to v4.20/dt64,

Kevin


[PATCH] ARM64: dts: meson-gx: increase default shared CMA pool size

2018-09-04 Thread Christian Hewitt
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 
---
 arch/arm64/boot/dts/amlogic/meson-gx.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/amlogic/meson-gx.dtsi 
b/arch/arm64/boot/dts/amlogic/meson-gx.dtsi
index b8dc4db..ef43922 100644
--- a/arch/arm64/boot/dts/amlogic/meson-gx.dtsi
+++ b/arch/arm64/boot/dts/amlogic/meson-gx.dtsi
@@ -44,7 +44,7 @@
linux,cma {
compatible = "shared-dma-pool";
reusable;
-   size = <0x0 0xbc0>;
+   size = <0x0 0x1000>;
alignment = <0x0 0x40>;
linux,cma-default;
};
-- 
2.7.4