Re: [PATCH v3 2/2] VT: Allow to get max font width and height

From: Oleg Bulatov
Date: Wed Mar 13 2024 - 14:46:11 EST


On Tue, Mar 12, 2024 at 03:23:58PM +0100, legion@xxxxxxxxxx wrote:
> drivers/video/console/newport_con.c | 21 +++++++++++++++++----
> drivers/video/console/sticon.c | 25 +++++++++++++++++++++++--
> drivers/video/console/vgacon.c | 21 ++++++++++++++++++++-
> drivers/video/fbdev/core/fbcon.c | 22 +++++++++++++++++++++-
> 4 files changed, 81 insertions(+), 8 deletions(-)

newport_con.c is an interesting one, apparently it's for SGI Indy and
Indigo2, both are discontinued in 1997. Do we still have a way to test
this driver?

Oleg