Re: [PATCH v6 08/14] drm/mediatek: Support "Pre-multiplied" alpha blending in OVL

2024-03-21 Thread 胡俊光

[PATCH v6 08/14] drm/mediatek: Support "Pre-multiplied" alpha blending in OVL

2024-03-21 Thread Shawn Sung
From: Hsiao Chien Sung Support "Pre-multiplied" blend mode on MediaTek's chips. Before this patch, only the "coverage" mode is supported. Please refer to the description of the commit "drm/mediatek: Support alpha blending in display driver" for more information. Signed-off-by: Hsiao Chien Sung