Re: [PATCH v4 0/5] Support alpha blending in MTK display driver

2024-09-15 Thread 宋孝謙

Re: [PATCH v4 0/5] Support alpha blending in MTK display driver

2024-09-14 Thread 林睿祥

Re: [PATCH v4 0/5] Support alpha blending in MTK display driver

2024-09-13 Thread AngeloGioacchino Del Regno
Il 13/09/24 07:40, Alper Nebi Yasak ha scritto: Hi, On 2024-09-13 05:56 +03:00, Jason-JH Lin (林睿祥) wrote: Hi Alper, I think that's a platform issue because it works find in my MT8188 platform, but I don't have any MT8173 platform. Can you help me test the fix patch in your MT8173 platform? I'

Re: [PATCH v4 0/5] Support alpha blending in MTK display driver

2024-09-12 Thread Alper Nebi Yasak
Hi, On 2024-09-13 05:56 +03:00, Jason-JH Lin (林睿祥) wrote: > Hi Alper, > > I think that's a platform issue because it works find in my MT8188 > platform, but I don't have any MT8173 platform. > > Can you help me test the fix patch in your MT8173 platform? > I'll provide a fix patch in 2 weeks via

Re: [PATCH v4 0/5] Support alpha blending in MTK display driver

2024-09-12 Thread 林睿祥

Re: [PATCH v4 0/5] Support alpha blending in MTK display driver

2024-09-12 Thread 宋孝謙

Re: [PATCH v4 0/5] Support alpha blending in MTK display driver

2024-09-12 Thread 胡俊光

Re: [PATCH v4 0/5] Support alpha blending in MTK display driver

2024-09-12 Thread Alper Nebi Yasak
Hi, On 2024-07-31 16:34 +03:00, Chun-Kuang Hu wrote: > Hi, Shawn: > > Hsiao Chien Sung via B4 Relay > 於 2024年7月17日 週三 下午1:24寫道: >> >> Support "Pre-multiplied" and "None" blend mode on MediaTek's chips by >> adding correct blend mode property when the planes init. >> Before this patch, only the "

Re: [PATCH v4 0/5] Support alpha blending in MTK display driver

2024-08-01 Thread 宋孝謙

Re: [PATCH v4 0/5] Support alpha blending in MTK display driver

2024-07-31 Thread Chun-Kuang Hu
Hi, Shawn: Hsiao Chien Sung via B4 Relay 於 2024年7月17日 週三 下午1:24寫道: > > Support "Pre-multiplied" and "None" blend mode on MediaTek's chips by > adding correct blend mode property when the planes init. > Before this patch, only the "Coverage" mode (default) is supported. For the whole series, appl

[PATCH v4 0/5] Support alpha blending in MTK display driver

2024-07-16 Thread Hsiao Chien Sung via B4 Relay
Support "Pre-multiplied" and "None" blend mode on MediaTek's chips by adding correct blend mode property when the planes init. Before this patch, only the "Coverage" mode (default) is supported. Signed-off-by: Hsiao Chien Sung --- Changes in v4: - Add more information to the commit message - Link