Linux Kernel Mailing List | 1 Aug 2012 20:37

OMAPDSS: DISPC/APPLY: Use interlace info in manager timings for dispc_ovl_setup()

Gitweb:     http://git.kernel.org/linus/;a=commit;h=8050cbe4cd9a96ff333df718f38830eabab690bd
Commit:     8050cbe4cd9a96ff333df718f38830eabab690bd
Parent:     23c8f88e8a140c8435658c369b26c7b60d8fe3c0
Author:     Archit Taneja <archit <at> ti.com>
AuthorDate: Wed Jun 6 16:25:52 2012 +0530
Committer:  Tomi Valkeinen <tomi.valkeinen <at> ti.com>
CommitDate: Fri Jun 29 10:15:52 2012 +0300

    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 <at> ti.com>
---
 drivers/video/omap2/dss/apply.c |    6 ++----
 drivers/video/omap2/dss/dispc.c |    4 ++--
 drivers/video/omap2/dss/dss.h   |    3 +--
 3 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/drivers/video/omap2/dss/apply.c b/drivers/video/omap2/dss/apply.c
index ab22cc2..3ce7a3e 100644
--- a/drivers/video/omap2/dss/apply.c
+++ b/drivers/video/omap2/dss/apply.c
 <at>  <at>  -537,7 +537,7  <at>  <at>  static void dss_ovl_write_regs(struct omap_overlay *ovl)
 {
(Continue reading)


Gmane