original_kernel/drivers/video/console
Antonino A. Daplas 6cc50e1c5b [PATCH] fbcon: Console Rotation - Add support to rotate font bitmap
Add support to rotate the font bitmap.  To save on processing time, the entire
fontdata will be rotated on a console switch, then stored in a buffer private
to fbcon.  To further save on processing, the fontdata will only be rotated if
the font has changed or if the angle of rotation has changed.  Only a single
copy of the rotated fontdata will be kept.

Signed-off-by: Antonino Daplas <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-11-09 07:56:34 -08:00
..
Kconfig
Makefile [PATCH] fbcon: Console Rotation - Add support to rotate font bitmap 2005-11-09 07:56:34 -08:00
bitblit.c
dummycon.c
fbcon.c
fbcon.h [PATCH] fbcon: Console Rotation - Add support to rotate font bitmap 2005-11-09 07:56:34 -08:00
fbcon_rotate.c [PATCH] fbcon: Console Rotation - Add support to rotate font bitmap 2005-11-09 07:56:34 -08:00
fbcon_rotate.h [PATCH] fbcon: Console Rotation - Add support to rotate font bitmap 2005-11-09 07:56:34 -08:00
font_6x11.c
font_7x14.c
font_8x8.c
font_8x16.c
font_10x18.c
font_acorn_8x8.c
font_mini_4x6.c
font_pearl_8x8.c
font_rl.c
font_sun8x16.c
font_sun12x22.c
fonts.c
mdacon.c
newport_con.c
prom.uni
promcon.c
softcursor.c
sticon.c
sticore.c
tileblit.c
vgacon.c