All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-xe] [RFC PATCH] drm/xe/display: Select some missing configs
@ 2023-09-15 18:06 Thomas Hellström
  2023-09-15 19:43 ` [Intel-xe] ✓ CI.Patch_applied: success for " Patchwork
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Thomas Hellström @ 2023-09-15 18:06 UTC (permalink / raw)
  To: intel-xe

When selecting CONFIG_XE_DISPLAY, the following missing symbols can be
seen unless something else has selected the corresponding configs.

ERROR: modpost: "cfb_copyarea" [drivers/gpu/drm/xe/xe.ko] undefined!
ERROR: modpost: "cfb_fillrect" [drivers/gpu/drm/xe/xe.ko] undefined!
ERROR: modpost: "cfb_imageblit" [drivers/gpu/drm/xe/xe.ko] undefined

Make sure these are included in the Xe Display build.

Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
---
 drivers/gpu/drm/xe/Kconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/gpu/drm/xe/Kconfig b/drivers/gpu/drm/xe/Kconfig
index 096bd066afa8..ed2dd73f153b 100644
--- a/drivers/gpu/drm/xe/Kconfig
+++ b/drivers/gpu/drm/xe/Kconfig
@@ -45,6 +45,9 @@ config DRM_XE
 config DRM_XE_DISPLAY
 	bool "Enable display support"
 	depends on DRM_XE && EXPERT
+	select FB_CFB_COPYAREA
+	select FB_CFB_FILLRECT
+	select FB_CFB_IMAGEBLIT
 	select I2C
 	select I2C_ALGOBIT
 	default y
-- 
2.41.0


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

end of thread, other threads:[~2023-09-18 15:42 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-15 18:06 [Intel-xe] [RFC PATCH] drm/xe/display: Select some missing configs Thomas Hellström
2023-09-15 19:43 ` [Intel-xe] ✓ CI.Patch_applied: success for " Patchwork
2023-09-15 19:43 ` [Intel-xe] ✓ CI.checkpatch: " Patchwork
2023-09-15 19:44 ` [Intel-xe] ✓ CI.KUnit: " Patchwork
2023-09-15 19:51 ` [Intel-xe] ✓ CI.Build: " Patchwork
2023-09-15 19:51 ` [Intel-xe] ✗ CI.Hooks: failure " Patchwork
2023-09-15 19:53 ` [Intel-xe] ✓ CI.checksparse: success " Patchwork
2023-09-15 20:24 ` [Intel-xe] ✓ CI.BAT: " Patchwork
2023-09-18 14:17 ` [Intel-xe] [RFC PATCH] " Maarten Lankhorst
2023-09-18 14:18   ` Thomas Hellström
2023-09-18 15:42     ` Lucas De Marchi

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.