Re: [PATCH v11 0/5] Fix degradation problem of alpha blending series

2024-10-22 Thread Chun-Kuang Hu
Hi, Jason: Jason-JH.Lin 於 2024年10月9日 週三 上午11:46寫道: > > Some SoCs do not support the ignore_pixl_alpha flag, which breaks the > XRGB format. Some SoCs do not support pre-multiplied pixel formats > and extending configuration of OVL pre-multiplied color formats, > such as MT8173. > > Fix the So

[PATCH v11 0/5] Fix degradation problem of alpha blending series

2024-10-08 Thread Jason-JH . Lin
Some SoCs do not support the ignore_pixl_alpha flag, which breaks the XRGB 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 series. Tested-by: Chen-Yu Tsai --