mbox series

[GIT,PULL] mediatek drm fixes for 5.14

Message ID 20210809150604.32426-1-chunkuang.hu@kernel.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] mediatek drm fixes for 5.14 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/chunkuang.hu/linux.git tags/mediatek-drm-fixes-5.14

Message

Chun-Kuang Hu Aug. 9, 2021, 3:06 p.m. UTC
Hi, Dave & Daniel:

This includes:

1. Fix dpi bridge bug.
2. Fix cursor plane no update.

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-fixes-5.14

for you to fetch changes up to 1a64a7aff8da352c9419de3d5c34343682916411:

  drm/mediatek: Fix cursor plane no update (2021-07-22 22:57:52 +0800)

----------------------------------------------------------------
Mediatek DRM Fixes for Linux 5.14

1. Fix dpi bridge bug.
2. Fix cursor plane no update.

----------------------------------------------------------------
Frank Wunderlich (1):
      drm/mediatek: dpi: Fix NULL dereference in mtk_dpi_bridge_atomic_check

Hsin-Yi Wang (1):
      drm/mediatek: mtk-dpi: Set out_fmt from config if not the last bridge

jason-jh.lin (1):
      drm/mediatek: Fix cursor plane no update

 drivers/gpu/drm/mediatek/mtk_dpi.c       |  6 +++-
 drivers/gpu/drm/mediatek/mtk_drm_crtc.c  |  3 --
 drivers/gpu/drm/mediatek/mtk_drm_plane.c | 60 ++++++++++++++++++--------------
 3 files changed, 39 insertions(+), 30 deletions(-)