All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] KUnit tests for drm_format_helper
@ 2022-06-06  9:55 ` José Expósito
  0 siblings, 0 replies; 26+ messages in thread
From: José Expósito @ 2022-06-06  9:55 UTC (permalink / raw)
  To: javierm
  Cc: davidgow, airlied, dlatypov, linux-kernel, dri-devel, tzimmermann,
	José Expósito, kunit-dev

Hello everyone,

Recently Javier added a new task in the ToDo list [1] to create KUnit
tests for the functions present in "drm_format_helper".

This patch includes the changes suggested in the RFC version [2].

Best wishes,
José Expósito

[1] https://cgit.freedesktop.org/drm/drm-misc/commit/?id=596c35b1440e
[2] https://lore.kernel.org/dri-devel/20220530102017.471865-1-jose.exposito89@gmail.com/T/

José Expósito (1):
  drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_rgb332()

 drivers/gpu/drm/.kunitconfig             |   3 +
 drivers/gpu/drm/Kconfig                  |  16 +++
 drivers/gpu/drm/Makefile                 |   2 +
 drivers/gpu/drm/drm_format_helper_test.c | 166 +++++++++++++++++++++++
 4 files changed, 187 insertions(+)
 create mode 100644 drivers/gpu/drm/.kunitconfig
 create mode 100644 drivers/gpu/drm/drm_format_helper_test.c

-- 
2.25.1


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

end of thread, other threads:[~2022-06-07 19:14 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-06  9:55 [PATCH 0/1] KUnit tests for drm_format_helper José Expósito
2022-06-06  9:55 ` José Expósito
2022-06-06  9:55 ` [PATCH 1/1] drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_rgb332() José Expósito
2022-06-06  9:55   ` José Expósito
2022-06-06 13:40   ` Javier Martinez Canillas
2022-06-06 13:40     ` Javier Martinez Canillas
2022-06-06 16:30     ` José Expósito
2022-06-06 16:30       ` José Expósito
2022-06-06 13:42   ` Maxime Ripard
2022-06-06 13:42     ` Maxime Ripard
2022-06-06 13:49     ` Javier Martinez Canillas
2022-06-06 13:49       ` Javier Martinez Canillas
2022-06-06 13:52       ` Maxime Ripard
2022-06-06 13:52         ` Maxime Ripard
2022-06-06 13:57         ` Javier Martinez Canillas
2022-06-06 13:57           ` Javier Martinez Canillas
2022-06-06 14:09           ` Maxime Ripard
2022-06-06 14:09             ` Maxime Ripard
2022-06-06 14:19           ` Daniel Latypov
2022-06-06 14:19             ` Daniel Latypov
2022-06-06 14:44             ` Javier Martinez Canillas
2022-06-06 14:44               ` Javier Martinez Canillas
2022-06-07  7:22   ` Thomas Zimmermann
2022-06-07  7:22     ` Thomas Zimmermann
2022-06-07 17:54     ` José Expósito
2022-06-07 17:54       ` José Expósito

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.