summaryrefslogtreecommitdiffstats
path: root/include/video
diff options
context:
space:
mode:
authorHeiko Stübner <heiko@sntech.de>2013-03-22 15:17:00 +0100
committerTomi Valkeinen <tomi.valkeinen@ti.com>2013-04-04 13:08:07 +0300
commitfd3871aa5c0d108b89858263254b49d9bca2dc53 (patch)
tree1ad17a56ceb4f35e76cb8525f709cc9a8877f9e3 /include/video
parent46574c72c701e45da1e0a2e944df885fcd2db668 (diff)
downloadlinux-fd3871aa5c0d108b89858263254b49d9bca2dc53.tar.gz
linux-fd3871aa5c0d108b89858263254b49d9bca2dc53.tar.xz
AUO-K190x: add framebuffer rotation support
Change the driver to use the framebuffer rotation functions to be able to change the rotation at runtime. This also removes the setting of the rotation via the platform data. Signed-off-by: Heiko Stübner <heiko@sntech.de> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'include/video')
-rw-r--r--include/video/auo_k190xfb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/video/auo_k190xfb.h b/include/video/auo_k190xfb.h
index 609efe8c686e..ad7bc51bee9a 100644
--- a/include/video/auo_k190xfb.h
+++ b/include/video/auo_k190xfb.h
@@ -98,7 +98,6 @@ struct auok190x_board {
int gpio_nbusy;
int resolution;
- int rotation;
int quirks;
int fps;
};