On Wed, Sep 07, 2022 at 05:02:47PM -0300, Maíra Canal wrote: > 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@xxxxxxxxxx> > Acked-by: David Gow <davidgow@xxxxxxxxxx> Acked-by: Maxime Ripard <maxime@xxxxxxxxxx> Maxime