Re: [PATCH v3 2/2] VT: Allow to get max font width and height
From: Oleg Bulatov <hidden>
Date: 2024-03-13 17:40:22
Also in:
linux-api, linux-serial, lkml
From: Oleg Bulatov <hidden>
Date: 2024-03-13 17:40:22
Also in:
linux-api, linux-serial, lkml
On Tue, Mar 12, 2024 at 03:23:58PM +0100, legion@kernel.org 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