Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Imre Deak <imre.deak@intel.com>
To: intel-xe@lists.freedesktop.org, intel-gfx@lists.freedesktop.org
Cc: Suraj Kandpal <suraj.kandpal@intel.com>,
	Lucas De Marchi <lucas.demarchi@intel.com>
Subject: [PATCH] drm/xe/dp: Fix non-display builds with DP tunnelling incorrectly enabled
Date: Fri, 17 Jan 2025 17:38:43 +0200	[thread overview]
Message-ID: <20250117153843.1312303-1-imre.deak@intel.com> (raw)

Code for the DP tunnelling functionality in the xe driver can be
built only if the display code is also built, adjust the kconfig
dependency accordingly.

Cc: Suraj Kandpal <suraj.kandpal@intel.com>
Fixes: 73900dce57e4 ("drm/xe/dp: Enable DP tunneling")
Reported-by: Lucas De Marchi <lucas.demarchi@intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
---
 drivers/gpu/drm/xe/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/xe/Kconfig b/drivers/gpu/drm/xe/Kconfig
index 50cf80df51900..99219c16e8aac 100644
--- a/drivers/gpu/drm/xe/Kconfig
+++ b/drivers/gpu/drm/xe/Kconfig
@@ -61,7 +61,7 @@ config DRM_XE_DISPLAY
 
 config DRM_XE_DP_TUNNEL
 	bool "Enable DP tunnel support"
-	depends on DRM_XE
+	depends on DRM_XE_DISPLAY
 	depends on USB4
 	select DRM_DISPLAY_DP_TUNNEL
 	default y
-- 
2.44.2


             reply	other threads:[~2025-01-17 15:37 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-17 15:38 Imre Deak [this message]
2025-01-17 16:23 ` ✓ CI.Patch_applied: success for drm/xe/dp: Fix non-display builds with DP tunnelling incorrectly enabled Patchwork
2025-01-17 16:23 ` ✗ CI.checkpatch: warning " Patchwork
2025-01-17 16:24 ` ✓ CI.KUnit: success " Patchwork
2025-01-17 16:43 ` ✓ CI.Build: " Patchwork
2025-01-17 16:45 ` ✓ CI.Hooks: " Patchwork
2025-01-17 16:46 ` ✓ CI.checksparse: " Patchwork
2025-01-17 17:14 ` ✓ Xe.CI.BAT: " Patchwork
2025-01-18  2:01 ` ✗ Xe.CI.Full: failure " Patchwork
2025-01-21  4:37 ` [PATCH] " Kandpal, Suraj
2025-01-21 14:57   ` Imre Deak

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=20250117153843.1312303-1-imre.deak@intel.com \
    --to=imre.deak@intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=intel-xe@lists.freedesktop.org \
    --cc=lucas.demarchi@intel.com \
    --cc=suraj.kandpal@intel.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox