mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-16 05:26:07 +00:00
[media] omap_vout: Add DVI display type support
Since the introduction of the new OMAP DSS DVI connector driver in commit 348077b154357eec595068a3336ef6beb870e6f3 ("OMAPDSS: Add new DVI Connector driver"), DVI outputs report a new display type of OMAP_DISPLAY_TYPE_DVI instead of OMAP_DISPLAY_TYPE_DPI. Handle the new type in the IRQ handler. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Acked-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
This commit is contained in:
parent
493a9cfdb9
commit
c6a328a06b
@ -601,6 +601,7 @@ static void omap_vout_isr(void *arg, unsigned int irqstatus)
|
||||
switch (cur_display->type) {
|
||||
case OMAP_DISPLAY_TYPE_DSI:
|
||||
case OMAP_DISPLAY_TYPE_DPI:
|
||||
case OMAP_DISPLAY_TYPE_DVI:
|
||||
if (mgr_id == OMAP_DSS_CHANNEL_LCD)
|
||||
irq = DISPC_IRQ_VSYNC;
|
||||
else if (mgr_id == OMAP_DSS_CHANNEL_LCD2)
|
||||
|
Loading…
x
Reference in New Issue
Block a user