Re: [PATCH 1/2] drm/imx: parallel-display: add legacy bridge Kconfig dependency

2024-10-22 Thread Robert Foss
On Tue, 15 Oct 2024 07:29:57 +, Arnd Bergmann wrote: > 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 depende

Re: [PATCH 1/2] drm/imx: parallel-display: add legacy bridge Kconfig dependency

2024-10-18 Thread Dmitry Baryshkov
On Tue, Oct 15, 2024 at 07:29:57AM +, Arnd Bergmann wrote: > From: Arnd Bergmann > > 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] undefine

[PATCH 1/2] drm/imx: parallel-display: add legacy bridge Kconfig dependency

2024-10-15 Thread Arnd Bergmann
From: Arnd Bergmann 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: f94b9707a