Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1742442
| From | Algea Cao <algea.cao@rock-chips.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 0/7] Add support RK3328 drm hdmi |
| Date | 2017-09-30 03:50 +0200 |
| Message-ID | <uvf4K-5LX-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
These patches add support drm hdmi in RK3328 and has been tested in RK development board. We add dev_type to distinguish different rockchip chips. Hdmi phy or some regs configuration can't be switched according to dev_type, that hdmi driver's compatibility will be better. Algea Cao (7): drm/rockchip: dw_hdmi: update dw_hdmi_rockchip_dt_ids drm/rockchip: dw_hdmi: add device type drm: bridge: dw-hdmi: change hdmi phy hpd read function to export drm/rockchip: dw_hdmi: add inno hdmi phy ops drm/rockchip: dw_hdmi: add hclk_vio drm/rockchip: dw_hdmi: update dw-hdmi encoder enable drm: bridge: dw-hdmi: get phy ops by device type .../bindings/display/rockchip/dw_hdmi-rockchip.txt | 1 + drivers/gpu/drm/bridge/synopsys/dw-hdmi.c | 11 +- drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c | 161 ++++++++++++++++++++- include/drm/bridge/dw_hdmi.h | 13 +- 4 files changed, 178 insertions(+), 8 deletions(-) -- 2.7.4
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH v2 0/7] Add support RK3328 drm hdmi Algea Cao <algea.cao@rock-chips.com> - 2017-09-30 03:50 +0200
csiph-web