Linux kernel and device drivers for NXP i.MX platforms
 help / color / mirror / Atom feed
* [PATCH 1/2] drm/imx: parallel-display: add legacy bridge Kconfig dependency
@ 2024-10-15  7:29 Arnd Bergmann
  2024-10-15  7:29 ` [PATCH 2/2] drm/imx: legacy-bridge: add MODULE_DESCRIPTION Arnd Bergmann
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Arnd Bergmann @ 2024-10-15  7:29 UTC (permalink / raw)
  To: Philipp Zabel, Maarten Lankhorst, Maxime Ripard,
	Thomas Zimmermann, David Airlie, Simona Vetter, Shawn Guo,
	Sascha Hauer, Dmitry Baryshkov
  Cc: Arnd Bergmann, Pengutronix Kernel Team, Fabio Estevam,
	Alexander Stein, Geert Uytterhoeven, dri-devel, imx,
	linux-arm-kernel, linux-kernel

From: Arnd Bergmann <arnd@arndb.de>

The driver now uses the legacy bridge helper code but can be configured
to get built without it:

ERROR: modpost: "devm_imx_drm_legacy_bridge" [drivers/gpu/drm/imx/ipuv3/parallel-display.ko] undefined!

Add the required dependency, same as in the ldb driver.

Fixes: f94b9707a1c9 ("drm/imx: parallel-display: switch to imx_legacy_bridge / drm_bridge_connector")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
---
 drivers/gpu/drm/imx/ipuv3/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/imx/ipuv3/Kconfig b/drivers/gpu/drm/imx/ipuv3/Kconfig
index 0ea1feb84672..acaf25089001 100644
--- a/drivers/gpu/drm/imx/ipuv3/Kconfig
+++ b/drivers/gpu/drm/imx/ipuv3/Kconfig
@@ -15,6 +15,7 @@ config DRM_IMX_PARALLEL_DISPLAY
 	depends on DRM_IMX
 	select DRM_BRIDGE
 	select DRM_BRIDGE_CONNECTOR
+	select DRM_IMX_LEGACY_BRIDGE
 	select DRM_PANEL_BRIDGE
 	select VIDEOMODE_HELPERS
 
-- 
2.39.5


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

end of thread, other threads:[~2024-10-22 13:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-15  7:29 [PATCH 1/2] drm/imx: parallel-display: add legacy bridge Kconfig dependency Arnd Bergmann
2024-10-15  7:29 ` [PATCH 2/2] drm/imx: legacy-bridge: add MODULE_DESCRIPTION Arnd Bergmann
2024-10-18 16:05   ` Dmitry Baryshkov
2024-10-18 16:05 ` [PATCH 1/2] drm/imx: parallel-display: add legacy bridge Kconfig dependency Dmitry Baryshkov
2024-10-22 13:50 ` Robert Foss

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