mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] drm/i915: replace DRM_DEBUG_SELFTEST with DRM_KUNIT_TEST
       [not found] <20250701025426.262129-1-rubenru09.ref@aol.com>
@ 2025-07-01  2:50 ` Ruben Wauters
  2025-07-01  2:59   ` Ruben Wauters
  2025-07-01  6:28   ` Jani Nikula
  0 siblings, 2 replies; 4+ messages in thread
From: Ruben Wauters @ 2025-07-01  2:50 UTC (permalink / raw)
  To: Jani Nikula, Joonas Lahtinen, Rodrigo Vivi, Tvrtko Ursulin,
	David Airlie, Simona Vetter
  Cc: Ruben Wauters, intel-gfx, dri-devel, linux-kernel, kernel-janitors

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 <rubenru09@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
-- 
2.48.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] drm/i915: replace DRM_DEBUG_SELFTEST with DRM_KUNIT_TEST
  2025-07-01  2:50 ` [PATCH] drm/i915: replace DRM_DEBUG_SELFTEST with DRM_KUNIT_TEST Ruben Wauters
@ 2025-07-01  2:59   ` Ruben Wauters
  2025-07-01  6:28   ` Jani Nikula
  1 sibling, 0 replies; 4+ messages in thread
From: Ruben Wauters @ 2025-07-01  2:59 UTC (permalink / raw)
  To: Jani Nikula, Joonas Lahtinen, Rodrigo Vivi, Tvrtko Ursulin,
	David Airlie, Simona Vetter
  Cc: intel-gfx, dri-devel, linux-kernel, kernel-janitors

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 <rubenru09@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


(apologies I appear to have mistyped an email, I am sending it via a
reply with the correct email included, please let me know if you'd
rather I resend it)

Ruben Wauters

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] drm/i915: replace DRM_DEBUG_SELFTEST with DRM_KUNIT_TEST
  2025-07-01  2:50 ` [PATCH] drm/i915: replace DRM_DEBUG_SELFTEST with DRM_KUNIT_TEST Ruben Wauters
  2025-07-01  2:59   ` Ruben Wauters
@ 2025-07-01  6:28   ` Jani Nikula
  2025-07-01 11:46     ` Ruben Wauters
  1 sibling, 1 reply; 4+ messages in thread
From: Jani Nikula @ 2025-07-01  6:28 UTC (permalink / raw)
  To: Ruben Wauters, Joonas Lahtinen, Rodrigo Vivi, Tvrtko Ursulin,
	David Airlie, Simona Vetter
  Cc: Ruben Wauters, intel-gfx, dri-devel, linux-kernel, kernel-janitors

On Tue, 01 Jul 2025, Ruben Wauters <rubenru09@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 <rubenru09@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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] drm/i915: replace DRM_DEBUG_SELFTEST with DRM_KUNIT_TEST
  2025-07-01  6:28   ` Jani Nikula
@ 2025-07-01 11:46     ` Ruben Wauters
  0 siblings, 0 replies; 4+ messages in thread
From: Ruben Wauters @ 2025-07-01 11:46 UTC (permalink / raw)
  To: Jani Nikula, Joonas Lahtinen, Rodrigo Vivi, Tvrtko Ursulin,
	David Airlie, Simona Vetter
  Cc: intel-gfx, dri-devel, linux-kernel, kernel-janitors

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

Sorry, I wrote the commit message quite late at night and forgot to
include a lot of information, I will send a v2 with more information in
the message.

> BR,
> Jani.
> 
> > 
> > Signed-off-by: Ruben Wauters <rubenru09@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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-07-01 11:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20250701025426.262129-1-rubenru09.ref@aol.com>
2025-07-01  2:50 ` [PATCH] drm/i915: replace DRM_DEBUG_SELFTEST with DRM_KUNIT_TEST Ruben Wauters
2025-07-01  2:59   ` Ruben Wauters
2025-07-01  6:28   ` Jani Nikula
2025-07-01 11:46     ` Ruben Wauters

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®