Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1742442 > unrolled thread

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

Started byAlgea Cao <algea.cao@rock-chips.com>
First post2017-09-30 03:50 +0200
Last post2017-09-30 03:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH v2 0/7] Add support RK3328 drm hdmi Algea Cao <algea.cao@rock-chips.com> - 2017-09-30 03:50 +0200

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

FromAlgea Cao <algea.cao@rock-chips.com>
Date2017-09-30 03:50 +0200
Subject[PATCH v2 0/7] Add support RK3328 drm hdmi
Message-ID<uvf4K-5LX-7@gated-at.bofh.it>
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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web