Re: [PATCH v2 5/8] video console: allow font size configuration at runtime

2023-02-15 Thread Dzmitry Sankouski
вт, 14 февр. 2023 г. в 23:13, Heinrich Schuchardt : > > > > Am 14. Februar 2023 20:48:53 MEZ schrieb Simon Glass : > >Hi Dzmitry, > > > >On Mon, 13 Feb 2023 at 09:57, Dzmitry Sankouski wrote: > >> (...) > >> drivers/video/Kconfig | 16 + > >> drivers/video/console_simple.c | 178 +- >

Re: [PATCH v2 5/8] video console: allow font size configuration at runtime

2023-02-14 Thread Heinrich Schuchardt
Am 14. Februar 2023 20:48:53 MEZ schrieb Simon Glass : >Hi Dzmitry, > >On Mon, 13 Feb 2023 at 09:57, Dzmitry Sankouski wrote: >> >> Allow font size configuration at runtime for console_simple.c >> driver. This needed for unit testing different fonts. >> >> - move 8x16 font data to

Re: [PATCH v2 5/8] video console: allow font size configuration at runtime

2023-02-14 Thread Simon Glass
Hi Dzmitry, On Mon, 13 Feb 2023 at 09:57, Dzmitry Sankouski wrote: > > Allow font size configuration at runtime for console_simple.c > driver. This needed for unit testing different fonts. > > - move 8x16 font data to video_font_8x16.h file please do that in a separate patch > - place common