Re: [PATCH v3 0/4] drm: lcdif: Improve YUV support

2022-10-15 Thread Marek Vasut
On 9/29/22 22:42, Laurent Pinchart wrote: Hello, This small patch series improves YUV support in the i.MX8MP LCDIF driver. After patches 1/4 and 2/4 that fix tiny cosmetic issues, patch 3/4 fixes YUV quantization range for the RGB to YUV conversion. Patch 4/4 addresses the other direction and ad

[PATCH v3 0/4] drm: lcdif: Improve YUV support

2022-09-29 Thread Laurent Pinchart
Hello, This small patch series improves YUV support in the i.MX8MP LCDIF driver. After patches 1/4 and 2/4 that fix tiny cosmetic issues, patch 3/4 fixes YUV quantization range for the RGB to YUV conversion. Patch 4/4 addresses the other direction and adds support for YUV planes. Please see indiv