All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Thomas Hellström" <thomas.hellstrom@linux.intel.com>
To: intel-xe@lists.freedesktop.org
Subject: [Intel-xe] [PATCH 1/2] drm/xe/tests: Remove CONFIG_FB dependency
Date: Thu,  2 Mar 2023 13:42:57 +0100	[thread overview]
Message-ID: <20230302124258.91081-2-thomas.hellstrom@linux.intel.com> (raw)
In-Reply-To: <20230302124258.91081-1-thomas.hellstrom@linux.intel.com>

We currently don't have any tests that explicitly depends on this
config option, so remove that build dependency.

Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
---
 drivers/gpu/drm/xe/Kconfig.debug | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/xe/Kconfig.debug b/drivers/gpu/drm/xe/Kconfig.debug
index 9c773dd74cbd..565be3f6b9b9 100644
--- a/drivers/gpu/drm/xe/Kconfig.debug
+++ b/drivers/gpu/drm/xe/Kconfig.debug
@@ -64,7 +64,6 @@ config DRM_XE_SIMPLE_ERROR_CAPTURE
 config DRM_XE_KUNIT_TEST
         tristate "KUnit tests for the drm xe driver" if !KUNIT_ALL_TESTS
 	depends on DRM_XE && KUNIT && DEBUG_FS
-	depends on FB && FB = DRM_KMS_HELPER && DRM_FBDEV_EMULATION
 	default KUNIT_ALL_TESTS
 	select DRM_EXPORT_FOR_TESTS if m
 	help
-- 
2.39.2


  reply	other threads:[~2023-03-02 12:43 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-02 12:42 [Intel-xe] [PATCH 0/2] Fix kunit test building and missing memory reference Thomas Hellström
2023-03-02 12:42 ` Thomas Hellström [this message]
2023-03-02 13:06   ` [Intel-xe] [PATCH 1/2] drm/xe/tests: Remove CONFIG_FB dependency Matthew Auld
2023-03-07 13:47     ` Thomas Hellström
2023-03-02 12:42 ` [Intel-xe] [PATCH 2/2] drm/xe/tests: Grab a memory access reference around the migrate sanity test Thomas Hellström
2023-03-02 13:06   ` Matthew Auld
2023-03-03  6:20   ` Niranjana Vishwanathapura
2023-03-02 13:38 ` [Intel-xe] ✓ CI.Patch_applied: success for Fix kunit test building and missing memory reference Patchwork
2023-03-02 13:39 ` [Intel-xe] ✓ CI.KUnit: " Patchwork
2023-03-02 13:43 ` [Intel-xe] ✓ CI.Build: " Patchwork
2023-03-03 13:37 ` [Intel-xe] ✓ CI.Patch_applied: " Patchwork
2023-03-03 13:38 ` [Intel-xe] ✓ CI.KUnit: " Patchwork
2023-03-03 13:41 ` [Intel-xe] ✗ CI.Build: failure " Patchwork
2023-03-03 13:48 ` [Intel-xe] ✓ CI.Patch_applied: success " Patchwork
2023-03-03 13:49 ` [Intel-xe] ✓ CI.KUnit: " Patchwork
2023-03-03 13:53 ` [Intel-xe] ✓ CI.Build: " Patchwork

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230302124258.91081-2-thomas.hellstrom@linux.intel.com \
    --to=thomas.hellstrom@linux.intel.com \
    --cc=intel-xe@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.