]> git.baikalelectronics.ru Git - kernel.git/commit
OMAPDSS: DISPC/APPLY: Use interlace info in manager timings for dispc_ovl_setup()
authorArchit Taneja <archit@ti.com>
Wed, 6 Jun 2012 10:55:52 +0000 (16:25 +0530)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 29 Jun 2012 07:15:52 +0000 (10:15 +0300)
commitc93c239df6d1e06506d189820a36c37d988abef2
treea7e032e93b8521d826755dbd2c6f5b8706e67bb8
parent4d60efef62b57bfcbcba151ff998f7c3d1e0768d
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>
drivers/video/omap2/dss/apply.c
drivers/video/omap2/dss/dispc.c
drivers/video/omap2/dss/dss.h