[PATCH] drm: rockchip: dw_dp: add missing dependency on bridge_connector
Andy Yan
andyshrk at 163.com
Thu Mar 19 02:48:54 PDT 2026
Hello Marius,
At 2026-03-16 16:46:53, "Marius Dinu" <m95d+git at psihoexpert.ro> 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 +
> 1 file changed, 1 insertion(+)
>
>diff --git a/drivers/gpu/drm/rockchip/Kconfig b/drivers/gpu/drm/rockchip/Kconfig
>index 1479b8c4ed40..749a4b86c893 100644
>--- a/drivers/gpu/drm/rockchip/Kconfig
>+++ b/drivers/gpu/drm/rockchip/Kconfig
>@@ -13,6 +13,7 @@ config DRM_ROCKCHIP
> select DRM_ANALOGIX_DP if ROCKCHIP_ANALOGIX_DP
> select DRM_DISPLAY_DP_AUX_BUS if ROCKCHIP_ANALOGIX_DP
> select DRM_DW_DP if ROCKCHIP_DW_DP
>+ select DRM_BRIDGE_CONNECTOR if ROCKCHIP_DW_DP
I suggest put this in config ROCKCHIP_DW_DP, keep the same style with ROCKCHIP_DW_HDMI_QP /ROCKCHIP_CDN_DP/ROCKCHIP_RGB
> select DRM_DW_HDMI if ROCKCHIP_DW_HDMI
> select DRM_DW_HDMI_QP if ROCKCHIP_DW_HDMI_QP
> select DRM_DW_MIPI_DSI if ROCKCHIP_DW_MIPI_DSI
>--
>2.52.0
>
>
>
>_______________________________________________
>Linux-rockchip mailing list
>Linux-rockchip at lists.infradead.org
>http://lists.infradead.org/mailman/listinfo/linux-rockchip
More information about the Linux-rockchip
mailing list