summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaswinder Singh <jaswinder.singh@linaro.org>2011-12-21 12:06:54 +0800
committerAndy Green <andy.green@linaro.org>2011-12-21 12:06:54 +0800
commit930cb023ac8b6c11250f5b47a57d727710356721 (patch)
treef5c1e921929ce6d1f7c22489c7e3d8b1c80c6005
parent74bce08f9a6a82a644489703943b88e4a3865bfb (diff)
dss hdmi enable cea modessgx-1.8-initial
Signed-off-by: Jaswinder Singh <jaswinder.singh@linaro.org>
-rw-r--r--drivers/video/omap2/dss/hdmi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/omap2/dss/hdmi.c b/drivers/video/omap2/dss/hdmi.c
index 4d62d68983f..07dd319db02 100644
--- a/drivers/video/omap2/dss/hdmi.c
+++ b/drivers/video/omap2/dss/hdmi.c
@@ -347,7 +347,7 @@ static int hdmi_power_on(struct omap_dss_device *dssdev)
dssdev->panel.timings.y_res);
if (!hdmi.custom_set) {
- struct fb_videomode vesa_vga = vesa_modes[4];
+ struct fb_videomode vesa_vga = cea_modes[16]; // vesa_modes[4];
hdmi_set_timings(&vesa_vga, false);
}