diff options
author | Chris Ball <cjb@laptop.org> | 2009-06-07 19:59:51 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2010-04-20 22:23:20 +0200 |
commit | c205d932530719d2a6ddb9152650e5bbe80c9400 (patch) | |
tree | 0946b0b5ed99c0e3c7ddea3850cc02fe85452417 /drivers/video/via/ioctl.h | |
parent | viafb: complete support for VX800/VX855 accelerated framebuffer (diff) | |
download | linux-c205d932530719d2a6ddb9152650e5bbe80c9400.tar.xz linux-c205d932530719d2a6ddb9152650e5bbe80c9400.zip |
viafb: Add 1200x900 DCON/LCD panel modes for OLPC XO-1.5
[jc: extensive merge conflict fixes]
Cc: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Cc: ScottFang@viatech.com.cn
Cc: JosephChan@via.com.tw
Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'drivers/video/via/ioctl.h')
-rw-r--r-- | drivers/video/via/ioctl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/via/ioctl.h b/drivers/video/via/ioctl.h index de899807eade..c430fa23008a 100644 --- a/drivers/video/via/ioctl.h +++ b/drivers/video/via/ioctl.h @@ -75,7 +75,7 @@ /*SAMM operation flag*/ #define OP_SAMM 0x80 -#define LCD_PANEL_ID_MAXIMUM 22 +#define LCD_PANEL_ID_MAXIMUM 23 #define STATE_ON 0x1 #define STATE_OFF 0x0 |