commit | 8050cbe4cd9a96ff333df718f38830eabab690bd | [log] [tgz] |
---|---|---|
author | Archit Taneja <archit@ti.com> | Wed Jun 06 16:25:52 2012 +0530 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Fri Jun 29 10:15:52 2012 +0300 |
tree | a7e032e93b8521d826755dbd2c6f5b8706e67bb8 | |
parent | 23c8f88e8a140c8435658c369b26c7b60d8fe3c0 [diff] |
OMAPDSS: DISPC/APPLY: Use interlace info in manager timings for dispc_ovl_setup() Currently the interlace parameter passed to dispc_ovl_setup() is configured by checking the display type, and set to true if the display type is VENC. This isn't correct as other panels can take interlaced content too. The omap_video_timings struct in manager's private data contains the info whether the panel is in interlaced mode or not. Signed-off-by: Archit Taneja <archit@ti.com>