summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorMythri P K <mythripk@ti.com>2010-08-19 15:54:01 +0530
committerSamreen <samreen@ti.com>2010-08-19 18:09:25 +0530
commita93a7ea55108dbf16f58d3d0543312458a2a1a81 (patch)
treedf41f0c1b3d8cdfbd18e011bbe3c0974251fb8b0 /drivers
parent40e5501bfbf98349c52e89dbb5aea658744046f0 (diff)
OMAP4:DSS:HDMI:Patch to correct interlaced timing in HDMI
Signed-off-by: Mythri P K <mythripk@ti.com> Sujeet Baranwal <s-baranwal@ti.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/video/omap2/dss/hdmi.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/drivers/video/omap2/dss/hdmi.c b/drivers/video/omap2/dss/hdmi.c
index 5cf773d9325d..04e16033d175 100644
--- a/drivers/video/omap2/dss/hdmi.c
+++ b/drivers/video/omap2/dss/hdmi.c
@@ -95,10 +95,10 @@ const struct omap_video_timings all_timings_direct[31] = {
{1280, 720, 74250, 40, 110, 220, 5, 5, 20},
{720, 480, 27000, 62, 16, 60, 6, 9, 30},
{2880, 576, 108000, 256, 48, 272, 5, 5, 39},
- {1440, 480, 27000, 124, 38, 114, 3, 4, 15},
- {1440, 576, 27000, 126, 24, 138, 3, 2, 19},
- {1920, 1080, 74250, 44, 528, 148, 2, 5, 15},
- {1920, 1080, 74250, 44, 88, 148, 2, 5, 15},
+ {1440, 240, 27000, 124, 38, 114, 3, 4, 15},
+ {1440, 288, 27000, 126, 24, 138, 3, 2, 19},
+ {1920, 540, 74250, 44, 528, 148, 5, 2, 15},
+ {1920, 540, 74250, 44, 88, 148, 5, 2, 15},
{1920, 1080, 148500, 44, 88, 148, 5, 4, 36},
{720, 576, 27000, 64, 12, 68, 5, 5, 39},
{1440, 576, 54000, 128, 24, 136, 5, 5, 39},
@@ -733,8 +733,10 @@ static int hdmi_power_on(struct omap_dss_device *dssdev)
case 6:
case 21:
hdmi.cfg.interlace = 1;
+ break;
default:
hdmi.cfg.interlace = 0;
+ break;
}
}