aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/auo_k190x.c
diff options
context:
space:
mode:
authorGravatar Heiko Stübner <heiko@sntech.de> 2013-03-22 15:17:32 +0100
committerGravatar Tomi Valkeinen <tomi.valkeinen@ti.com> 2013-04-04 13:08:07 +0300
commitb61f232ff09b6cff22d5186001027438c620da39 (patch)
tree58a6d77d46436f40346e78e647ec6cc004aa6127 /drivers/video/auo_k190x.c
parentAUO-K190x: add framebuffer rotation support (diff)
downloadlinux-b61f232ff09b6cff22d5186001027438c620da39.tar.gz
linux-b61f232ff09b6cff22d5186001027438c620da39.tar.bz2
linux-b61f232ff09b6cff22d5186001027438c620da39.zip
AUO-K190x: Add resolutions for portrait displays
The controller also contains support for displays in a portrait orientation and it seems devices which such displays really reached the market - Pandigital Novell seems to be one example. Signed-off-by: Heiko Stübner <heiko@sntech.de> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/auo_k190x.c')
-rw-r--r--drivers/video/auo_k190x.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/video/auo_k190x.c b/drivers/video/auo_k190x.c
index baf213cdbe3d..b1f19b266da7 100644
--- a/drivers/video/auo_k190x.c
+++ b/drivers/video/auo_k190x.c
@@ -40,6 +40,14 @@ static struct panel_info panel_table[] = {
.w = 1024,
.h = 768,
},
+ [AUOK190X_RESOLUTION_600_800] = {
+ .w = 600,
+ .h = 800,
+ },
+ [AUOK190X_RESOLUTION_768_1024] = {
+ .w = 768,
+ .h = 1024,
+ },
};
/*