kernel-ark/drivers/video/console
Antonino A. Daplas a812c94b94 [PATCH] fbcon: Console Rotation - Add ability to control rotation via sysfs
Add ability to set rotation via sysfs.  The attributes are located in
/sys/class/graphics/fb[n] and accepts 0 - unrotated; 1 - clockwise; 2 - upside
down; 3 - counterclockwise.

The attributes are:

con_rotate (r/w) -   set rotation of the active console
con_rotate_all (w) - set rotation of all consoles
rotate (r/w) -       set rotation of the framebuffer, if supported.
Currently, none of the drivers support this.

This is probably temporary, since con_rotate and con_rotate_all are
console-specific and has no business being under the fb device.  However,
until the console layer acquires it's own sysfs class, these attributes will
temporarily reside here.

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:35 -08:00
..
bitblit.c
dummycon.c
fbcon_ccw.c [PATCH] fbcon: Console Rotation - Add support for 270-degree rotation 2005-11-09 07:56:34 -08:00
fbcon_cw.c [PATCH] fbcon: Console Rotation - Add support for 90-degree console rotation 2005-11-09 07:56:34 -08:00
fbcon_rotate.c [PATCH] fbcon: Console Rotation - Add support for 270-degree rotation 2005-11-09 07:56:34 -08:00
fbcon_rotate.h [PATCH] fbcon: Console Rotation - Add support for 270-degree rotation 2005-11-09 07:56:34 -08:00
fbcon_ud.c [PATCH] fbcon: Console Rotation - Add support for 180-degree console rotation 2005-11-09 07:56:34 -08:00
fbcon.c [PATCH] fbcon: Console Rotation - Add ability to control rotation via sysfs 2005-11-09 07:56:35 -08:00
fbcon.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
Kconfig
Makefile [PATCH] fbcon: Console Rotation - Add support for 270-degree rotation 2005-11-09 07:56:34 -08:00
mdacon.c
newport_con.c
prom.uni
promcon.c
softcursor.c
sticon.c
sticore.c
tileblit.c
vgacon.c