2
0
mirror of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-09-04 20:19:47 +08:00
linux/drivers/gpu/drm/clients
Arnd Bergmann 322a00efec drm/log: select CONFIG_FONT_SUPPORT
Without fonts, this fails to link:

drivers/gpu/drm/clients/drm_log.o: in function `drm_log_init_client':
drm_log.c:(.text+0x3d4): undefined reference to `get_default_font'

Select this, like the other users do.

Fixes: f7b42442c4 ("drm/log: Introduce a new boot logger to draw the kmsg on the screen")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Jocelyn Falempe <jfalempe@redhat.com>
Signed-off-by: Jocelyn Falempe <jfalempe@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241212154003.1313437-1-arnd@kernel.org
2024-12-12 18:26:32 +01:00
..
drm_client_internal.h drm/log: Introduce a new boot logger to draw the kmsg on the screen 2024-12-10 14:36:53 +01:00
drm_client_setup.c drm/log: Introduce a new boot logger to draw the kmsg on the screen 2024-12-10 14:36:53 +01:00
drm_fbdev_client.c drm/fbdev-client: Unexport drm_fbdev_client_setup() 2024-11-15 09:42:21 +01:00
drm_log.c drm/log: Add integer scaling support 2024-12-10 14:36:54 +01:00
Kconfig drm/log: select CONFIG_FONT_SUPPORT 2024-12-12 18:26:32 +01:00
Makefile drm/log: Introduce a new boot logger to draw the kmsg on the screen 2024-12-10 14:36:53 +01:00