All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: am4372: Set memory bandwidth limit for DISPC
@ 2019-09-30  8:54 ` Tomi Valkeinen
  0 siblings, 0 replies; 4+ messages in thread
From: Tomi Valkeinen @ 2019-09-30  8:54 UTC (permalink / raw)
  To: Tony Lindgren
  Cc: devicetree, dri-devel, Peter Ujfalusi, Tomi Valkeinen, linux-omap,
	linux-arm-kernel

From: Peter Ujfalusi <peter.ujfalusi@ti.com>

Set memory bandwidth limit to filter out resolutions above 720p@60Hz to
avoid underflow errors due to the bandwidth needs of higher resolutions.

am43xx can not provide enough bandwidth to DISPC to correctly handle
'high' resolutions.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
---
 arch/arm/boot/dts/am4372.dtsi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi
index 848e2a8884e2..14bbc438055f 100644
--- a/arch/arm/boot/dts/am4372.dtsi
+++ b/arch/arm/boot/dts/am4372.dtsi
@@ -337,6 +337,8 @@
 				ti,hwmods = "dss_dispc";
 				clocks = <&disp_clk>;
 				clock-names = "fck";
+
+				max-memory-bandwidth = <230000000>;
 			};
 
 			rfbi: rfbi@4832a800 {
-- 
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki.
Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [PATCH] ARM: dts: am4372: Set memory bandwidth limit for DISPC
@ 2019-09-30  8:54 ` Tomi Valkeinen
  0 siblings, 0 replies; 4+ messages in thread
From: Tomi Valkeinen @ 2019-09-30  8:54 UTC (permalink / raw)
  To: Tony Lindgren
  Cc: devicetree, dri-devel, Peter Ujfalusi, Tomi Valkeinen, linux-omap,
	linux-arm-kernel

From: Peter Ujfalusi <peter.ujfalusi@ti.com>

Set memory bandwidth limit to filter out resolutions above 720p@60Hz to
avoid underflow errors due to the bandwidth needs of higher resolutions.

am43xx can not provide enough bandwidth to DISPC to correctly handle
'high' resolutions.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
---
 arch/arm/boot/dts/am4372.dtsi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi
index 848e2a8884e2..14bbc438055f 100644
--- a/arch/arm/boot/dts/am4372.dtsi
+++ b/arch/arm/boot/dts/am4372.dtsi
@@ -337,6 +337,8 @@
 				ti,hwmods = "dss_dispc";
 				clocks = <&disp_clk>;
 				clock-names = "fck";
+
+				max-memory-bandwidth = <230000000>;
 			};
 
 			rfbi: rfbi@4832a800 {
-- 
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki.
Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] ARM: dts: am4372: Set memory bandwidth limit for DISPC
  2019-09-30  8:54 ` Tomi Valkeinen
@ 2019-09-30 16:32   ` Tony Lindgren
  -1 siblings, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2019-09-30 16:32 UTC (permalink / raw)
  To: Tomi Valkeinen
  Cc: Peter Ujfalusi, devicetree, linux-omap, dri-devel,
	linux-arm-kernel

* Tomi Valkeinen <tomi.valkeinen@ti.com> [190930 01:55]:
> From: Peter Ujfalusi <peter.ujfalusi@ti.com>
> 
> Set memory bandwidth limit to filter out resolutions above 720p@60Hz to
> avoid underflow errors due to the bandwidth needs of higher resolutions.
> 
> am43xx can not provide enough bandwidth to DISPC to correctly handle
> 'high' resolutions.

Applying into fixes thanks.

Tony

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

* Re: [PATCH] ARM: dts: am4372: Set memory bandwidth limit for DISPC
@ 2019-09-30 16:32   ` Tony Lindgren
  0 siblings, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2019-09-30 16:32 UTC (permalink / raw)
  To: Tomi Valkeinen
  Cc: Peter Ujfalusi, devicetree, linux-omap, dri-devel,
	linux-arm-kernel

* Tomi Valkeinen <tomi.valkeinen@ti.com> [190930 01:55]:
> From: Peter Ujfalusi <peter.ujfalusi@ti.com>
> 
> Set memory bandwidth limit to filter out resolutions above 720p@60Hz to
> avoid underflow errors due to the bandwidth needs of higher resolutions.
> 
> am43xx can not provide enough bandwidth to DISPC to correctly handle
> 'high' resolutions.

Applying into fixes thanks.

Tony

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2019-09-30 16:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-30  8:54 [PATCH] ARM: dts: am4372: Set memory bandwidth limit for DISPC Tomi Valkeinen
2019-09-30  8:54 ` Tomi Valkeinen
2019-09-30 16:32 ` Tony Lindgren
2019-09-30 16:32   ` Tony Lindgren

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.