From: Chun-Kuang Hu <chunkuang.hu@kernel.org>
To: David Airlie <airlied@linux.ie>, Daniel Vetter <daniel@ffwll.ch>,
dri-devel@lists.freedesktop.org,
linux-mediatek@lists.infradead.org
Cc: Yongqiang Niu <yongqiang.niu@mediatek.com>,
Thomas Zimmermann <tzimmermann@suse.de>,
Fabien Parent <fparent@baylibre.com>,
Dafna Hirschfeld <dafna.hirschfeld@collabora.com>
Subject: [GIT PULL] mediatek drm next for 5.15
Date: Mon, 16 Aug 2021 07:55:10 +0800 [thread overview]
Message-ID: <20210815235510.6597-1-chunkuang.hu@kernel.org> (raw)
Hi, Dave & Daniel:
This includes:
1. MT8133 AAL support, adjust rdma fifo threshold formula.
2. Implement mmap as GEM object function.
3. Add support for MT8167.
4. Test component initialization earlier in the function mtk_drm_crtc_create.
5. CMDQ refinement.
Regards,
Chun-Kuang.
The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:
Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/chunkuang.hu/linux.git tags/mediatek-drm-next-5.15
for you to fetch changes up to 6e7dcd92644baebdb137e3af900064ceebcaca23:
drm/mediatek: Clear pending flag when cmdq packet is done (2021-08-12 08:16:24 +0800)
----------------------------------------------------------------
Mediatek DRM Next for Linux 5.15
1. MT8133 AAL support, adjust rdma fifo threshold formula.
2. Implement mmap as GEM object function.
3. Add support for MT8167.
4. Test component initialization earlier in the function mtk_drm_crtc_create.
5. CMDQ refinement.
----------------------------------------------------------------
Chun-Kuang Hu (4):
drm/mediatek: Use mailbox rx_callback instead of cmdq_task_cb
drm/mediatek: Remove struct cmdq_client
drm/mediatek: Detect CMDQ execution timeout
drm/mediatek: Add cmdq_handle in mtk_crtc
Dafna Hirschfeld (1):
drm/mediatek: Test component initialization earlier in the function mtk_drm_crtc_create
Fabien Parent (2):
dt-bindings: display: mediatek: dsi: add documentation for MT8167 SoC
drm/mediatek: Add support for main DDP path on MT8167
Thomas Zimmermann (1):
drm/mediatek: Implement mmap as GEM object function
Yongqiang Niu (4):
drm/mediatek: Adjust rdma fifo threshold calculate formula
drm/mediatek: Separate aal sub driver
drm/mediatek: Add mt8183 aal support
drm/mediatek: Clear pending flag when cmdq packet is done
.../bindings/display/mediatek/mediatek,dsi.txt | 2 +-
drivers/gpu/drm/mediatek/Makefile | 3 +-
drivers/gpu/drm/mediatek/mtk_disp_aal.c | 167 ++++++++++++++++++++
drivers/gpu/drm/mediatek/mtk_disp_drv.h | 9 ++
drivers/gpu/drm/mediatek/mtk_disp_rdma.c | 6 +-
drivers/gpu/drm/mediatek/mtk_drm_crtc.c | 173 +++++++++++++++++----
drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c | 42 +----
drivers/gpu/drm/mediatek/mtk_drm_drv.c | 59 +++++--
drivers/gpu/drm/mediatek/mtk_drm_drv.h | 1 +
drivers/gpu/drm/mediatek/mtk_drm_gem.c | 44 ++----
drivers/gpu/drm/mediatek/mtk_drm_gem.h | 3 -
11 files changed, 386 insertions(+), 123 deletions(-)
create mode 100644 drivers/gpu/drm/mediatek/mtk_disp_aal.c
_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek
next reply other threads:[~2021-08-15 23:55 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-15 23:55 Chun-Kuang Hu [this message]
2021-08-16 6:07 ` [GIT PULL] mediatek drm next for 5.15 Dave Airlie
2021-08-16 23:27 ` Chun-Kuang Hu
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=20210815235510.6597-1-chunkuang.hu@kernel.org \
--to=chunkuang.hu@kernel.org \
--cc=airlied@linux.ie \
--cc=dafna.hirschfeld@collabora.com \
--cc=daniel@ffwll.ch \
--cc=dri-devel@lists.freedesktop.org \
--cc=fparent@baylibre.com \
--cc=linux-mediatek@lists.infradead.org \
--cc=tzimmermann@suse.de \
--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