public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
From: Gary Thomas <gary@mlbassoc.com>
To: Enrico Butera <ebutera@users.berlios.de>
Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
	linux-media@vger.kernel.org
Subject: Re: [RFC 0/3] omap3isp: add BT656 support
Date: Tue, 11 Oct 2011 16:04:37 -0600	[thread overview]
Message-ID: <4E94BD75.5040403@mlbassoc.com> (raw)
In-Reply-To: <1318345735-16778-1-git-send-email-ebutera@users.berlios.de>

[-- Attachment #1: Type: text/plain, Size: 1506 bytes --]

On 2011-10-11 09:08, Enrico Butera wrote:
> This patch series add support for BT656 to omap3isp. It is based
> on patches from Deepthy Ravi and Javier Martinez Canillas.
>
> To be applied on top of omap3isp-omap3isp-yuv branch at:
>
> git.linuxtv.org/pinchartl/media.git
>
> Enrico Butera (2):
>    omap3isp: ispvideo: export isp_video_mbus_to_pix
>    omap3isp: ispccdc: configure CCDC registers and add BT656 support
>
> Javier Martinez Canillas (1):
>    omap3isp: ccdc: Add interlaced field mode to platform data
>
>   drivers/media/video/omap3isp/ispccdc.c  |  143 ++++++++++++++++++++++++++-----
>   drivers/media/video/omap3isp/ispccdc.h  |    1 +
>   drivers/media/video/omap3isp/ispreg.h   |    1 +
>   drivers/media/video/omap3isp/ispvideo.c |    2 +-
>   drivers/media/video/omap3isp/ispvideo.h |    4 +-
>   include/media/omap3isp.h                |    3 +
>   6 files changed, 129 insertions(+), 25 deletions(-)
>

Sorry, this just locks up on boot for me, immediately after finding the TVP5150.
I applied your changes to the above tree
   commit 658d5e03dc1a7283e5119cd0e9504759dbd3d912
   Author: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
   Date:   Wed Aug 31 16:03:53 2011 +0200

However, it does not build for my OMAP3530 without the attached patches.

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------

[-- Attachment #2: yuv.patch --]
[-- Type: text/plain, Size: 1288 bytes --]

diff --git a/drivers/media/video/omap/omap_vout.c b/drivers/media/video/omap/omap_vout.c
index b5ef362..045bcf8 100644
--- a/drivers/media/video/omap/omap_vout.c
+++ b/drivers/media/video/omap/omap_vout.c
@@ -38,6 +38,7 @@
 #include <linux/irq.h>
 #include <linux/videodev2.h>
 #include <linux/dma-mapping.h>
+#include <linux/slab.h>
 
 #include <media/videobuf-dma-contig.h>
 #include <media/v4l2-device.h>
@@ -2194,6 +2195,7 @@ static int __init omap_vout_probe(struct platform_device *pdev)
 					"'%s' Display already enabled\n",
 					def_display->name);
 			}
+#if 0  // This code generates compile errors?
 			/* set the update mode */
 			if (def_display->caps &
 					OMAP_DSS_DISPLAY_CAP_MANUAL_UPDATE) {
@@ -2207,6 +2209,7 @@ static int __init omap_vout_probe(struct platform_device *pdev)
 					dssdrv->set_update_mode(def_display,
 							OMAP_DSS_UPDATE_AUTO);
 			}
+#endif
 		}
 	}
 
diff --git a/drivers/media/video/omap3isp/ispccdc.c b/drivers/media/video/omap3isp/ispccdc.c
index fde3268..7d059b6 100644
--- a/drivers/media/video/omap3isp/ispccdc.c
+++ b/drivers/media/video/omap3isp/ispccdc.c
@@ -31,6 +31,7 @@
 #include <linux/dma-mapping.h>
 #include <linux/mm.h>
 #include <linux/sched.h>
+#include <linux/slab.h>
 #include <media/v4l2-event.h>
 
 #include "isp.h"

  parent reply	other threads:[~2011-10-11 22:04 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-11 15:08 [RFC 0/3] omap3isp: add BT656 support Enrico Butera
2011-10-11 15:08 ` [RFC 1/3] omap3isp: ccdc: Add interlaced field mode to platform data Enrico Butera
2011-10-11 15:08 ` [RFC 2/3] omap3isp: ispvideo: export isp_video_mbus_to_pix Enrico Butera
2011-10-11 15:08 ` [RFC 3/3] omap3isp: ispccdc: configure CCDC registers and add BT656 support Enrico Butera
2011-10-11 22:04 ` Gary Thomas [this message]
2011-10-11 22:25   ` [RFC 0/3] omap3isp: " Enrico
2011-10-11 22:34     ` Gary Thomas
2011-10-11 22:36       ` Gary Thomas
2011-10-11 22:48         ` Enrico
2011-10-12  8:07       ` Enrico
2011-10-12 12:15         ` Gary Thomas
2011-10-13 15:04 ` Javier Martinez Canillas
2011-10-27 16:16   ` Enrico

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4E94BD75.5040403@mlbassoc.com \
    --to=gary@mlbassoc.com \
    --cc=ebutera@users.berlios.de \
    --cc=laurent.pinchart@ideasonboard.com \
    --cc=linux-media@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox