Re: [PATCH v2 9/9] drm/vkms: Create KUnit tests for YUV conversions

2024-02-27 Thread Louis Chauvet
Le 26/02/24 - 13:39, Arthur Grillo a écrit : > > > On 23/02/24 08:37, Louis Chauvet wrote: > > From: Arthur Grillo > > > > Create KUnit tests to test the conversion between YUV and RGB. Test each > > conversion and range combination with some common colors. > > > > Signed-off-by: Arthur Grillo

Re: [PATCH v2 9/9] drm/vkms: Create KUnit tests for YUV conversions

2024-02-26 Thread Arthur Grillo
On 23/02/24 08:37, Louis Chauvet wrote: > From: Arthur Grillo > > Create KUnit tests to test the conversion between YUV and RGB. Test each > conversion and range combination with some common colors. > > Signed-off-by: Arthur Grillo > [Louis Chauvet: fix minor formating issues (whitespace, do

[PATCH v2 9/9] drm/vkms: Create KUnit tests for YUV conversions

2024-02-23 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. Signed-off-by: Arthur Grillo [Louis Chauvet: fix minor formating issues (whitespace, double line)] Signed-off-by: Louis Chauvet --- drivers/gp