parisc/sticon: Add user font support
authorHelge Deller <deller@gmx.de>
Mon, 12 Oct 2020 08:44:52 +0000 (10:44 +0200)
committerHelge Deller <deller@gmx.de>
Thu, 15 Oct 2020 06:12:59 +0000 (08:12 +0200)
commit7ff3f14ddc355bfbc94c766f43b90606b1f79e83
treee8bcc1a89f5e61aba1117021b3a0d5469cb3d938
parent58a5c67aadde68d0d31c36adbabdec28c25bb6ab
parisc/sticon: Add user font support

This is a major rework of the sticon (parisc text console) driver in
order to support user font support.

Usually one want to use the stifb (parisc framebuffer driver) which is
based on fbcon and does support fonts and colors, but some old machines
(e.g. HP 730 workstations) don't provide a supported stifb graphic card,
and for those user fonts are preferred.

This patch drops unused code for software cursor and scrollback,
enhances the debug output and adds better documentation.

The code was tested on various machines with byte-mode and word-mode
graphic cards on GSC- and PCI-busses.

Signed-off-by: Helge Deller <deller@gmx.de>
drivers/video/console/Kconfig
drivers/video/console/sticon.c
drivers/video/console/sticore.c
drivers/video/fbdev/sticore.h