All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] arm: meson: add Video support for G12A and SEI510 board
@ 2019-08-30 12:09 ` Neil Armstrong
  0 siblings, 0 replies; 38+ messages in thread
From: Neil Armstrong @ 2019-08-30 12:09 UTC (permalink / raw)
  To: u-boot-amlogic, agust, jh80.chung, lukma; +Cc: Neil Armstrong, u-boot

This patchset adds Amlogic G12A support for HDMI & Composite video output like
the Amlogic GXBB/GXL/GXM, by syncing from the latest Linux VPU DRM driver.

It also adds VPU/VAPB/HDMI Clock & VPU Power Domain support.

Finally it adds the necessary config to show a logo from a fastboot flashed
partition on the SEI510 board.

U200 and Odroid-N2 config support will be added later.

Neil Armstrong (8):
  power: domain: meson-gx-pwrc: add G12A support
  clk: meson: g12a: add support for VPU/HDMI clocks
  video: meson: remove power domain get
  video: meson: sync with linux drm-misc tree
  video: meson: add compatible for Amlogic G12A
  arm: meson: board-g12a: Setup VPU in fdt
  ARM: dts: meson-g12a: add U-Boot specific DT for graphics
  configs: sei510: enable Video Display support

 arch/arm/dts/meson-g12a-sei510-u-boot.dtsi    |   7 +
 arch/arm/dts/meson-g12a-u-boot.dtsi           |  29 +
 arch/arm/dts/meson-g12a-u200-u-boot.dtsi      |   7 +
 arch/arm/dts/meson-g12b-odroid-n2-u-boot.dtsi |   7 +
 arch/arm/mach-meson/board-g12a.c              |   5 +
 configs/sei510_defconfig                      |  11 +
 drivers/clk/meson/g12a.c                      | 620 +++++++++++++++++-
 drivers/power/domain/meson-gx-pwrc-vpu.c      | 155 ++++-
 drivers/video/meson/meson_dw_hdmi.c           |  61 +-
 drivers/video/meson/meson_plane.c             |  47 +-
 drivers/video/meson/meson_registers.h         | 373 ++++++++++-
 drivers/video/meson/meson_vclk.c              | 233 +++++--
 drivers/video/meson/meson_venc.c              | 169 ++++-
 drivers/video/meson/meson_vpu.c               |  11 +-
 drivers/video/meson/meson_vpu.h               |   2 +
 drivers/video/meson/meson_vpu_init.c          | 205 ++++--
 include/configs/sei510.h                      |  12 +
 17 files changed, 1757 insertions(+), 197 deletions(-)
 create mode 100644 arch/arm/dts/meson-g12a-sei510-u-boot.dtsi
 create mode 100644 arch/arm/dts/meson-g12a-u-boot.dtsi
 create mode 100644 arch/arm/dts/meson-g12a-u200-u-boot.dtsi
 create mode 100644 arch/arm/dts/meson-g12b-odroid-n2-u-boot.dtsi

-- 
2.22.0


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

end of thread, other threads:[~2019-10-11 12:57 UTC | newest]

Thread overview: 38+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-30 12:09 [PATCH 0/8] arm: meson: add Video support for G12A and SEI510 board Neil Armstrong
2019-08-30 12:09 ` [U-Boot] " Neil Armstrong
2019-08-30 12:09 ` [PATCH 1/8] power: domain: meson-gx-pwrc: add G12A support Neil Armstrong
2019-08-30 12:09   ` [U-Boot] " Neil Armstrong
2019-10-10 18:15   ` Anatolij Gustschin
2019-10-10 18:15     ` Anatolij Gustschin
2019-08-30 12:09 ` [PATCH 2/8] clk: meson: g12a: add support for VPU/HDMI clocks Neil Armstrong
2019-08-30 12:09   ` [U-Boot] " Neil Armstrong
2019-10-10 18:15   ` Anatolij Gustschin
2019-10-10 18:15     ` Anatolij Gustschin
2019-08-30 12:09 ` [PATCH 3/8] video: meson: remove power domain get Neil Armstrong
2019-08-30 12:09   ` [U-Boot] " Neil Armstrong
2019-10-10 18:15   ` Anatolij Gustschin
2019-10-10 18:15     ` [U-Boot] " Anatolij Gustschin
2019-08-30 12:09 ` [PATCH 4/8] video: meson: sync with linux drm-misc tree Neil Armstrong
2019-08-30 12:09   ` [U-Boot] " Neil Armstrong
2019-10-09 15:12   ` Neil Armstrong
2019-10-09 15:12     ` [U-Boot] " Neil Armstrong
2019-10-10 20:48   ` Anatolij Gustschin
2019-10-10 20:48     ` [U-Boot] " Anatolij Gustschin
2019-08-30 12:09 ` [PATCH 5/8] video: meson: add compatible for Amlogic G12A Neil Armstrong
2019-08-30 12:09   ` [U-Boot] " Neil Armstrong
2019-10-10 18:22   ` Anatolij Gustschin
2019-10-10 18:22     ` [U-Boot] " Anatolij Gustschin
2019-08-30 12:09 ` [PATCH 6/8] arm: meson: board-g12a: Setup VPU in fdt Neil Armstrong
2019-08-30 12:09   ` [U-Boot] " Neil Armstrong
2019-10-10 18:23   ` Anatolij Gustschin
2019-10-10 18:23     ` Anatolij Gustschin
2019-08-30 12:09 ` [PATCH 7/8] ARM: dts: meson-g12a: add U-Boot specific DT for graphics Neil Armstrong
2019-08-30 12:09   ` [U-Boot] " Neil Armstrong
2019-10-10 18:25   ` Anatolij Gustschin
2019-10-10 18:25     ` Anatolij Gustschin
2019-08-30 12:09 ` [PATCH 8/8] configs: sei510: enable Video Display support Neil Armstrong
2019-08-30 12:09   ` [U-Boot] " Neil Armstrong
2019-10-10 18:28   ` Anatolij Gustschin
2019-10-10 18:28     ` Anatolij Gustschin
2019-10-11 12:57 ` [PATCH 0/8] arm: meson: add Video support for G12A and SEI510 board Neil Armstrong
2019-10-11 12:57   ` [U-Boot] " Neil Armstrong

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.