All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] mediatek drm next for 4.20
@ 2018-10-04  1:22 CK Hu
  2018-10-11  1:25 ` CK Hu
  0 siblings, 1 reply; 7+ messages in thread
From: CK Hu @ 2018-10-04  1:22 UTC (permalink / raw)
  To: Dave Airlie, dri-devel, linux-mediatek; +Cc: Ryder Lee, chunhui dai


Hi, Dave:

This include hdmi output support for mt2701 and mt7623.

Regards,
CK

The following changes since commit
87c2ee740c07f1edae9eec8bc45cb9b32a68f323:

  Merge branch 'drm-next-4.20' of
git://people.freedesktop.org/~agd5f/linux into drm-next (2018-09-28
09:48:40 +1000)

are available in the git repository at:


  https://github.com/ckhu-mediatek/linux.git-tags.git
mediatek-drm-next-4.20

for you to fetch changes up to 84dacb9cad2804a9f5434b775ccea6aa5d9fc6ca:

  drm/mediatek: add a error return value when clock driver has been
prepared (2018-10-03 11:56:33 +0800)

----------------------------------------------------------------
Bibby Hsieh (2):
      drm/mediatek: implement connection from BLS to DPI0
      drm/mediatek: add a error return value when clock driver has been
prepared

chunhui dai (9):
      drm/mediatek: add refcount for DPI power on/off
      drm/mediatek: move hardware register to node data
      drm/mediatek: adjust EDGE to match clock and data
      drm/mediatek: add clock factor for different IC
      drm/mediatek: convert dpi driver to use
drm_of_find_panel_or_bridge
      drm/mediatek: add dpi driver for mt2701 and mt7623
      drm/mediatek: separate hdmi phy to different file
      drm/mediatek: add support for SPDIF audio in HDMI
      drm/mediatek: add hdmi driver for MT2701 and MT7623

 drivers/gpu/drm/mediatek/Makefile              |   5 +-
 drivers/gpu/drm/mediatek/mtk_dpi.c             | 131 ++++++++------
 drivers/gpu/drm/mediatek/mtk_dpi_regs.h        |   2 +-
 drivers/gpu/drm/mediatek/mtk_drm_ddp.c         |  14 +-
 drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c    |   2 +-
 drivers/gpu/drm/mediatek/mtk_drm_drv.c         |   2 +
 drivers/gpu/drm/mediatek/mtk_hdmi.c            |  15 +-
 drivers/gpu/drm/mediatek/mtk_hdmi.h            |   2 +-
 drivers/gpu/drm/mediatek/mtk_hdmi_phy.c        | 235
+++++++++++++++++++++++++
 drivers/gpu/drm/mediatek/mtk_hdmi_phy.h        |  60 +++++++
 drivers/gpu/drm/mediatek/mtk_mt2701_hdmi_phy.c | 212
++++++++++++++++++++++
 drivers/gpu/drm/mediatek/mtk_mt8173_hdmi_phy.c | 226
+-----------------------
 12 files changed, 627 insertions(+), 279 deletions(-)
 create mode 100644 drivers/gpu/drm/mediatek/mtk_hdmi_phy.c
 create mode 100644 drivers/gpu/drm/mediatek/mtk_hdmi_phy.h
 create mode 100644 drivers/gpu/drm/mediatek/mtk_mt2701_hdmi_phy.c


_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2018-10-11  8:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-04  1:22 [GIT PULL] mediatek drm next for 4.20 CK Hu
2018-10-11  1:25 ` CK Hu
2018-10-11  1:42   ` Dave Airlie
     [not found]     ` <CAPM=9tyeONZ3Kft6_S9CNU98_ORNQ6WnV_20tDwqHTydWsQoRw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2018-10-11  2:29       ` CK Hu
2018-10-11  3:56         ` Dave Airlie
2018-10-11  6:21           ` CK Hu
2018-10-11  8:21             ` Daniel Vetter

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.