* [PATCH] omap_vout: Add DVI display type support
@ 2014-02-08 14:32 Laurent Pinchart
2014-02-10 9:52 ` Tomi Valkeinen
0 siblings, 1 reply; 2+ messages in thread
From: Laurent Pinchart @ 2014-02-08 14:32 UTC (permalink / raw)
To: linux-media; +Cc: Tomi Valkeinen
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>
---
drivers/media/platform/omap/omap_vout.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/media/platform/omap/omap_vout.c b/drivers/media/platform/omap/omap_vout.c
index dfd0a21..9a726ea 100644
--- a/drivers/media/platform/omap/omap_vout.c
+++ b/drivers/media/platform/omap/omap_vout.c
@@ -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)
--
Regards,
Laurent Pinchart
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] omap_vout: Add DVI display type support
2014-02-08 14:32 [PATCH] omap_vout: Add DVI display type support Laurent Pinchart
@ 2014-02-10 9:52 ` Tomi Valkeinen
0 siblings, 0 replies; 2+ messages in thread
From: Tomi Valkeinen @ 2014-02-10 9:52 UTC (permalink / raw)
To: Laurent Pinchart, linux-media
[-- Attachment #1: Type: text/plain, Size: 1160 bytes --]
On 08/02/14 16:32, Laurent Pinchart wrote:
> 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>
> ---
> drivers/media/platform/omap/omap_vout.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/media/platform/omap/omap_vout.c b/drivers/media/platform/omap/omap_vout.c
> index dfd0a21..9a726ea 100644
> --- a/drivers/media/platform/omap/omap_vout.c
> +++ b/drivers/media/platform/omap/omap_vout.c
> @@ -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)
>
Acked-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Tomi
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 901 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-02-10 9:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-08 14:32 [PATCH] omap_vout: Add DVI display type support Laurent Pinchart
2014-02-10 9:52 ` Tomi Valkeinen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox