Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] drm/mediatek: support hdmi output for mt2701 and mt7623
@ 2018-05-08  2:20 Bibby Hsieh
  2018-05-08  2:20 ` [PATCH 1/7] drm/mediatek: move dpi private data to device Bibby Hsieh
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Bibby Hsieh @ 2018-05-08  2:20 UTC (permalink / raw)
  To: linux-arm-kernel

Bibby Hsieh (3):
  drm/mediatek: implement connection from BLS to DPI0
  drm/mediatek: add a error return value when clock driver has been
    prepared
  drm/mediatek: config component output by device node port

chunhui dai (4):
  drm/mediatek: move dpi private data to device
  drm/mediatek: fix to get right bridge for dpi encoder
  drm/mediatek: add dpi driver for mt2701 and mt7623
  drm/mediatek: add hdmi driver for different hardware

 drivers/gpu/drm/mediatek/Makefile              |   4 +-
 drivers/gpu/drm/mediatek/mtk_dpi.c             | 125 +++++++---
 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         |  38 ++-
 drivers/gpu/drm/mediatek/mtk_drm_drv.h         |   4 +-
 drivers/gpu/drm/mediatek/mtk_hdmi.c            |  88 +++++--
 drivers/gpu/drm/mediatek/mtk_hdmi.h            |  28 +++
 drivers/gpu/drm/mediatek/mtk_hdmi_phy.c        | 157 +++++++++++++
 drivers/gpu/drm/mediatek/mtk_hdmi_regs.h       |   1 +
 drivers/gpu/drm/mediatek/mtk_mt2701_hdmi_phy.c | 307 +++++++++++++++++++++++++
 drivers/gpu/drm/mediatek/mtk_mt8173_hdmi_phy.c | 129 +----------
 13 files changed, 716 insertions(+), 183 deletions(-)
 create mode 100644 drivers/gpu/drm/mediatek/mtk_hdmi_phy.c
 create mode 100644 drivers/gpu/drm/mediatek/mtk_mt2701_hdmi_phy.c

-- 
2.12.5

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

end of thread, other threads:[~2018-05-08 17:19 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-08  2:20 [PATCH 0/7] drm/mediatek: support hdmi output for mt2701 and mt7623 Bibby Hsieh
2018-05-08  2:20 ` [PATCH 1/7] drm/mediatek: move dpi private data to device Bibby Hsieh
2018-05-08 17:19   ` kbuild test robot
2018-05-08  2:20 ` [PATCH 2/7] drm/mediatek: fix to get right bridge for dpi encoder Bibby Hsieh
2018-05-08  2:20 ` [PATCH 3/7] drm/mediatek: add dpi driver for mt2701 and mt7623 Bibby Hsieh
2018-05-08  2:20 ` [PATCH 4/7] drm/mediatek: add hdmi driver for different hardware Bibby Hsieh
2018-05-08  2:20 ` [PATCH 5/7] drm/mediatek: implement connection from BLS to DPI0 Bibby Hsieh
2018-05-08  2:20 ` [PATCH 6/7] drm/mediatek: add a error return value when clock driver has been prepared Bibby Hsieh
2018-05-08  2:20 ` [PATCH 7/7] drm/mediatek: config component output by device node port Bibby Hsieh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox