Hi, Dave & Daniel:
This includes:
1. Fix scrolling of panel 2. Remove duplicated include 3. Use CPU when fail to get cmdq event 4. Add missing put_device() call
Regards, Chun-Kuang.
The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:
Linux 5.9-rc1 (2020-08-16 13:04:57 -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.9
for you to fetch changes up to 0680a622318b8d657323b94082f4b9a44038dfee:
drm/mediatek: Add missing put_device() call in mtk_hdmi_dt_parse_pdata() (2020-09-17 06:58:01 +0800)
---------------------------------------------------------------- Mediatek DRM Fixes for Linux 5.9
1. Fix scrolling of panel 2. Remove duplicated include 3. Use CPU when fail to get cmdq event 4. Add missing put_device() call
---------------------------------------------------------------- Chun-Kuang Hu (1): drm/mediatek: Use CPU when fail to get cmdq event
Jitao Shi (1): drm/mediatek: dsi: Fix scrolling of panel with small hfp or hbp
Wang Hai (1): drm/mediatek: Remove duplicated include
Yu Kuai (4): drm/mediatek: Add missing put_device() call in mtk_ddp_comp_init() drm/mediatek: Add exception handing in mtk_drm_probe() if component init fail drm/mediatek: Add missing put_device() call in mtk_drm_kms_init() drm/mediatek: Add missing put_device() call in mtk_hdmi_dt_parse_pdata()
drivers/gpu/drm/mediatek/mtk_drm_crtc.c | 20 +++++++++++++------- drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c | 1 + drivers/gpu/drm/mediatek/mtk_drm_drv.c | 19 +++++++++++++------ drivers/gpu/drm/mediatek/mtk_dsi.c | 9 ++++----- drivers/gpu/drm/mediatek/mtk_hdmi.c | 26 ++++++++++++++++++-------- 5 files changed, 49 insertions(+), 26 deletions(-)
dri-devel@lists.freedesktop.org