linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v10 0/5] Fix degradation problem of alpha blending series
@ 2024-10-08  6:47 Jason-JH.Lin
  2024-10-08  6:47 ` [PATCH v10 1/5] drm/mediatek: ovl: Fix XRGB format breakage for blend_modes unsupported SoCs Jason-JH.Lin
                   ` (6 more replies)
  0 siblings, 7 replies; 17+ messages in thread
From: Jason-JH.Lin @ 2024-10-08  6:47 UTC (permalink / raw)
  To: Adam Thiede, Yassine Oudjana, Chun-Kuang Hu,
	AngeloGioacchino Del Regno
  Cc: Shawn Sung, Alper Nebi Yasak, dri-devel, linux-mediatek,
	linux-kernel, linux-arm-kernel, Jason-JH . Lin, Singo Chang,
	Nancy Lin, Project_Global_Chrome_Upstream_Group

Some SoCs do not support the ignore_pixl_alpha flag, which breaks the
XRGB8888 format. Some SoCs do not support pre-multiplied pixel formats
and extending configuration of OVL pre-multiplied color formats,
such as MT8173.

Fix the SoC degradation problem by this sreies.

---

Change in v10:
1. Fix the commit message and comment for OVL_CON_AEN

Change in v9:
1. Add the fix patch for the XRGB8888 downgrade issue of MT8173
2. Add the refine patch for ignore_pixel_alpha statement

Change in v8:
Remove blend_modes for not supported pre-multiplied SoCs to fix the
return error from drm_plane_create_blend_mode_property().

Change in v7:
1. Add the remove color format comment patch for OVL
2. Fix warning: 'const' type qualifier on return type has no effect

Chnage in v6:
1. Use blend_modes instead of function pointer in OVL
2. Use ethdr instead of mdp_rdma to get blend_modes
3. Add 0 checking for adding blend_mode property for mtk_plane

Change in v5:
Add fix patch for mtk_plane

Change in v4:
Add lost cases of mtk_ovl_fmt_convert_with_blend

Change in v3:
Change MACRO approach to function pointer in driver data

Change in v2:
Fix build error and typo

Change in v1:
Add fix patch for OVL unsupport color format settings by driver data

---

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

 drivers/gpu/drm/mediatek/mtk_crtc.c           |  1 +
 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       | 70 ++++++++++++++-----
 .../gpu/drm/mediatek/mtk_disp_ovl_adaptor.c   |  7 ++
 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 +-
 10 files changed, 92 insertions(+), 27 deletions(-)

-- 
2.43.0



^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2024-10-09  6:16 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-08  6:47 [PATCH v10 0/5] Fix degradation problem of alpha blending series Jason-JH.Lin
2024-10-08  6:47 ` [PATCH v10 1/5] drm/mediatek: ovl: Fix XRGB format breakage for blend_modes unsupported SoCs Jason-JH.Lin
2024-10-08  7:55   ` Markus Elfring
2024-10-09  1:34     ` Jason-JH Lin (林睿祥)
2024-10-09  3:22   ` CK Hu (胡俊光)
2024-10-08  6:47 ` [PATCH v10 2/5] drm/mediatek: ovl: Refine ignore_pixel_alpha comment and placement Jason-JH.Lin
2024-10-08  6:47 ` [PATCH v10 3/5] drm/mediatek: ovl: Remove the color format comment for ovl_fmt_convert() Jason-JH.Lin
2024-10-08  6:47 ` [PATCH v10 4/5] drm/mediatek: ovl: Add blend_modes to driver data Jason-JH.Lin
2024-10-08  8:16   ` Markus Elfring
2024-10-09  3:34     ` Jason-JH Lin (林睿祥)
2024-10-09  6:13       ` [v10 " Markus Elfring
2024-10-08  6:47 ` [PATCH v10 5/5] drm/mediatek: Add blend_modes to mtk_plane_init() for different SoCs Jason-JH.Lin
2024-10-08  6:52 ` [PATCH v10 0/5] Fix degradation problem of alpha blending series Chen-Yu Tsai
2024-10-08  7:07   ` Jason-JH Lin (林睿祥)
2024-10-08  7:17     ` Chen-Yu Tsai
2024-10-08  7:33 ` Markus Elfring
2024-10-09  1:33   ` Jason-JH Lin (林睿祥)

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).