Re: [PATCH] drm/i915: replace DRM_DEBUG_SELFTEST with DRM_KUNIT_TEST

2025-07-01 Thread Ruben Wauters
On Tue, 2025-07-01 at 09:28 +0300, Jani Nikula wrote: > On Tue, 01 Jul 2025, Ruben Wauters 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 m

Re: [PATCH] drm/i915: replace DRM_DEBUG_SELFTEST with DRM_KUNIT_TEST

2025-06-30 Thread Jani Nikula
On Tue, 01 Jul 2025, Ruben Wauters 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 >

[PATCH] drm/i915: replace DRM_DEBUG_SELFTEST with DRM_KUNIT_TEST

2025-06-30 Thread Ruben Wauters
DRM_DEBUG_SELFTEST was replaced with DRM_KUNIT_TEST. This patch replaces the select in Kconfig.debug to use the replacement. Signed-off-by: Ruben Wauters --- drivers/gpu/drm/i915/Kconfig.debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/Kconfig.debug

Re: [PATCH] drm/i915: replace DRM_DEBUG_SELFTEST with DRM_KUNIT_TEST

2025-06-30 Thread Ruben Wauters
On Tue, 2025-07-01 at 03:50 +0100, Ruben Wauters wrote: > DRM_DEBUG_SELFTEST was replaced with DRM_KUNIT_TEST. > > This patch replaces the select in Kconfig.debug to use the > replacement. > > Signed-off-by: Ruben Wauters > --- >  drivers/gpu/drm/i915/Kconfig.debug | 2 +- >  1 file changed, 1 in