summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorLiu Ying <Ying.liu@freescale.com>2012-11-05 15:58:17 +0800
committerLiu Ying <Ying.liu@freescale.com>2012-11-06 09:53:19 +0800
commit5c9142d343067fb1cffbd742ae7d52c9af100e01 (patch)
treefc3137ab6587b8d9f2a5d12946bb48b6631127d6 /drivers
parent30de6f2aa79c904848704271b7bab17d2f3c4805 (diff)
ENGR00232424 LDB:Support WXGA@60 video mode
This patch adds WXGA(1280x800@60) video mode support to driver CHIMEI WXGA LVDS panel. Signed-off-by: Liu Ying <Ying.Liu@freescale.com> (cherry picked from commit 653fbb0cd709bf25942c29c0695ecc4af6987e24)
Diffstat (limited to 'drivers')
-rw-r--r--drivers/video/mxc/ldb.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/video/mxc/ldb.c b/drivers/video/mxc/ldb.c
index 296a148a6d8d..695ff3389fce 100644
--- a/drivers/video/mxc/ldb.c
+++ b/drivers/video/mxc/ldb.c
@@ -105,6 +105,14 @@ static int g_ldb_mode;
static struct fb_videomode ldb_modedb[] = {
{
+ "LDB-WXGA", 60, 1280, 800, 14065,
+ 40, 40,
+ 10, 3,
+ 80, 10,
+ 0,
+ FB_VMODE_NONINTERLACED,
+ FB_MODE_IS_DETAILED,},
+ {
"LDB-XGA", 60, 1024, 768, 15385,
220, 40,
21, 7,