]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9742209540c09c67bb4df071cfd757df0e35b3b1
treee8bcc1a89f5e61aba1117021b3a0d5469cb3d938
parent7b3161cbfe575fb17f83364ce036dad265a055bd
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