Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: display/ti: Add optional property to set memory bandwidth limit

max-memory-bandwidth can be used to specify the maximum bandwidth dispc
can use when reading display data from main memory.

In some SoC (am437x for example) we have memory bandwidth limitation
which causes underflow in the display subsystem.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>

authored by

Peter Ujfalusi and committed by
Tomi Valkeinen
32fdb624 aa8eeb99

+21
+5
Documentation/devicetree/bindings/display/ti/ti,dra7-dss.txt
··· 47 47 - clocks: handle to fclk 48 48 - clock-names: "fck" 49 49 50 + Optional properties: 51 + - max-memory-bandwidth: Input memory (from main memory to dispc) bandwidth limit 52 + in bytes per second 53 + 54 + 50 55 HDMI 51 56 ---- 52 57
+4
Documentation/devicetree/bindings/display/ti/ti,omap2-dss.txt
··· 28 28 - ti,hwmods: "dss_dispc" 29 29 - interrupts: the DISPC interrupt 30 30 31 + Optional properties: 32 + - max-memory-bandwidth: Input memory (from main memory to dispc) bandwidth limit 33 + in bytes per second 34 + 31 35 32 36 RFBI 33 37 ----
+4
Documentation/devicetree/bindings/display/ti/ti,omap3-dss.txt
··· 37 37 - clocks: handle to fclk 38 38 - clock-names: "fck" 39 39 40 + Optional properties: 41 + - max-memory-bandwidth: Input memory (from main memory to dispc) bandwidth limit 42 + in bytes per second 43 + 40 44 41 45 RFBI 42 46 ----
+4
Documentation/devicetree/bindings/display/ti/ti,omap4-dss.txt
··· 36 36 - clocks: handle to fclk 37 37 - clock-names: "fck" 38 38 39 + Optional properties: 40 + - max-memory-bandwidth: Input memory (from main memory to dispc) bandwidth limit 41 + in bytes per second 42 + 39 43 40 44 RFBI 41 45 ----
+4
Documentation/devicetree/bindings/display/ti/ti,omap5-dss.txt
··· 36 36 - clocks: handle to fclk 37 37 - clock-names: "fck" 38 38 39 + Optional properties: 40 + - max-memory-bandwidth: Input memory (from main memory to dispc) bandwidth limit 41 + in bytes per second 42 + 39 43 40 44 RFBI 41 45 ----