From: CK Hu <ck.hu@mediatek.com>
To: Dave Airlie <airlied@gmail.com>,
Daniel Vetter <daniel.vetter@intel.com>,
dri-devel@lists.freedesktop.org,
linux-mediatek@lists.infradead.org
Cc: Jitao Shi <jitao.shi@mediatek.com>,
Yongqiang Niu <yongqiang.niu@mediatek.com>
Subject: [GIT PULL] mediatek drm next for 5.5
Date: Tue, 15 Oct 2019 09:39:08 +0800 [thread overview]
Message-ID: <1571103548.4416.6.camel@mtksdaap41> (raw)
Hi Dave, Daniel:
This include mipi_tx, dsi, and partial crtc for MT8183 SoC.
Regards,
CK
The following changes since commit
54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:
Linux 5.4-rc1 (2019-09-30 10:35:40 -0700)
are available in the Git repository at:
https://github.com/ckhu-mediatek/linux.git-tags.git
tags/mediatek-drm-next-5.5
for you to fetch changes up to 631005b255aab5f846f7ca03606613f898d70207:
drm/mediatek: add no_clk into ddp private data (2019-10-09 16:58:13
+0800)
----------------------------------------------------------------
Mediatek DRM next for Linux 5.5
----------------------------------------------------------------
CK Hu (1):
drm/mediatek: add no_clk into ddp private data
Jitao Shi (12):
dt-bindings: display: mediatek: update dsi supported chips
drm/mediatek: separate mipi_tx to different file
drm/mediatek: add mipi_tx driver for mt8183
drm/mediatek: move mipi_dsi_host_register to probe
drm/mediatek: fixes CMDQ reg address of mt8173 is different with
mt2701
drm/mediatek: replace writeb() with mtk_dsi_mask()
drm/mediatek: add dsi reg commit disable control
drm/mediatek: add frame size control
drm/mediatek: add mt8183 dsi driver support
drm/mediatek: change the dsi phytiming calculate method
drm/mediatek: adjust dsi and mipi_tx probe sequence
drm/mediatek: add dphy reset after setting lanes number
Yongqiang Niu (18):
dt-bindings: mediatek: add ovl_2l description for mt8183 display
dt-bindings: mediatek: add ccorr description for mt8183 display
dt-bindings: mediatek: add dither description for mt8183 display
dt-bindings: mediatek: add mutex description for mt8183 display
drm/mediatek: add ddp component CCORR
drm/mediatek: add component DITHER
drm/mediatek: add component OVL_2L0
drm/mediatek: add component OVL_2L1
drm/mediatek: add gmc_bits for ovl private data
drm/medaitek: add layer_nr for ovl private data
drm/mediatek: add function to background color input select for
ovl/ovl_2l direct link
drm/mediatek: add background color input select function for
ovl/ovl_2l
drm/mediatek: distinguish ovl and ovl_2l by layer_nr
drm/mediatek: add ovl0/ovl_2l0 usecase
drm/mediatek: add mutex mod into ddp private data
drm/mediatek: add mutex mod register offset into ddp private data
drm/mediatek: add mutex sof into ddp private data
drm/mediatek: add mutex sof register offset into ddp private data
.../bindings/display/mediatek/mediatek,disp.txt | 30 +-
.../bindings/display/mediatek/mediatek,dsi.txt | 4 +-
drivers/gpu/drm/mediatek/Makefile | 2 +
drivers/gpu/drm/mediatek/mtk_disp_ovl.c | 61 +++-
drivers/gpu/drm/mediatek/mtk_drm_crtc.c | 37 ++-
drivers/gpu/drm/mediatek/mtk_drm_ddp.c | 128 ++++++--
drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c | 67 ++++
drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.h | 21 ++
drivers/gpu/drm/mediatek/mtk_drm_drv.c | 3 +-
drivers/gpu/drm/mediatek/mtk_dsi.c | 233 ++++++++++----
drivers/gpu/drm/mediatek/mtk_mipi_tx.c | 338
++-------------------
drivers/gpu/drm/mediatek/mtk_mipi_tx.h | 49 +++
drivers/gpu/drm/mediatek/mtk_mt8173_mipi_tx.c | 288
++++++++++++++++++
drivers/gpu/drm/mediatek/mtk_mt8183_mipi_tx.c | 149 +++++++++
14 files changed, 974 insertions(+), 436 deletions(-)
create mode 100644 drivers/gpu/drm/mediatek/mtk_mipi_tx.h
create mode 100644 drivers/gpu/drm/mediatek/mtk_mt8173_mipi_tx.c
create mode 100644 drivers/gpu/drm/mediatek/mtk_mt8183_mipi_tx.c
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
reply other threads:[~2019-10-15 1:39 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=1571103548.4416.6.camel@mtksdaap41 \
--to=ck.hu@mediatek.com \
--cc=airlied@gmail.com \
--cc=daniel.vetter@intel.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=jitao.shi@mediatek.com \
--cc=linux-mediatek@lists.infradead.org \
--cc=yongqiang.niu@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;
as well as URLs for NNTP newsgroup(s).