]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/imx: parallel-display: add DRM_DISPLAY_HELPER for DRM_IMX_PARALLEL_DISPLAY
authorMartin Kepplinger-Novakovic <martin.kepplinger-novakovic@ginzinger.com>
Wed, 21 Jan 2026 10:26:07 +0000 (11:26 +0100)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Fri, 13 Mar 2026 15:26:32 +0000 (16:26 +0100)
When I build for an old imx53 platform I see the same as the test robot
saw before:

arm-buildroot-linux-gnueabihf-ld: drivers/gpu/drm/imx/ipuv3/parallel-display.o: in function `imx_pd_bind':
parallel-display.c:(.text+0xb8): undefined reference to `drm_bridge_connector_init'

Selecting DRM_DISPLAY_HELPER for DRM_IMX_PARALLEL_DISPLAY fixes the build.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202512241721.jZgcwRfr-lkp@intel.com/
Signed-off-by: Martin Kepplinger-Novakovic <martin.kepplinger-novakovic@ginzinger.com>
Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Link: https://patch.msgid.link/20260121102607.4087362-1-martin.kepplinger-novakovic@ginzinger.com
drivers/gpu/drm/imx/ipuv3/Kconfig

index acaf250890019946a7cc56e1cadd64f129c73f55..b2240998df4f1838c8402d88127763d3208d62d9 100644 (file)
@@ -15,6 +15,7 @@ config DRM_IMX_PARALLEL_DISPLAY
        depends on DRM_IMX
        select DRM_BRIDGE
        select DRM_BRIDGE_CONNECTOR
+       select DRM_DISPLAY_HELPER
        select DRM_IMX_LEGACY_BRIDGE
        select DRM_PANEL_BRIDGE
        select VIDEOMODE_HELPERS