]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
lib/fonts: Read font size with font_data_size()
authorThomas Zimmermann <tzimmermann@suse.de>
Mon, 9 Mar 2026 14:14:50 +0000 (15:14 +0100)
committerHelge Deller <deller@gmx.de>
Mon, 9 Mar 2026 14:47:20 +0000 (15:47 +0100)
commite2e000a0b22036a72474088d3399097ff47ace02
treea6aba65c71c1591c07c1173afe8523204301a039
parent04bd5abc8cbebc1bd7e02471a8e3af51b8aad029
lib/fonts: Read font size with font_data_size()

Add font_data_size() and update consoles to use it.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Helge Deller <deller@gmx.de>
drivers/video/console/newport_con.c
drivers/video/fbdev/core/fbcon.c
include/linux/font.h
lib/fonts/fonts.c