All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM64: dts: meson-gx: increase default shared CMA pool size
@ 2018-09-04 18:30 ` Christian Hewitt
  0 siblings, 0 replies; 7+ messages in thread
From: Christian Hewitt @ 2018-09-04 18:30 UTC (permalink / raw)
  Cc: christianshewitt, Rob Herring, Mark Rutland, Carlo Caione,
	Kevin Hilman, devicetree, linux-arm-kernel, linux-amlogic,
	linux-kernel

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>
---
 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 0xbc00000>;
+			size = <0x0 0x10000000>;
 			alignment = <0x0 0x400000>;
 			linux,cma-default;
 		};
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [PATCH] ARM64: dts: meson-gx: increase default shared CMA pool size
@ 2018-09-04 18:30 ` Christian Hewitt
  0 siblings, 0 replies; 7+ messages in thread
From: Christian Hewitt @ 2018-09-04 18:30 UTC (permalink / raw)
  Cc: christianshewitt, Rob Herring, Mark Rutland, Carlo Caione,
	Kevin Hilman, devicetree, linux-arm-kernel, linux-amlogic,
	linux-kernel

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>
---
 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 0xbc00000>;
+			size = <0x0 0x10000000>;
 			alignment = <0x0 0x400000>;
 			linux,cma-default;
 		};
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [PATCH] ARM64: dts: meson-gx: increase default shared CMA pool size
@ 2018-09-04 18:30 ` Christian Hewitt
  0 siblings, 0 replies; 7+ messages in thread
From: Christian Hewitt @ 2018-09-04 18:30 UTC (permalink / raw)
  To: linux-arm-kernel

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>
---
 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 0xbc00000>;
+			size = <0x0 0x10000000>;
 			alignment = <0x0 0x400000>;
 			linux,cma-default;
 		};
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [PATCH] ARM64: dts: meson-gx: increase default shared CMA pool size
@ 2018-09-04 18:30 ` Christian Hewitt
  0 siblings, 0 replies; 7+ messages in thread
From: Christian Hewitt @ 2018-09-04 18:30 UTC (permalink / raw)
  To: linus-amlogic

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>
---
 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 0xbc00000>;
+			size = <0x0 0x10000000>;
 			alignment = <0x0 0x400000>;
 			linux,cma-default;
 		};
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [PATCH] ARM64: dts: meson-gx: increase default shared CMA pool size
  2018-09-04 18:30 ` Christian Hewitt
  (?)
@ 2018-09-13  3:59   ` Kevin Hilman
  -1 siblings, 0 replies; 7+ messages in thread
From: Kevin Hilman @ 2018-09-13  3:59 UTC (permalink / raw)
  To: Christian Hewitt
  Cc: Rob Herring, Mark Rutland, Carlo Caione, devicetree,
	linux-arm-kernel, linux-amlogic, linux-kernel

Christian Hewitt <christianshewitt@gmail.com> 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 <christianshewitt@gmail.com>

Applied to v4.20/dt64,

Kevin

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH] ARM64: dts: meson-gx: increase default shared CMA pool size
@ 2018-09-13  3:59   ` Kevin Hilman
  0 siblings, 0 replies; 7+ messages in thread
From: Kevin Hilman @ 2018-09-13  3:59 UTC (permalink / raw)
  To: linux-arm-kernel

Christian Hewitt <christianshewitt@gmail.com> 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 <christianshewitt@gmail.com>

Applied to v4.20/dt64,

Kevin

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH] ARM64: dts: meson-gx: increase default shared CMA pool size
@ 2018-09-13  3:59   ` Kevin Hilman
  0 siblings, 0 replies; 7+ messages in thread
From: Kevin Hilman @ 2018-09-13  3:59 UTC (permalink / raw)
  To: linus-amlogic

Christian Hewitt <christianshewitt@gmail.com> 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 <christianshewitt@gmail.com>

Applied to v4.20/dt64,

Kevin

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-09-13  3:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-04 18:30 [PATCH] ARM64: dts: meson-gx: increase default shared CMA pool size Christian Hewitt
2018-09-04 18:30 ` Christian Hewitt
2018-09-04 18:30 ` Christian Hewitt
2018-09-04 18:30 ` Christian Hewitt
2018-09-13  3:59 ` Kevin Hilman
2018-09-13  3:59   ` Kevin Hilman
2018-09-13  3:59   ` Kevin Hilman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.