Re: [PATCH 3/5] Fonts: Add charcount field to font_desc

2020-10-28 Thread Peilin Ye
On Tue, Oct 27, 2020 at 07:59:35PM +0100, Daniel Vetter wrote: > On Tue, Oct 27, 2020 at 12:34:26PM -0400, Peilin Ye wrote: > > Subsystems are assuming the number of characters of our built-in fonts. > > Include that information in our kernel font descriptor, `struct > > font_desc`. > > > >

Re: [PATCH 3/5] Fonts: Add charcount field to font_desc

2020-10-27 Thread Daniel Vetter
On Tue, Oct 27, 2020 at 12:34:26PM -0400, Peilin Ye wrote: > Subsystems are assuming the number of characters of our built-in fonts. > Include that information in our kernel font descriptor, `struct > font_desc`. > > Signed-off-by: Peilin Ye Reviewed-by: Daniel Vetter atm can't merge this

[PATCH 3/5] Fonts: Add charcount field to font_desc

2020-10-27 Thread Peilin Ye
Subsystems are assuming the number of characters of our built-in fonts. Include that information in our kernel font descriptor, `struct font_desc`. Signed-off-by: Peilin Ye --- include/linux/font.h | 1 + lib/fonts/font_10x18.c | 1 + lib/fonts/font_6x10.c | 1 +