[GIT PULL] mediatek drm fixes 20241028
Chun-Kuang Hu
chunkuang.hu at kernel.org
Mon Oct 28 06:58:46 PDT 2024
Hi, Dave & Daniel:
This includes:
1. Fix degradation problem of alpha blending
2. Fix color format MACROs in OVL
3. Fix get efuse issue for MT8188 DPTX
4. Fix potential NULL dereference in mtk_crtc_destroy()
5. Correct dpi power-domains property
6. Add split subschema property constraints
Regards,
Chun-Kuang.
The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:
Linux 6.12-rc1 (2024-09-29 15:06:19 -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-20241028
for you to fetch changes up to 3ad0edc46fb7668e75583ee6ebcce684f62ec4dc:
dt-bindings: display: mediatek: split: add subschema property constraints (2024-10-23 14:47:39 +0000)
----------------------------------------------------------------
Mediatek DRM Fixes - 20241028
1. Fix degradation problem of alpha blending
2. Fix color format MACROs in OVL
3. Fix get efuse issue for MT8188 DPTX
4. Fix potential NULL dereference in mtk_crtc_destroy()
5. Correct dpi power-domains property
6. Add split subschema property constraints
----------------------------------------------------------------
Dan Carpenter (1):
drm/mediatek: Fix potential NULL dereference in mtk_crtc_destroy()
Hsin-Te Yuan (1):
drm/mediatek: Fix color format MACROs in OVL
Jason-JH.Lin (5):
drm/mediatek: ovl: Fix XRGB format breakage for blend_modes unsupported SoCs
drm/mediatek: ovl: Refine ignore_pixel_alpha comment and placement
drm/mediatek: ovl: Remove the color format comment for ovl_fmt_convert()
drm/mediatek: ovl: Add blend_modes to driver data
drm/mediatek: Add blend_modes to mtk_plane_init() for different SoCs
Liankun Yang (1):
drm/mediatek: Fix get efuse issue for MT8188 DPTX
Macpaul Lin (1):
dt-bindings: display: mediatek: dpi: correct power-domains property
Moudy Ho (1):
dt-bindings: display: mediatek: split: add subschema property constraints
.../bindings/display/mediatek/mediatek,dpi.yaml | 24 +++---
.../bindings/display/mediatek/mediatek,split.yaml | 19 +++++
drivers/gpu/drm/mediatek/mtk_crtc.c | 4 +-
drivers/gpu/drm/mediatek/mtk_ddp_comp.c | 2 +
drivers/gpu/drm/mediatek/mtk_ddp_comp.h | 10 +++
drivers/gpu/drm/mediatek/mtk_disp_drv.h | 2 +
drivers/gpu/drm/mediatek/mtk_disp_ovl.c | 74 ++++++++++++++-----
drivers/gpu/drm/mediatek/mtk_disp_ovl_adaptor.c | 7 ++
drivers/gpu/drm/mediatek/mtk_dp.c | 85 +++++++++++++++++++++-
drivers/gpu/drm/mediatek/mtk_ethdr.c | 7 ++
drivers/gpu/drm/mediatek/mtk_ethdr.h | 1 +
drivers/gpu/drm/mediatek/mtk_plane.c | 15 ++--
drivers/gpu/drm/mediatek/mtk_plane.h | 4 +-
13 files changed, 208 insertions(+), 46 deletions(-)
More information about the Linux-mediatek
mailing list