From: "Thomas Hellström" <thomas.hellstrom@linux.intel.com>
To: intel-xe@lists.freedesktop.org
Subject: [Intel-xe] [PATCH] fixup! drm/xe/display: Implement display support
Date: Tue, 19 Sep 2023 10:36:27 +0200 [thread overview]
Message-ID: <20230919083627.10955-1-thomas.hellstrom@linux.intel.com> (raw)
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.
v2:
- Use "select FB_IOMEM_HELPERS" (Maarten Lankhorst)
Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Reviewed-by: Maarten Lankhorst <maarten.lankhorst@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 096bd066afa8..d57181ff47e6 100644
--- a/drivers/gpu/drm/xe/Kconfig
+++ b/drivers/gpu/drm/xe/Kconfig
@@ -45,6 +45,7 @@ config DRM_XE
config DRM_XE_DISPLAY
bool "Enable display support"
depends on DRM_XE && EXPERT
+ select FB_IOMEM_HELPERS
select I2C
select I2C_ALGOBIT
default y
--
2.41.0
next reply other threads:[~2023-09-19 8:36 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-19 8:36 Thomas Hellström [this message]
2023-09-19 8:39 ` [Intel-xe] ✓ CI.Patch_applied: success for fixup! drm/xe/display: Implement display support (rev6) Patchwork
2023-09-19 8:39 ` [Intel-xe] ✓ CI.checkpatch: " Patchwork
2023-09-19 8:40 ` [Intel-xe] ✓ CI.KUnit: " Patchwork
2023-09-19 8:47 ` [Intel-xe] ✓ CI.Build: " Patchwork
2023-09-19 8:48 ` [Intel-xe] ✓ CI.Hooks: " Patchwork
2023-09-19 8:49 ` [Intel-xe] ✓ CI.checksparse: " Patchwork
2023-09-19 9:20 ` [Intel-xe] ✓ CI.BAT: " Patchwork
-- strict thread matches above, loose matches on Subject: below --
2023-08-01 14:36 [Intel-xe] [PATCH] fixup! drm/xe/display: Implement display support Rodrigo Vivi
2023-08-08 10:48 ` Jani Nikula
2023-07-04 15:02 Francois Dugast
2023-07-04 17:22 ` Lucas De Marchi
2023-05-29 11:43 Balasubramani Vivekanandan
2023-06-01 16:50 ` Matt Roper
2023-05-22 12:55 Gustavo Sousa
2023-05-22 13:12 ` Gustavo Sousa
2023-05-23 6:49 ` Lucas De Marchi
2023-05-23 12:24 ` Gustavo Sousa
2023-05-10 19:38 Nirmoy Das
2023-05-10 20:18 ` Lucas De Marchi
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=20230919083627.10955-1-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.