Adding support to rotation on blizzard
authorRodrigo Vivi <rodrigo.vivi@openbossa.org>
Thu, 24 Jan 2008 19:07:04 +0000 (16:07 -0300)
committerTony Lindgren <tony@atomide.com>
Wed, 30 Jan 2008 21:54:01 +0000 (13:54 -0800)
The LCD controller (EPSON S1D13744) supports
rotation (0, 90, 180 and 270 degrees) on hardware just setting
the bits 0 and 1 of 0x28 register (LCD Panel Configuration Register).
Now it is possible to use this caps only setting the angle degree on var rotate of fb_var_screeninfo using the FBIOPUT_VSCREENINFO ioctl.

Signed-off-by: Rodrigo Vivi <rodrigo.vivi@openbossa.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>

No differences found