[media] OMAP_VOUT: Add support for DSI panels
authorArchit Taneja <archit@ti.com>
Wed, 28 Sep 2011 13:49:27 +0000 (10:49 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 7 Nov 2011 13:20:06 +0000 (11:20 -0200)
Add support for DSI panels. DSI video mode panels will work directly. For
command mode panels, we will need to trigger updates regularly. This isn't done
by the omap_vout driver currently. It can still be supported if we connect a
framebuffer device to the panel and configure it in auto update mode.

Signed-off-by: Archit Taneja <archit@ti.com>
Acked-by: Vaibhav Hiremath <hvaibhav@ti.com>
Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/omap/omap_vout.c

index c344d5992f3c439438bff33e8aa2b26846f75058..def647242bb3029de70f5dfeb20a6167939b2e6b 100644 (file)
@@ -589,6 +589,7 @@ static void omap_vout_isr(void *arg, unsigned int irqstatus)
        do_gettimeofday(&timevalue);
 
        switch (cur_display->type) {
+       case OMAP_DISPLAY_TYPE_DSI:
        case OMAP_DISPLAY_TYPE_DPI:
                if (mgr_id == OMAP_DSS_CHANNEL_LCD)
                        irq = DISPC_IRQ_VSYNC;