OMAPDSS: HDMI: add 1920x1200 video mode
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 24 Oct 2012 08:55:39 +0000 (11:55 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 29 Oct 2012 10:44:41 +0000 (12:44 +0200)
Add 1920x1200 video mode to hdmi driver's static modelist.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Cc: Ricardo Neri <ricardo.neri@ti.com>
drivers/video/omap2/dss/hdmi.c

index 81b9fc4..9f5c4c2 100644 (file)
@@ -295,6 +295,12 @@ static const struct hdmi_config vesa_timings[] = {
                        false, },
                { 0x55, HDMI_DVI },
        },
+       {
+               { 1920, 1200, 154000, 32, 48, 80, 6, 3, 26,
+                       OMAPDSS_SIG_ACTIVE_LOW, OMAPDSS_SIG_ACTIVE_HIGH,
+                       false, },
+               { 0x44, HDMI_DVI },
+       },
 };
 
 static int hdmi_runtime_get(void)