[PATCH v2 0/7] Add support RK3328 drm hdmi

Algea Cao algea.cao at rock-chips.com
Sat Sep 30 01:41:53 UTC 2017


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




More information about the dri-devel mailing list