public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] KUnit tests for RGB888, XRGB2101010 and grayscale
@ 2022-08-28 16:45 José Expósito
  2022-08-28 16:45 ` [PATCH v3 1/3] drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_rgb888() José Expósito
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: José Expósito @ 2022-08-28 16:45 UTC (permalink / raw)
  To: javierm
  Cc: davidgow, dlatypov, tzimmermann, mripard, daniel, airlied,
	maarten.lankhorst, jani.nikula, maira.canal, isabbasso,
	magalilemes00, tales.aparecida, geert, dri-devel, kunit-dev,
	linux-kernel, José Expósito

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

v1 -> v2:

    Tested-by: Maíra Canal <mairacanal@riseup.net>
    Reviewed-by: David Gow <davidgow@google.com>

v2 -> v3:

    Export symbol drm_fb_xrgb8888_to_xrgb2101010()

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()

 drivers/gpu/drm/drm_format_helper.c           |   1 +
 .../gpu/drm/tests/drm_format_helper_test.c    | 190 ++++++++++++++++++
 2 files changed, 191 insertions(+)


base-commit: 61a9fa154d217c13eea90aa5bc635bc4b1fcb66e
-- 
2.25.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-09-19  6:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-28 16:45 [PATCH v3 0/3] KUnit tests for RGB888, XRGB2101010 and grayscale José Expósito
2022-08-28 16:45 ` [PATCH v3 1/3] drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_rgb888() José Expósito
2022-08-28 16:45 ` [PATCH v3 2/3] drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_xrgb2101010() José Expósito
2022-08-28 16:45 ` [PATCH v3 3/3] drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_gray8() José Expósito
2022-09-18 13:22 ` [PATCH v3 0/3] KUnit tests for RGB888, XRGB2101010 and grayscale José Expósito
2022-09-18 16:26   ` Maíra Canal
2022-09-19  6:29     ` José Expósito

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox