On Tue, 01 Jul 2025, Ruben Wauters <rubenr...@aol.com> wrote: > DRM_DEBUG_SELFTEST was replaced with DRM_KUNIT_TEST. > > This patch replaces the select in Kconfig.debug to use the replacement.
Why? That's the most important questions the commit messages should answer. BR, Jani. > > Signed-off-by: Ruben Wauters <rubenr...@aol.com> > --- > drivers/gpu/drm/i915/Kconfig.debug | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/i915/Kconfig.debug > b/drivers/gpu/drm/i915/Kconfig.debug > index 1852e0804942..b15b1cecb3aa 100644 > --- a/drivers/gpu/drm/i915/Kconfig.debug > +++ b/drivers/gpu/drm/i915/Kconfig.debug > @@ -50,7 +50,7 @@ config DRM_I915_DEBUG > select DRM_VGEM # used by igt/prime_vgem (dmabuf interop checks) > select DRM_DEBUG_MM if DRM=y > select DRM_EXPORT_FOR_TESTS if m > - select DRM_DEBUG_SELFTEST > + select DRM_KUNIT_TEST > select DMABUF_SELFTESTS > select SW_SYNC # signaling validation framework (igt/syncobj*) > select DRM_I915_WERROR -- Jani Nikula, Intel