mbox series

[0/3] KUnit tests for RGB888, XRGB2101010 and grayscale

Message ID 20220816102903.276879-1-jose.exposito89@gmail.com (mailing list archive)
Headers show
Series KUnit tests for RGB888, XRGB2101010 and grayscale | expand

Message

José Expósito Aug. 16, 2022, 10:29 a.m. UTC
Hello everyone,

This series is a follow up on my work adding KUnit test to the XRGB8888
conversion functions. This time RGB888, XRGB2101010 and gray8 are added.

Best wishes,
Jose

José Expósito (3):
  drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_rgb888()
  drm/format-helper: Add KUnit tests for
    drm_fb_xrgb8888_to_xrgb2101010()
  drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_gray8()

 .../gpu/drm/tests/drm_format_helper_test.c    | 190 ++++++++++++++++++
 1 file changed, 190 insertions(+)

Comments

Maira Canal Aug. 16, 2022, 1:37 p.m. UTC | #1
Hi José,

Tested the whole series on UML, x86, i386 and PPC. All looks fine!

Tested-by: Maíra Canal <mairacanal@riseup.net>

Best Regards,
- Maíra Canal

On 8/16/22 07:29, José Expósito wrote:
> Hello everyone,
> 
> This series is a follow up on my work adding KUnit test to the XRGB8888
> conversion functions. This time RGB888, XRGB2101010 and gray8 are added.
> 
> Best wishes,
> Jose
> 
> José Expósito (3):
>    drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_rgb888()
>    drm/format-helper: Add KUnit tests for
>      drm_fb_xrgb8888_to_xrgb2101010()
>    drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_gray8()
> 
>   .../gpu/drm/tests/drm_format_helper_test.c    | 190 ++++++++++++++++++
>   1 file changed, 190 insertions(+)
>
José Expósito Aug. 28, 2022, 8:59 a.m. UTC | #2
On Tue, Aug 16, 2022 at 10:37:49AM -0300, Maíra Canal wrote:
> Hi José,
> 
> Tested the whole series on UML, x86, i386 and PPC. All looks fine!
> 
> Tested-by: Maíra Canal <mairacanal@riseup.net>
> 
> Best Regards,
> - Maíra Canal
> 
> On 8/16/22 07:29, José Expósito wrote:
> > Hello everyone,
> > 
> > This series is a follow up on my work adding KUnit test to the XRGB8888
> > conversion functions. This time RGB888, XRGB2101010 and gray8 are added.
> > 
> > Best wishes,
> > Jose
> > 
> > José Expósito (3):
> >    drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_rgb888()
> >    drm/format-helper: Add KUnit tests for
> >      drm_fb_xrgb8888_to_xrgb2101010()
> >    drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_gray8()
> > 
> >   .../gpu/drm/tests/drm_format_helper_test.c    | 190 ++++++++++++++++++
> >   1 file changed, 190 insertions(+)
> > 

Thanks a lot for testing the series Maíra and for the code review
David.

I added a note to my ToDo list to use KUNIT_EXPECT_MEMEQ once it gets
merged.

For the moment, I'll send v2 :)

Best wishes,
Jose