]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/log: Add integer scaling support
authorJocelyn Falempe <jfalempe@redhat.com>
Wed, 4 Dec 2024 15:45:05 +0000 (16:45 +0100)
committerJocelyn Falempe <jfalempe@redhat.com>
Tue, 10 Dec 2024 13:36:54 +0000 (14:36 +0100)
commit8a4b913df427b8f900bcc7849cc15a7b81628d57
treecbe6125722c3eb945ae4d47280e135c3847e143e
parentcd41b4489c27058570255fe0594a33c25e4bd209
drm/log: Add integer scaling support

Add a module parameter, to increase the font size for HiDPI screen.
Even with CONFIG_FONT_TER16x32, it can still be a bit small to read.
In this case, adding drm_log.scale=2 to your kernel command line will
double the character size.

Signed-off-by: Jocelyn Falempe <jfalempe@redhat.com>
Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20241204160014.1171469-7-jfalempe@redhat.com
drivers/gpu/drm/clients/drm_log.c