Re: [PATCH v2 5/7] drm/vkms: Add YUV support

2024-02-01 Thread Louis Chauvet
Le 10/01/24 - 14:44, Arthur Grillo a écrit : > Add support to the YUV formats bellow: > > - NV12 > - NV16 > - NV24 > - NV21 > - NV61 > - NV42 > - YUV420 > - YUV422 > - YUV444 > - YVU420 > - YVU422 > - YVU444 > > The conversion matrices of each encoding and range were obtained by > rounding the va

[PATCH v2 5/7] drm/vkms: Add YUV support

2024-01-10 Thread Arthur Grillo
Add support to the YUV formats bellow: - NV12 - NV16 - NV24 - NV21 - NV61 - NV42 - YUV420 - YUV422 - YUV444 - YVU420 - YVU422 - YVU444 The conversion matrices of each encoding and range were obtained by rounding the values of the original conversion matrices multiplied by 2^8. This is done to avo