AUO-K190x: Add resolutions for portrait displays

A patch from »AUO-K190x: Rotation, truecolor and misc fixes« in state Mainline for linux-kernel

From: Heiko Stuebner <heiko@...> Date: Tue, 14 Aug 2012 22:38:03 +0200

Commit-Message

Patch-Comment

drivers/video/auo_k190x.c | 8 ++++++++ include/video/auo_k190xfb.h | 2 ++ 2 files changed, 10 insertions(+), 0 deletions(-)

Statistics

  • 10 lines added
  • 0 lines removed

Changes

-------------------------- drivers/video/auo_k190x.c ---------------------------
index 87cff5b..3bb32c2 100644
@@ -39,6 +39,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,
+ },
};
/*
------------------------- include/video/auo_k190xfb.h --------------------------
index ad7bc51..ac329ee 100644
@@ -22,6 +22,8 @@
*/
#define AUOK190X_RESOLUTION_800_600 0
#define AUOK190X_RESOLUTION_1024_768 1
+#define AUOK190X_RESOLUTION_600_800 4
+#define AUOK190X_RESOLUTION_768_1024 5
/*
* struct used by auok190x. board specific stuff comes from *board
 
 

Recent Patches

About Us

Sed lacus. Donec lectus. Nullam pretium nibh ut turpis. Nam bibendum. In nulla tortor, elementum vel, tempor at, varius non, purus. Mauris vitae nisl nec metus placerat consectetuer.

Read More...