fbcon: Increase maximum font width x height to 64 x 128
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Sat, 16 Mar 2024 00:10:21 +0000 (01:10 +0100)
committerHelge Deller <deller@gmx.de>
Sat, 16 Mar 2024 07:29:48 +0000 (08:29 +0100)
commit152609795dbf02f004c86049b75c23f4e68071d8
treeadfbdcac4146a4e20221d351d1eef16b9ad49a7a
parentbc87bb342f106a0402186bcb588fcbe945dced4b
fbcon: Increase maximum font width x height to 64 x 128

By using bitmaps we actually support whatever size we would want, but
the console currently limits fonts to 64x128 (which gives 60x16 text on
4k screens), so we don't need more for now, and we can easily increase
later.

Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Signed-off-by: Helge Deller <deller@gmx.de>
12 files changed:
drivers/firmware/efi/earlycon.c
drivers/video/fbdev/arkfb.c
drivers/video/fbdev/core/fbcon.c
drivers/video/fbdev/core/fbmem.c
drivers/video/fbdev/core/svgalib.c
drivers/video/fbdev/s3fb.c
drivers/video/fbdev/vga16fb.c
drivers/video/fbdev/vt8623fb.c
drivers/video/sticore.c
include/linux/fb.h
include/linux/font.h
lib/fonts/fonts.c