summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaswinder Singh <jaswinder.singh@linaro.org>2011-12-23 12:16:06 +0800
committerAndy Green <andy.green@linaro.org>2011-12-23 12:16:06 +0800
commita0a31959e1eb3ffc545667c48fc124425065bf87 (patch)
treeac28b5078696f900998c1ab519793c1817e3573c
parent84add89a9df7dbe24188a07c19024ea598880810 (diff)
Signed-off-by: Jaswinder Singh <jaswinder.singh@linaro.org>
-rw-r--r--drivers/video/omap2/dss/hdmi.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/video/omap2/dss/hdmi.c b/drivers/video/omap2/dss/hdmi.c
index 89fd4351722..a1f7c2e3403 100644
--- a/drivers/video/omap2/dss/hdmi.c
+++ b/drivers/video/omap2/dss/hdmi.c
@@ -398,7 +398,11 @@ static int hdmi_power_on(struct omap_dss_device *dssdev)
dssdev->panel.timings.x_res,
dssdev->panel.timings.y_res);
- hdmi_set_best_default(dssdev);
+ //hdmi_set_best_default(dssdev);
+ if (!hdmi.custom_set) {
+ struct fb_videomode vesa_vga = cea_modes[16]; // vesa_modes[4];
+ hdmi_set_timings(&vesa_vga, false);
+ }
omapfb_fb2dss_timings(&hdmi.cfg.timings, &dssdev->panel.timings);