Re: (subset) [PATCH] drm: fix DRM_DISPLAY_DP_HELPER dependencies, part 2

2024-04-15 Thread Maxime Ripard
On Fri, 05 Apr 2024 16:35:10 +0200, Arnd Bergmann wrote: > After my fix yesterday, I ran into another problem of the same kind: > > aarch64-linux-ld: drivers/gpu/drm/bridge/analogix/analogix_dp_core.o: in > function `drm_dp_dpcd_readb': > analogix_dp_core.c:(.text+0x194): undefined reference to

[PATCH] drm: fix DRM_DISPLAY_DP_HELPER dependencies, part 2

2024-04-05 Thread Arnd Bergmann
From: Arnd Bergmann After my fix yesterday, I ran into another problem of the same kind: aarch64-linux-ld: drivers/gpu/drm/bridge/analogix/analogix_dp_core.o: in function `drm_dp_dpcd_readb': analogix_dp_core.c:(.text+0x194): undefined reference to `drm_dp_dpcd_read' aarch64-linux-ld:

Re: [PATCH] drm: fix DRM_DISPLAY_DP_HELPER dependencies

2024-04-04 Thread Maxime Ripard
On Thu, 04 Apr 2024 14:40:51 +0200, Arnd Bergmann wrote: > Both the exynos and rockchip drivers ran into link failures after > a Kconfig cleanup: > > aarch64-linux-ld: drivers/gpu/drm/exynos/exynos_dp.o: in function > `exynos_dp_resume': > exynos_dp.c:(.text+0xc0): undefined reference to

[PATCH] drm: fix DRM_DISPLAY_DP_HELPER dependencies

2024-04-04 Thread Arnd Bergmann
From: Arnd Bergmann Both the exynos and rockchip drivers ran into link failures after a Kconfig cleanup: aarch64-linux-ld: drivers/gpu/drm/exynos/exynos_dp.o: in function `exynos_dp_resume': exynos_dp.c:(.text+0xc0): undefined reference to `analogix_dp_resume' aarch64-linux-ld: