]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] fbcon: Console Rotation - Add support for 90-degree console rotation
authorAntonino A. Daplas <adaplas@gmail.com>
Wed, 9 Nov 2005 05:39:12 +0000 (21:39 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 9 Nov 2005 15:56:34 +0000 (07:56 -0800)
commitdbcbfe1ea41e404d960a06fa2faf7da568909f33
tree757dccdb6e1c518392b7ee973641969b6130bf11
parent6cc50e1c5b57180fd37a31282000f43859b0fe73
[PATCH] fbcon: Console Rotation - Add support for 90-degree console rotation

Add support for 90-degree (clockwise) rotation of the console.  To activate,
boot with:

fbcon=rotate:1

Signed-off-by: Antonino Daplas <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/video/console/Makefile
drivers/video/console/fbcon.c
drivers/video/console/fbcon_cw.c [new file with mode: 0644]
drivers/video/console/fbcon_rotate.c
drivers/video/console/fbcon_rotate.h