提交 881a9640 编写于 作者: A Archit Taneja 提交者: Mauro Carvalho Chehab

[media] OMAP_VOUT: Add support for DSI panels

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: NArchit Taneja <archit@ti.com>
Acked-by: NVaibhav Hiremath <hvaibhav@ti.com>
Signed-off-by: NVaibhav Hiremath <hvaibhav@ti.com>
Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 e144ca64
...@@ -589,6 +589,7 @@ static void omap_vout_isr(void *arg, unsigned int irqstatus) ...@@ -589,6 +589,7 @@ static void omap_vout_isr(void *arg, unsigned int irqstatus)
do_gettimeofday(&timevalue); do_gettimeofday(&timevalue);
switch (cur_display->type) { switch (cur_display->type) {
case OMAP_DISPLAY_TYPE_DSI:
case OMAP_DISPLAY_TYPE_DPI: case OMAP_DISPLAY_TYPE_DPI:
if (mgr_id == OMAP_DSS_CHANNEL_LCD) if (mgr_id == OMAP_DSS_CHANNEL_LCD)
irq = DISPC_IRQ_VSYNC; irq = DISPC_IRQ_VSYNC;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册