Skip to content

Commit

Permalink
OMAPDSS: HDMI: add 1920x1200 video mode
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Tomi Valkeinen committed Oct 29, 2012
1 parent 4489823 commit 7a7ce2c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions drivers/video/omap2/dss/hdmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7a7ce2c

Please sign in to comment.