All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] 32-bit Meson: add the canvas module
@ 2019-04-13 17:15 ` Martin Blumenstingl
  0 siblings, 0 replies; 24+ messages in thread
From: Martin Blumenstingl @ 2019-04-13 17:15 UTC (permalink / raw)
  To: linux-amlogic, khilman
  Cc: linux-kernel, linux-arm-kernel, mjourdan, Martin Blumenstingl

This adds the canvas module on Meson8, Meson8b and Meson8m2. The canvas
IP is used by the video decoder hardware as well as the VPU (video
output) hardware.

Neither the VPU nor the video decoder driver support the 32-bit SoCs
yet. However, we can still add the canvas module to have it available
once these drivers gain support for the older SoCs.

I have tested this on my Meson8m2 board by hacking the VPU driver to
not re-initialize the VPU (and to use the configuration set by u-boot).
With that hack I could get some image out of the CVBS connector. No
changes to the canvas driver were required.

Due to lack of hardware I could not test Meson8, but I'm following (as
always) what the Amlogic 3.10 vendor kernel uses.
Meson8b is also not tested because u-boot of my EC-100 doesn't have
video output enabled (so I couldn't use the same hack I used on my
Meson8m2 board).

This series meant to be applied on top of "Meson8b: add support for the
RTC on EC-100 and Odroid-C1" from [0]


[0] https://patchwork.kernel.org/cover/10899509/


Martin Blumenstingl (3):
  ARM: dts: meson8: add the canvas module
  ARM: dts: meson8m2: update the offset of the canvas module
  ARM: dts: meson8b: add the canvas module

 arch/arm/boot/dts/meson8.dtsi   | 21 +++++++++++++++++++++
 arch/arm/boot/dts/meson8b.dtsi  | 21 +++++++++++++++++++++
 arch/arm/boot/dts/meson8m2.dtsi | 10 ++++++++++
 3 files changed, 52 insertions(+)

-- 
2.21.0


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

end of thread, other threads:[~2019-05-20 19:37 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-13 17:15 [PATCH 0/3] 32-bit Meson: add the canvas module Martin Blumenstingl
2019-04-13 17:15 ` Martin Blumenstingl
2019-04-13 17:15 ` Martin Blumenstingl
2019-04-13 17:15 ` [PATCH 1/3] ARM: dts: meson8: " Martin Blumenstingl
2019-04-13 17:15   ` Martin Blumenstingl
2019-04-13 17:15   ` Martin Blumenstingl
2019-04-13 17:15 ` [PATCH 2/3] ARM: dts: meson8m2: update the offset of " Martin Blumenstingl
2019-04-13 17:15   ` Martin Blumenstingl
2019-04-13 17:15   ` Martin Blumenstingl
2019-04-13 17:15 ` [PATCH 3/3] ARM: dts: meson8b: add " Martin Blumenstingl
2019-04-13 17:15   ` Martin Blumenstingl
2019-04-13 17:15   ` Martin Blumenstingl
2019-04-13 18:54 ` [PATCH 0/3] 32-bit Meson: " Maxime Jourdan
2019-04-13 18:54   ` Maxime Jourdan
2019-04-13 18:54   ` Maxime Jourdan
2019-04-18 19:50   ` Martin Blumenstingl
2019-04-18 19:50     ` Martin Blumenstingl
2019-04-18 19:50     ` Martin Blumenstingl
2019-05-20 19:21     ` Maxime Jourdan
2019-05-20 19:21       ` Maxime Jourdan
2019-05-20 19:21       ` Maxime Jourdan
2019-05-20 19:36       ` Martin Blumenstingl
2019-05-20 19:36         ` Martin Blumenstingl
2019-05-20 19:36         ` Martin Blumenstingl

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.