]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] fbcon: Console Rotation - Add support for 180-degree console rotation
authorAntonino A. Daplas <adaplas@gmail.com>
Wed, 9 Nov 2005 05:39:13 +0000 (21:39 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 9 Nov 2005 15:56:34 +0000 (07:56 -0800)
commitea593a6f54631d663bf84be37495e9eff943d9ce
tree3c5ac7257f79d6487ef6365625296f3cb5522d10
parentb763344ab99c9b2bbd90b1243a919b0a0025323a
[PATCH] fbcon: Console Rotation - Add support for 180-degree console rotation

Add support for 180-degree (upside down) rotation of the console.  To
activate, boot with:

fbcon=rotate:2

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_rotate.c
drivers/video/console/fbcon_rotate.h
drivers/video/console/fbcon_ud.c [new file with mode: 0644]