public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/2] Fix degradation problem of alpha blending series
@ 2024-09-25 10:19 Jason-JH.Lin
  2024-09-25 10:19 ` [PATCH v5 1/2] drm/mediatek: ovl: Add fmt_convert function pointer to driver data Jason-JH.Lin
  2024-09-25 10:19 ` [PATCH v5 2/2] drm/mediatek: Add blend_modes to mtk_plane_init() for different SoCs Jason-JH.Lin
  0 siblings, 2 replies; 11+ messages in thread
From: Jason-JH.Lin @ 2024-09-25 10:19 UTC (permalink / raw)
  To: Alper Nebi Yasak, Chun-Kuang Hu, AngeloGioacchino Del Regno
  Cc: Shawn Sung, dri-devel, linux-mediatek, linux-kernel,
	linux-arm-kernel, Jason-JH . Lin, Singo Chang, Nancy Lin,
	Project_Global_Chrome_Upstream_Group, Jason-jh Lin

From: Jason-jh Lin <jason-jh.lin@mediatek.corp-partner.google.com>

Some SoCs 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 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 (2):
  drm/mediatek: ovl: Add fmt_convert function pointer 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       |  3 +
 drivers/gpu/drm/mediatek/mtk_disp_ovl.c       | 93 +++++++++++++++++--
 .../gpu/drm/mediatek/mtk_disp_ovl_adaptor.c   |  7 ++
 drivers/gpu/drm/mediatek/mtk_mdp_rdma.c       |  8 ++
 drivers/gpu/drm/mediatek/mtk_plane.c          |  9 +-
 drivers/gpu/drm/mediatek/mtk_plane.h          |  4 +-
 9 files changed, 122 insertions(+), 15 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2024-10-02  5:34 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-25 10:19 [PATCH v5 0/2] Fix degradation problem of alpha blending series Jason-JH.Lin
2024-09-25 10:19 ` [PATCH v5 1/2] drm/mediatek: ovl: Add fmt_convert function pointer to driver data Jason-JH.Lin
2024-09-25 10:19 ` [PATCH v5 2/2] drm/mediatek: Add blend_modes to mtk_plane_init() for different SoCs Jason-JH.Lin
2024-09-26  2:34   ` CK Hu (胡俊光)
2024-09-26  8:28     ` Jason-JH Lin (林睿祥)
2024-09-26  8:37   ` AngeloGioacchino Del Regno
2024-09-26  9:42     ` Jason-JH Lin (林睿祥)
2024-09-26  9:43       ` AngeloGioacchino Del Regno
2024-09-26  9:03   ` kernel test robot
2024-09-28 21:58   ` kernel test robot
2024-10-02  5:34   ` kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox