]> git.baikalelectronics.ru Git - kernel.git/commit
drm/tests: Change "igt_" prefix to "drm_test_"
authorMaíra Canal <mairacanal@riseup.net>
Sun, 11 Sep 2022 19:17:56 +0000 (16:17 -0300)
committerMaíra Canal <mairacanal@riseup.net>
Wed, 14 Sep 2022 16:53:33 +0000 (13:53 -0300)
commitaf41ede824539d26e6f1cf7206451fb56559ae51
tree319942f5c8b47f2626a79a5d59bf12cd539237d5
parent5ce1e90e2fe98bbb019db906497322a54d92db87
drm/tests: Change "igt_" prefix to "drm_test_"

With the introduction of KUnit, IGT is no longer the only option to run
the DRM unit tests, as the tests can be run through kunit-tool or on
real hardware with CONFIG_KUNIT.

Therefore, remove the "igt_" prefix from the tests and replace it with
the "drm_test_" prefix, making the tests' names independent from the tool
used.

Signed-off-by: Maíra Canal <mairacanal@riseup.net>
Acked-by: David Gow <davidgow@google.com>
Acked-by: Maxime Ripard <maxime@cerno.tech>
Link: https://patchwork.freedesktop.org/patch/msgid/20220911191756.203118-2-mairacanal@riseup.net
drivers/gpu/drm/tests/drm_buddy_test.c
drivers/gpu/drm/tests/drm_cmdline_parser_test.c
drivers/gpu/drm/tests/drm_damage_helper_test.c
drivers/gpu/drm/tests/drm_dp_mst_helper_test.c
drivers/gpu/drm/tests/drm_format_helper_test.c
drivers/gpu/drm/tests/drm_format_test.c
drivers/gpu/drm/tests/drm_mm_test.c
drivers/gpu/drm/tests/drm_plane_helper_test.c
drivers/gpu/drm/tests/drm_rect_test.c