public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/5] rockchip: video: rk3399: enable HDMI output
@ 2017-04-28 15:53 Philipp Tomsich
  2017-04-28 15:53 ` [U-Boot] [PATCH 1/5] rockchip: clk: rk3399: allow requests for HDMI clocks Philipp Tomsich
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Philipp Tomsich @ 2017-04-28 15:53 UTC (permalink / raw)
  To: u-boot


This series provides HDMI enablement for the RK3399 and will support
video console on the RK3399 either with VOP-lit or VOP-big:
 - pinctrl and clk support for the hdmi node
 - a refactoring of rk_vop.c and rk_hdmi.c to allow for the minor
   differences between the RK3288 and RK3399 VOP and HDMI blocks

To see the full series in the context of a working configuration (i.e.
including DTS, defconfig, etc. and on top of the MIPI enablement
change series from Rockchip), refer to
       https://git.theobroma-systems.com/puma-u-boot.git/log/?h=puma-hdmi-rfc

This has been tested (on top of Eric Gao's change series for MIPI-DSI)
using 'bmp display' and 'setenv stdout vidconsole' on the RK3399-Q7
with various HDMI monitors, both for VOP-lit and VOP-big (setting the
other one to 'disabled').


Philipp Tomsich (5):
  rockchip: clk: rk3399: allow requests for HDMI clocks
  rockchip: pinctrl: rk3399: add support for the HDMI I2C pins
  rockchip: video: rk3399: enable HDMI output (from the rk_vop) for the
    RK3399
  rockchip: video: rk3399: add HDMI TX support on the RK3399
  rockchip: dts: rk3399: enable HDMI output in the DTS

 arch/arm/dts/rk3399.dtsi                        | 110 +++++++++++++++
 arch/arm/include/asm/arch-rockchip/grf_rk3399.h |   7 +
 arch/arm/include/asm/arch-rockchip/vop_rk3288.h |  11 ++
 drivers/clk/rockchip/clk_rk3399.c               |   7 +
 drivers/pinctrl/rockchip/pinctrl_rk3399.c       |  26 ++++
 drivers/video/rockchip/rk_hdmi.c                | 165 +++++++++++++++++-----
 drivers/video/rockchip/rk_vop.c                 | 180 ++++++++++++++++++++----
 7 files changed, 441 insertions(+), 65 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2017-05-03  8:22 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-28 15:53 [U-Boot] [PATCH 0/5] rockchip: video: rk3399: enable HDMI output Philipp Tomsich
2017-04-28 15:53 ` [U-Boot] [PATCH 1/5] rockchip: clk: rk3399: allow requests for HDMI clocks Philipp Tomsich
2017-04-28 15:53 ` [U-Boot] [PATCH 2/5] rockchip: pinctrl: rk3399: add support for the HDMI I2C pins Philipp Tomsich
2017-04-28 15:53 ` [U-Boot] [PATCH 3/5] rockchip: video: rk3399: enable HDMI output (from the rk_vop) for the RK3399 Philipp Tomsich
2017-04-28 16:02   ` Jernej Škrabec
2017-04-30  3:49   ` Simon Glass
2017-04-30 12:31     ` Dr. Philipp Tomsich
2017-05-03  3:00       ` Simon Glass
2017-05-03  8:22         ` Dr. Philipp Tomsich
2017-04-28 15:53 ` [U-Boot] [PATCH 4/5] rockchip: video: rk3399: add HDMI TX support on " Philipp Tomsich
2017-04-28 16:07   ` Jernej Škrabec
2017-04-30  3:49   ` Simon Glass
2017-04-28 15:53 ` [U-Boot] [PATCH 5/5] rockchip: dts: rk3399: enable HDMI output in the DTS Philipp Tomsich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox