Searched hist:"05 e2600cb0a4d73b0779cf29512819616252aeeb" (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/video/console/ |
H A D | vgacon.c | diff 05e2600cb0a4d73b0779cf29512819616252aeeb Thu Jan 19 16:19:17 CET 2023 Samuel Thibault <samuel.thibault@ens-lyon.org> VT: Bump font size limitation to 64x128 pixels
This moves 32x32 font size limitation checking down to drivers, so that fbcon can allow large fonts.
We still keep a limitation to 64x128 pixels so as to have a simple bounded allocation for con_font_get and in the userland kbd tool. That glyph size will however be enough to have 128x36 characters on a "16/9 8K display".
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org> Link: https://lore.kernel.org/r/20230119151935.112415738@ens-lyon.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
/linux/drivers/video/fbdev/core/ |
H A D | fbcon.c | diff 05e2600cb0a4d73b0779cf29512819616252aeeb Thu Jan 19 16:19:17 CET 2023 Samuel Thibault <samuel.thibault@ens-lyon.org> VT: Bump font size limitation to 64x128 pixels
This moves 32x32 font size limitation checking down to drivers, so that fbcon can allow large fonts.
We still keep a limitation to 64x128 pixels so as to have a simple bounded allocation for con_font_get and in the userland kbd tool. That glyph size will however be enough to have 128x36 characters on a "16/9 8K display".
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org> Link: https://lore.kernel.org/r/20230119151935.112415738@ens-lyon.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
/linux/drivers/tty/vt/ |
H A D | vt.c | diff 05e2600cb0a4d73b0779cf29512819616252aeeb Thu Jan 19 16:19:17 CET 2023 Samuel Thibault <samuel.thibault@ens-lyon.org> VT: Bump font size limitation to 64x128 pixels
This moves 32x32 font size limitation checking down to drivers, so that fbcon can allow large fonts.
We still keep a limitation to 64x128 pixels so as to have a simple bounded allocation for con_font_get and in the userland kbd tool. That glyph size will however be enough to have 128x36 characters on a "16/9 8K display".
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org> Link: https://lore.kernel.org/r/20230119151935.112415738@ens-lyon.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|