From: CK Hu <ck.hu@mediatek.com>
To: Dave Airlie <airlied@gmail.com>,
dri-devel@lists.freedesktop.org,
linux-mediatek@lists.infradead.org
Cc: Ryder Lee <ryder.lee@mediatek.com>,
chunhui dai <chunhui.dai@mediatek.com>
Subject: [GIT PULL] mediatek drm next for 4.20
Date: Thu, 4 Oct 2018 09:22:28 +0800 [thread overview]
Message-ID: <1538616148.28906.1.camel@mtksdaap41> (raw)
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
next reply other threads:[~2018-10-04 1:22 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-04 1:22 CK Hu [this message]
2018-10-11 1:25 ` [GIT PULL] mediatek drm next for 4.20 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1538616148.28906.1.camel@mtksdaap41 \
--to=ck.hu@mediatek.com \
--cc=airlied@gmail.com \
--cc=chunhui.dai@mediatek.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=ryder.lee@mediatek.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox