Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/xe/Kconfig: Select FB_CORE with FB_IOMEM_HELPERS
@ 2024-02-01  7:47 Thomas Hellström
  2024-02-01  7:51 ` ✓ CI.Patch_applied: success for " Patchwork
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Thomas Hellström @ 2024-02-01  7:47 UTC (permalink / raw)
  To: intel-xe; +Cc: Lucas De Marchi, Rodrigo Vivi

FB_IOMEM_HELPERS depends on FB_CORE.

Fixes: 44e694958b95 ("drm/xe/display: Implement display support")
Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Cc: Lucas De Marchi <lucas.demarchi@intel.com>
Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
---
 drivers/gpu/drm/xe/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/xe/Kconfig b/drivers/gpu/drm/xe/Kconfig
index e36ae1f0d885..e0bcf835e0a5 100644
--- a/drivers/gpu/drm/xe/Kconfig
+++ b/drivers/gpu/drm/xe/Kconfig
@@ -48,6 +48,7 @@ config DRM_XE
 config DRM_XE_DISPLAY
 	bool "Enable display support"
 	depends on DRM_XE && DRM_XE=m
+	select FB_CORE
 	select FB_IOMEM_HELPERS
 	select I2C
 	select I2C_ALGOBIT
-- 
2.43.0


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

end of thread, other threads:[~2024-02-01 16:34 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-01  7:47 [PATCH] drm/xe/Kconfig: Select FB_CORE with FB_IOMEM_HELPERS Thomas Hellström
2024-02-01  7:51 ` ✓ CI.Patch_applied: success for " Patchwork
2024-02-01  7:51 ` ✗ CI.checkpatch: warning " Patchwork
2024-02-01  7:52 ` ✓ CI.KUnit: success " Patchwork
2024-02-01  7:59 ` ✓ CI.Build: " Patchwork
2024-02-01  7:59 ` ✓ CI.Hooks: " Patchwork
2024-02-01  8:01 ` ✓ CI.checksparse: " Patchwork
2024-02-01  8:24 ` ✓ CI.BAT: " Patchwork
2024-02-01 16:33 ` [PATCH] " Lucas De Marchi

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