Re: [PATCH] video: fbconsole: implement non-fullscreen fbconsole

2023-04-11 Thread Sascha Hauer
On Wed, Apr 05, 2023 at 03:06:45PM +0200, Philipp Zabel wrote: > Let fbconsole cover only part of the screen. > Configurable via margin.{left,top,right,bottom} device parameters. > > Signed-off-by: Philipp Zabel > --- > drivers/video/fbconsole.c | 115 +- > 1

[PATCH] video: fbconsole: implement non-fullscreen fbconsole

2023-04-05 Thread Philipp Zabel
Let fbconsole cover only part of the screen. Configurable via margin.{left,top,right,bottom} device parameters. Signed-off-by: Philipp Zabel --- drivers/video/fbconsole.c | 115 +- 1 file changed, 101 insertions(+), 14 deletions(-) diff --git