Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/xe/dp: Fix non-display builds with DP tunnelling incorrectly enabled
@ 2025-01-17 15:38 Imre Deak
  2025-01-17 16:23 ` ✓ CI.Patch_applied: success for " Patchwork
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Imre Deak @ 2025-01-17 15:38 UTC (permalink / raw)
  To: intel-xe, intel-gfx; +Cc: Suraj Kandpal, Lucas De Marchi

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


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

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

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-17 15:38 [PATCH] drm/xe/dp: Fix non-display builds with DP tunnelling incorrectly enabled Imre Deak
2025-01-17 16:23 ` ✓ CI.Patch_applied: success for " 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

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