dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: CK Hu <ck.hu@mediatek.com>
To: Airlie <airlied@gmail.com>,
	Daniel Vetter <daniel.vetter@intel.com>,
	<dri-devel@lists.freedesktop.org>,
	<linux-mediatek@lists.infradead.org>
Subject: [GIT PULL] mediatek drm next for 5.6
Date: Tue, 14 Jan 2020 11:28:46 +0800	[thread overview]
Message-ID: <1578972526.14594.8.camel@mtksdaap41> (raw)

Hi, Dave, Daniel:

This fix non-smooth cursor problem, add cmdq support, add ctm property
support and some refinement.

Regards,
CK


The following changes since commit
e42617b825f8073569da76dc4510bfa019b1c35a:

  Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)

are available in the Git repository at:

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

for you to fetch changes up to d04a07a8dc93dfc40b3a41c977db78ba340f209d:

  drm/mediatek: Fix indentation in Makefile (2020-01-10 14:10:49 +0800)

----------------------------------------------------------------
Mediatek DRM Next for Linux 5.6

----------------------------------------------------------------
Bibby Hsieh (11):
      drm/mediatek: use DRM core's atomic commit helper
      drm/mediatek: handle events when enabling/disabling crtc
      drm/mediatek: update cursors by using async atomic update
      drm/mediatek: disable all the planes in atomic_disable
      drm/mediatek: remove unused external function
      soc: mediatek: cmdq: remove OR opertaion from err return
      soc: mediatek: cmdq: define the instruction struct
      soc: mediatek: cmdq: add polling function
      soc: mediatek: cmdq: add cmdq_dev_get_client_reg function
      drm/mediatek: support CMDQ interface in ddp component
      drm/mediatek: apply CMDQ control flow

CK Hu (1):
      Merge tag 'v5.5-next-cmdq-stable' of
https://git.kernel.org/.../matthias.bgg/linux

Fabien Parent (1):
      drm/mediatek: Fix indentation in Makefile

Mark Yacoub (2):
      drm/mediatek: Return from mtk_ovl_layer_config after
mtk_ovl_layer_off
      drm/mediatek: Turn off Alpha bit when plane format has no alpha

Pi-Hsun Shih (1):
      drm/mediatek: Check return value of mtk_drm_ddp_comp_for_plane.

Yongqiang Niu (3):
      drm/mediatek: Fix can't get component for external display plane.
      drm/mediatek: Add gamma property according to hardware capability
      drm/mediatek: Add ctm property support

 drivers/gpu/drm/mediatek/Makefile           |   2 +-
 drivers/gpu/drm/mediatek/mtk_disp_color.c   |   7 +-
 drivers/gpu/drm/mediatek/mtk_disp_ovl.c     |  76 ++++++-----
 drivers/gpu/drm/mediatek/mtk_disp_rdma.c    |  43 +++---
 drivers/gpu/drm/mediatek/mtk_drm_crtc.c     | 204
+++++++++++++++++++++++-----
 drivers/gpu/drm/mediatek/mtk_drm_crtc.h     |   2 +
 drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c | 184
+++++++++++++++++++++----
 drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.h |  56 ++++----
 drivers/gpu/drm/mediatek/mtk_drm_drv.c      |  86 +-----------
 drivers/gpu/drm/mediatek/mtk_drm_drv.h      |   7 -
 drivers/gpu/drm/mediatek/mtk_drm_plane.c    |  47 +++++++
 drivers/gpu/drm/mediatek/mtk_drm_plane.h    |   2 +
 drivers/soc/mediatek/mtk-cmdq-helper.c      | 147 ++++++++++++++++----
 include/linux/mailbox/mtk-cmdq-mailbox.h    |  11 ++
 include/linux/soc/mediatek/mtk-cmdq.h       |  53 ++++++++
 15 files changed, 666 insertions(+), 261 deletions(-)

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

                 reply	other threads:[~2020-01-14  3:29 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=1578972526.14594.8.camel@mtksdaap41 \
    --to=ck.hu@mediatek.com \
    --cc=airlied@gmail.com \
    --cc=daniel.vetter@intel.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=linux-mediatek@lists.infradead.org \
    /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).