[PATCH] fbcon: Increase maximum font width x height to 64 x 64
Luca Ceresoli
luca.ceresoli at bootlin.com
Wed Mar 13 16:45:31 UTC 2024
Hello Samuel,
On Tue, 12 Mar 2024 22:39:02 +0100
Samuel Thibault <samuel.thibault at ens-lyon.org> wrote:
> This remains relatively simple by just enlarging integers.
>
> It wouldn't be that simple to get to the console's 64x128 maximum, as it would
> require 128b integers.
>
> Signed-off-by: Samuel Thibault <samuel.thibault at ens-lyon.org>
>
> Index: linux-6.4/drivers/video/fbdev/core/fbcon.c
> ===================================================================
This patch is clearly not formatted according to the standard format
and it does not apply with 'git am'.
Using 'git format-patch' and 'git send-email' is *very* recommended as
it will take care of all the formatting for you. Maintainers and
anybody interested in your patch will be able to apply it easily.
All the info you need are at
https://docs.kernel.org/process/submitting-patches.html
> --- linux-6.4.orig/drivers/video/fbdev/core/fbcon.c
> +++ linux-6.4/drivers/video/fbdev/core/fbcon.c
Apparently you are not using git to track your changes, so I recommend
using it to have all the git utilities available.
Best regards,
Luca
--
Luca Ceresoli, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
More information about the dri-devel
mailing list