From: Antonino A. Daplas Date: Wed, 9 Nov 2005 05:39:11 +0000 (-0800) Subject: [PATCH] fbcon: Console Rotation - Add support to rotate font bitmap X-Git-Tag: v2.6.15-rc1~112 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cc50e1c5b57180fd37a31282000f43859b0fe73;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed