[PATCH v2] drm: rockchip-dw-dp: add missing dependency on bridge_connector

Marius Dinu m95d+git at psihoexpert.ro
Sat Mar 21 14:47:25 PDT 2026


On Fri, 2026-03-20 13.57.38 ++0100, Diederik de Haas wrote:
> On Fri Mar 20, 2026 at 8:14 AM CET, Marius Dinu wrote:
> > On Thu, 2026-03-19 18.56.59 ++0100, Diederik de Haas wrote:
> >> On Thu Mar 19, 2026 at 4:50 PM CET, Marius Dinu wrote:
> >> > Avoids this error:
> >> >   ld: drivers/gpu/drm/rockchip/dw_dp-rockchip.o: in function `dw_dp_rockchip_bind':
> >> >   /usr/src/linux/drivers/gpu/drm/rockchip/dw_dp-rockchip.c:108:(.text+0x188): undefined reference to `drm_bridge_connector_init'
> >> >
> >> > Signed-off-by: Marius Dinu <m95d+git at psihoexpert.ro>
> >> > ---
> >> >  drivers/gpu/drm/rockchip/Kconfig | 1 +
> >> 
> >> $ scripts/get_maintainer.pl drivers/gpu/drm/rockchip/Kconfig
> >> Sandy Huang <hjc at rock-chips.com> (maintainer:DRM DRIVERS FOR ROCKCHIP)
> >> "Heiko Stübner" <heiko at sntech.de> (maintainer:DRM DRIVERS FOR ROCKCHIP)
> >> Andy Yan <andy.yan at rock-chips.com> (maintainer:DRM DRIVERS FOR ROCKCHIP)
> >> Maarten Lankhorst <maarten.lankhorst at linux.intel.com> (maintainer:DRM DRIVERS AND MISC GPU PATCHES)
> >> Maxime Ripard <mripard at kernel.org> (maintainer:DRM DRIVERS AND MISC GPU PATCHES)
> >> Thomas Zimmermann <tzimmermann at suse.de> (maintainer:DRM DRIVERS AND MISC GPU PATCHES)
> >> David Airlie <airlied at gmail.com> (maintainer:DRM DRIVERS)
> >> Simona Vetter <simona at ffwll.ch> (maintainer:DRM DRIVERS)
> >> dri-devel at lists.freedesktop.org (open list:DRM DRIVERS FOR ROCKCHIP)
> >> linux-arm-kernel at lists.infradead.org (moderated list:ARM/Rockchip SoC support)
> >> linux-rockchip at lists.infradead.org (open list:ARM/Rockchip SoC support)
> >> linux-kernel at vger.kernel.org (open list)
> >> 
> >> I'm missing quite a few of these ...
> >
> > I don't understand. I should cc all those addreses? All of them? :o
> 
> I usually 'To' the maintainers and 'Cc' the rest. See also
> https://www.kernel.org/doc/html/latest/process/submitting-patches.html#select-the-recipients-for-your-patch
> 
> HTH,
>   Diederik

Something changed in v7-rc4. The error is gone. It seems this is probably not needed anymore.
But thanks for info about the mailing lists. I'll keep that in mind next time.
Marius

> 
> >> >  1 file changed, 1 insertion(+)
> >> >
> >> > diff --git a/drivers/gpu/drm/rockchip/Kconfig b/drivers/gpu/drm/rockchip/Kconfig
> >> > index 1479b8c4ed40..39cd38375e8a 100644
> >> > --- a/drivers/gpu/drm/rockchip/Kconfig
> >> > +++ b/drivers/gpu/drm/rockchip/Kconfig
> >> > @@ -67,6 +67,7 @@ config ROCKCHIP_CDN_DP
> >> >  
> >> >  config ROCKCHIP_DW_DP
> >> >  	bool "Rockchip specific extensions for Synopsys DW DP"
> >> > +	select DRM_BRIDGE_CONNECTOR
> >> >  	help
> >> >  	  This selects support for Rockchip SoC specific extensions
> >> >  	  to enable Synopsys DesignWare Cores based DisplayPort transmit
> >> 
> 




More information about the Linux-rockchip mailing list