diff options
author | Heiko Stübner <heiko@sntech.de> | 2013-03-22 15:17:00 +0100 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2013-04-04 13:08:07 +0300 |
commit | fd3871aa5c0d108b89858263254b49d9bca2dc53 (patch) | |
tree | 1ad17a56ceb4f35e76cb8525f709cc9a8877f9e3 /include/video | |
parent | 46574c72c701e45da1e0a2e944df885fcd2db668 (diff) |
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/video/auo_k190xfb.h b/include/video/auo_k190xfb.h index 609efe8c686..ad7bc51bee9 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; }; |