Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1661873
| From | Mark Yao <mark.yao@rock-chips.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 0/4] Add RK3399 HDMI Support |
| Date | 2017-06-09 04:50 +0200 |
| Message-ID | <tQi9P-4a2-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
RK3399 and RK3288 shared the same HDMI IP controller, only some light difference with GRF configure, and an external VPLL clock need to configure. base on Yakir's v1 thread: http://lkml.iu.edu/hypermail/linux/kernel/1607.1/01468.html Some Yakir's hdmi patches cause hdmi no display on my test, so I remove them on this thread. Tested on rk3399 evb board with kernel 4.12.0-rc1. Changes in v2: rebase to newest uptream, reuse hdmi_phy_configure_dwc_hdmi_3d_tx Mark Yao (2): drm: bridge: dw-hdmi: Export hdmi_phy_configure_dwc_hdmi_3d_tx drm/rockchip: dw_hdmi: add RK3399 HDMI support Yakir Yang (2): drm/rockchip: dw_hdmi: introduce the VPLL clock setting drm/rockchip: dw_hdmi: introduce the pclk for grf .../bindings/display/rockchip/dw_hdmi-rockchip.txt | 3 +- drivers/gpu/drm/bridge/synopsys/dw-hdmi.c | 3 +- drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c | 112 ++++++++++++++++++--- include/drm/bridge/dw_hdmi.h | 3 + 4 files changed, 107 insertions(+), 14 deletions(-) -- 1.9.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v2 0/4] Add RK3399 HDMI Support Mark Yao <mark.yao@rock-chips.com> - 2017-06-09 04:50 +0200
[PATCH 1/4] drm: bridge: dw-hdmi: Export hdmi_phy_configure_dwc_hdmi_3d_tx Mark Yao <mark.yao@rock-chips.com> - 2017-06-09 04:50 +0200
Re: [PATCH 1/4] drm: bridge: dw-hdmi: Export hdmi_phy_configure_dwc_hdmi_3d_tx Mark yao <mark.yao@rock-chips.com> - 2017-06-09 06:10 +0200
Re: [PATCH 1/4] drm: bridge: dw-hdmi: Export hdmi_phy_configure_dwc_hdmi_3d_tx Jose Abreu <Jose.Abreu@synopsys.com> - 2017-06-09 10:40 +0200
[PATCH v2 3/4] drm/rockchip: dw_hdmi: introduce the VPLL clock setting Mark Yao <mark.yao@rock-chips.com> - 2017-06-09 05:20 +0200
[PATCH v2 2/4] drm/rockchip: dw_hdmi: add RK3399 HDMI support Mark Yao <mark.yao@rock-chips.com> - 2017-06-09 05:20 +0200
[PATCH v2 4/4] drm/rockchip: dw_hdmi: introduce the pclk for grf Mark Yao <mark.yao@rock-chips.com> - 2017-06-09 05:20 +0200
csiph-web