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)
commit961bcdf956a4645745407a5d919be8757549b062
tree319942f5c8b47f2626a79a5d59bf12cd539237d5
parentb167259a12f2c49e82cbd077499df85117177a39
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