Skip to content

Commit 2651330

Browse files
arndbsuperna9999
authored andcommitted
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: e5fb216 ("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
1 parent 64111a0 commit 2651330

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/gpu/drm/bridge/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@ config DRM_TOSHIBA_TC358768
313313
select REGMAP_I2C
314314
select DRM_PANEL
315315
select DRM_MIPI_DSI
316+
select VIDEOMODE_HELPERS
316317
help
317318
Toshiba TC358768AXBG/TC358778XBG DSI bridge chip driver.
318319

0 commit comments

Comments
 (0)