aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/selftests/drm_modeset_selftests.h
diff options
context:
space:
mode:
authorMaíra Canal <maira.canal@usp.br>2022-07-08 17:30:46 -0300
committerJavier Martinez Canillas <javierm@redhat.com>2022-07-11 13:59:55 +0200
commit93de485cd822d429e91f197a820f02ee57d38fd5 (patch)
tree60876775dec108d7a970d6dcbca92dfaa6f99d25 /drivers/gpu/drm/selftests/drm_modeset_selftests.h
parent9f0527d22a52ff3470d8bf0dc79cf42c0677c23c (diff)
drm: selftest: convert drm_rect selftest to KUnit
Considering the current adoption of the KUnit framework, convert the DRM rect selftest to the KUnit API. Co-developed-by: Carlos Veras <carlos.craveiro@usp.br> Signed-off-by: Carlos Veras <carlos.craveiro@usp.br> Co-developed-by: Matheus Vieira <matheus.vieira.g@usp.br> Signed-off-by: Matheus Vieira <matheus.vieira.g@usp.br> Tested-by: David Gow <davidgow@google.com> Acked-by: Daniel Latypov <dlatypov@google.com> Reviewed-by: Javier Martinez Canillas <javierm@redhat.com> Signed-off-by: Maíra Canal <maira.canal@usp.br> Signed-off-by: Javier Martinez Canillas <javierm@redhat.com> Link: https://patchwork.freedesktop.org/patch/msgid/20220708203052.236290-4-maira.canal@usp.br
Diffstat (limited to 'drivers/gpu/drm/selftests/drm_modeset_selftests.h')
-rw-r--r--drivers/gpu/drm/selftests/drm_modeset_selftests.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/gpu/drm/selftests/drm_modeset_selftests.h b/drivers/gpu/drm/selftests/drm_modeset_selftests.h
index 4787b3b70709..a3ca90307364 100644
--- a/drivers/gpu/drm/selftests/drm_modeset_selftests.h
+++ b/drivers/gpu/drm/selftests/drm_modeset_selftests.h
@@ -6,10 +6,6 @@
*
* Tests are executed in order by igt/drm_selftests_helper
*/
-selftest(drm_rect_clip_scaled_div_by_zero, igt_drm_rect_clip_scaled_div_by_zero)
-selftest(drm_rect_clip_scaled_not_clipped, igt_drm_rect_clip_scaled_not_clipped)
-selftest(drm_rect_clip_scaled_clipped, igt_drm_rect_clip_scaled_clipped)
-selftest(drm_rect_clip_scaled_signed_vs_unsigned, igt_drm_rect_clip_scaled_signed_vs_unsigned)
selftest(check_plane_state, igt_check_plane_state)
selftest(check_drm_format_block_width, igt_check_drm_format_block_width)
selftest(check_drm_format_block_height, igt_check_drm_format_block_height)