]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
drm/bridge: tc358768: select CONFIG_VIDEOMODE_HELPERS
authorArnd Bergmann <arnd@arndb.de>
Mon, 4 Dec 2023 07:27:36 +0000 (08:27 +0100)
committerNeil Armstrong <neil.armstrong@linaro.org>
Tue, 5 Dec 2023 08:32:15 +0000 (09:32 +0100)
commit26513300978f7285c3e776c144f27ef71be61f57
treeb95e65bd1cfe04df429f03ee4ec93963405c2688
parent64111a0e22a9d4e0de7a5d04e7d5c21d0af4b900
drm/bridge: tc358768: select CONFIG_VIDEOMODE_HELPERS

A dependency on this feature was recently introduced:

x86_64-linux-ld: vmlinux.o: in function `tc358768_bridge_pre_enable':
tc358768.c:(.text+0xbe3dae): undefined reference to `drm_display_mode_to_videomode'

Make sure this is always enabled.

Fixes: e5fb21678136 ("drm/bridge: tc358768: Use struct videomode")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20231204072814.968816-1-arnd@kernel.org
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20231204072814.968816-1-arnd@kernel.org
drivers/gpu/drm/bridge/Kconfig