drm/tests: Add KUnit tests for drm_fb_memcpy()
authorArthur Grillo <arthurgrillo@riseup.net>
Mon, 14 Aug 2023 22:12:05 +0000 (19:12 -0300)
committerMaíra Canal <mairacanal@riseup.net>
Sat, 26 Aug 2023 14:36:17 +0000 (11:36 -0300)
commitbb7f98db31b3d4aac30d8b5d1a8f81f738664add
treebd4bd15a056418b52dc3d25f8fee7c75f157ce65
parentaf4fd86a5c2152131852eaf7f5d1598d9483c3d1
drm/tests: Add KUnit tests for drm_fb_memcpy()

Insert parameterized test for the drm_fb_memcpy() to ensure correctness
and prevent future regressions. The test case can accept different
formats.

Signed-off-by: Arthur Grillo <arthurgrillo@riseup.net>
Signed-off-by: Maíra Canal <mairacanal@riseup.net>
Link: https://patchwork.freedesktop.org/patch/msgid/20230814-gsoc-drm-format-test-v2-v3-6-bd3e9f9bc2fb@riseup.net
drivers/gpu/drm/tests/drm_format_helper_test.c