Re: [PATCH v18 6/8] drm/vkms: Create KUnit tests for YUV conversions

2025-05-27 Thread Maxime Ripard
On Tue, May 27, 2025 at 03:36:16PM +0200, Louis Chauvet wrote: > > > Le 22/05/2025 à 17:39, Maxime Ripard a écrit : > > On Mon, May 12, 2025 at 03:07:55PM +0200, Louis Chauvet wrote: > > > Hi Maxime, > > > > > > Did you have the time to look at this patch? > > > > > > Pekka added his Acked-by,

Re: [PATCH v18 6/8] drm/vkms: Create KUnit tests for YUV conversions

2025-05-27 Thread Louis Chauvet
Le 22/05/2025 à 17:39, Maxime Ripard a écrit : On Mon, May 12, 2025 at 03:07:55PM +0200, Louis Chauvet wrote: Hi Maxime, Did you have the time to look at this patch? Pekka added his Acked-by, but as you made some remarks about this patch, I would like to have your validation before applying

Re: [PATCH v18 6/8] drm/vkms: Create KUnit tests for YUV conversions

2025-05-22 Thread Maxime Ripard
On Mon, May 12, 2025 at 03:07:55PM +0200, Louis Chauvet wrote: > Hi Maxime, > > Did you have the time to look at this patch? > > Pekka added his Acked-by, but as you made some remarks about this patch, I > would like to have your validation before applying it. Yep, thank you Acked-by: Maxime Ri

Re: [PATCH v18 6/8] drm/vkms: Create KUnit tests for YUV conversions

2025-05-12 Thread Louis Chauvet
Hi Maxime, Did you have the time to look at this patch? Pekka added his Acked-by, but as you made some remarks about this patch, I would like to have your validation before applying it. Thanks a lot, Louis Chauvet Le 15/04/2025 à 15:55, Louis Chauvet a écrit : From: Arthur Grillo Create K

[PATCH v18 6/8] drm/vkms: Create KUnit tests for YUV conversions

2025-04-15 Thread Louis Chauvet
From: Arthur Grillo Create KUnit tests to test the conversion between YUV and RGB. Test each conversion and range combination with some common colors. The code used to compute the expected result can be found in comment. [Louis Chauvet: - fix minor formating issues (whitespace, double line) - c