Message ID | cover.1638470392.git.hns@goldelico.com |
---|---|
Headers | show |
Series | MIPS: JZ4780 and CI20 HDMI | expand |
On Thu, Dec 02, 2021 at 07:39:45PM +0100, H. Nikolaus Schaller wrote: > [..] > This series adds HDMI support for JZ4780 and CI20 board > > > > H. Nikolaus Schaller (3): > drm/ingenic: prepare ingenic drm for later addition of JZ4780 > MIPS: defconfig: CI20: configure for DRM_DW_HDMI_JZ4780 > [RFC] MIPS: DTS: Ingenic: adjust register size to available registers > > Paul Boddie (4): > drm/ingenic: Add support for JZ4780 and HDMI output > drm/ingenic: Add dw-hdmi driver for jz4780 > MIPS: DTS: jz4780: Account for Synopsys HDMI driver and LCD > controllers > MIPS: DTS: CI20: Add DT nodes for HDMI setup > > Sam Ravnborg (1): > dt-bindings: display: Add ingenic,jz4780-dw-hdmi DT Schema > > .../display/bridge/ingenic,jz4780-hdmi.yaml | 78 ++++++++++ > .../display/bridge/synopsys,dw-hdmi.yaml | 3 + > arch/mips/boot/dts/ingenic/ci20.dts | 72 +++++++++- > arch/mips/boot/dts/ingenic/jz4725b.dtsi | 2 +- > arch/mips/boot/dts/ingenic/jz4740.dtsi | 2 +- > arch/mips/boot/dts/ingenic/jz4770.dtsi | 2 +- > arch/mips/boot/dts/ingenic/jz4780.dtsi | 40 ++++++ > arch/mips/configs/ci20_defconfig | 6 + > drivers/gpu/drm/ingenic/Kconfig | 9 ++ > drivers/gpu/drm/ingenic/Makefile | 1 + > drivers/gpu/drm/ingenic/ingenic-drm-drv.c | 62 +++++++- > drivers/gpu/drm/ingenic/ingenic-drm.h | 38 +++++ > drivers/gpu/drm/ingenic/ingenic-dw-hdmi.c | 136 ++++++++++++++++++ > 13 files changed, 443 insertions(+), 8 deletions(-) > create mode 100644 Documentation/devicetree/bindings/display/bridge/ingenic,jz4780-hdmi.yaml > create mode 100644 drivers/gpu/drm/ingenic/ingenic-dw-hdmi.c applied patches 5-8 to mips-next. Thomas.