Re: [PATCH v7 1/2] media: add new mediabus format enums for dm365

2012-07-27 Thread Sakari Ailus
Hi Prabhakar, Thanks for the patch, and my apologies for delayed answer! On Fri, Jul 27, 2012 at 04:25:04PM +0530, Prabhakar Lad wrote: > From: Manjunath Hadli > > add new enum entries for supporting the media-bus formats on dm365. > These include some bayer and some non-bayer formats. > V4L2_M

Re: [PATCH v2] mt9v032: Export horizontal and vertical blanking as V4L2 controls

2012-07-27 Thread Sakari Ailus
Hi Laurent, On Fri, Jul 27, 2012 at 01:02:04AM +0200, Laurent Pinchart wrote: > On Thursday 26 July 2012 23:54:01 Sakari Ailus wrote: > > On Tue, Jul 24, 2012 at 01:10:42AM +0200, Laurent Pinchart wrote: > > > Signed-off-by: Laurent Pinchart > > > --- > > > > > > drivers/media/video/mt9v032.c |

Re: does not compile on ubuntu 2.6.32-41-generic

2012-07-27 Thread Hans Verkuil
On Fri July 27 2012 17:46:45 Eduard Vaks wrote: > it may be an old compiler I don't know > also i can't seem to get a diff so i have included the whole file I > haven't tested it (well it works on my system but I don' even know if I > use that part of the code) but it is realativly minor. > > I

cron job: media_tree daily build: ERRORS

2012-07-27 Thread Hans Verkuil
This message is generated daily by a cron job that builds media_tree for the kernels and architectures in the list below. Results of the daily build of media_tree: date:Fri Jul 27 19:00:25 CEST 2012 git hash:931efdf58bd83af8d0578a6cc53421675daf6d41 gcc version: i686-linux-gcc (GC

Re: [PATCH v6] media: Add stk1160 new driver

2012-07-27 Thread Ezequiel Garcia
Hi Takashi, On Fri, Jul 27, 2012 at 5:03 AM, Takashi Iwai wrote: >> >> This is achieved through snd_ac97_codec/ac97_bus drivers. >> Mauro suggested that this ac97 handling should be put >> inside -alsa tree, but I'm still not sure about it. >> This approach is working well in practice, but I'm no

[PATCH v3] cx18: Declare MODULE_FIRMWARE usage

2012-07-27 Thread Tim Gardner
Cc: Andy Walls Cc: Mauro Carvalho Chehab Cc: ivtv-de...@ivtvdriver.org Cc: linux-media@vger.kernel.org Signed-off-by: Tim Gardner --- drivers/media/video/cx18/cx18-av-firmware.c |2 ++ drivers/media/video/cx18/cx18-driver.c |1 + drivers/media/video/cx18/cx18-dvb.c |6 +

Re: [PATCH] ivtv: Declare MODULE_FIRMWARE usage

2012-07-27 Thread Tim Gardner
On 07/26/2012 04:21 PM, Andy Walls wrote: > On Thu, 2012-07-26 at 12:26 -0600, Tim Gardner wrote: >> Cc: Andy Walls >> Cc: Mauro Carvalho Chehab >> Cc: ivtv-de...@ivtvdriver.org >> Cc: linux-media@vger.kernel.org >> Signed-off-by: Tim Gardner >> --- >> drivers/media/video/ivtv/ivtv-firmware.c |

[RFC PATCH 1/3] dma-fence: dma-buf synchronization (v5)

2012-07-27 Thread Maarten Lankhorst
A dma-fence can be attached to a buffer which is being filled or consumed by hw, to allow userspace to pass the buffer without waiting to another device. For example, userspace can call page_flip ioctl to display the next frame of graphics after kicking the GPU but while the GPU is still rendering

[RFC PATCH 3/3] dma-bikeshed-fence: Hardware dma-buf implementation of fencing

2012-07-27 Thread Maarten Lankhorst
This type of fence can be used with hardware synchronization for simple hardware that can block execution until the condition dma_buf[offset] >= value has been met, accounting for wraparound. A software fallback still has to be provided in case the fence is used with a device that doesn't support

[RFC PATCH 2/3] dma-buf-mgr: multiple dma-buf synchronization (v2)

2012-07-27 Thread Maarten Lankhorst
Signed-off-by: Maarten Lankhorst dma-buf-mgr handles the case of reserving single or multiple dma-bufs while trying to prevent deadlocks from buffers being reserved simultaneously. For this to happen extra functions have been introduced: + dma_buf_reserve() + dma_buf_unreserve() + dma_buf_

Re: [RFC PATCH 0/2] Add support for RDS decoding

2012-07-27 Thread Konke Radlow
Yes, I realized too late that the library header file was missing from the submitted patch. I created a additional patch and attached it to the [RFC PATCH 1/2] thread. I updated the repository. It should now be based on the most recent version of the tree (I used git://git.linuxtv.org/v4l-utils

Re: [PATCH] cx25840: Declare MODULE_FIRMWARE usage

2012-07-27 Thread Tim Gardner
On 07/26/2012 03:59 PM, Andy Walls wrote: On Thu, 2012-07-26 at 10:44 -0600, Tim Gardner wrote: Cc: Mauro Carvalho Chehab Cc: linux-media@vger.kernel.org Signed-off-by: Tim Gardner --- drivers/media/video/cx25840/cx25840-firmware.c | 15 --- 1 file changed, 12 insertions(+), 3

Re: [PATCH v7 0/2] add dm365 specific media formats

2012-07-27 Thread Laurent Pinchart
On Friday 27 July 2012 13:30:15 Laurent Pinchart wrote: > On Friday 27 July 2012 16:25:03 Prabhakar Lad wrote: > > add mediabus formats and pixel formats supported > > as part of dm365 vpfe device. > > The device supports media formats(transfer and storage) > > which include- > > 1: ALAW compressed

Re: [RFC] media DT bindings

2012-07-27 Thread Hans Verkuil
On Fri July 27 2012 13:26:36 Laurent Pinchart wrote: > Hi Hans, > > On Tuesday 17 July 2012 21:37:05 Hans Verkuil wrote: > > On Wed July 11 2012 16:27:52 Guennadi Liakhovetski wrote: > > > Hi all > > > > > > Background > > > == > > > > > > With ARM adoption of flat Device Trees a need ar

Re: [PATCH v7 0/2] add dm365 specific media formats

2012-07-27 Thread Laurent Pinchart
On Friday 27 July 2012 16:25:03 Prabhakar Lad wrote: > add mediabus formats and pixel formats supported > as part of dm365 vpfe device. > The device supports media formats(transfer and storage) > which include- > 1: ALAW compressed bayer. > 2: UV interleaved without Y (for resizer). > 3: YDYU Acke

Re: [RFC] omap3-isp G_FMT & ENUM_FMT

2012-07-27 Thread Michael Jones
Hi Laurent, On 07/27/2012 11:35 AM, Laurent Pinchart wrote: On Friday 27 July 2012 11:07:50 Michael Jones wrote: Hi Laurent, On 07/27/2012 01:32 AM, Laurent Pinchart wrote: Hi Michael, [snip] OK, so this sounds like the same behavior I'd like to add before CREATE_BUFS and PREPARE_BUFS suppo

Re: [RFC] media DT bindings

2012-07-27 Thread Laurent Pinchart
Hi Hans, On Tuesday 17 July 2012 21:37:05 Hans Verkuil wrote: > On Wed July 11 2012 16:27:52 Guennadi Liakhovetski wrote: > > Hi all > > > > Background > > == > > > > With ARM adoption of flat Device Trees a need arises to move platform > > device descriptions and their data from platfor

Re: [RFC] media DT bindings

2012-07-27 Thread Laurent Pinchart
Hi Sylwester, On Wednesday 18 July 2012 19:00:15 Sylwester Nawrocki wrote: > On 07/16/2012 01:41 PM, Guennadi Liakhovetski wrote: > [...] > > >> On 07/11/2012 04:27 PM, Guennadi Liakhovetski wrote: > >>> Hi all > >>> > >>> Background > >>> == > >>> > >>> With ARM adoption of flat Device

[PATCH v7 2/2] v4l2: add new pixel formats supported on dm365

2012-07-27 Thread Prabhakar Lad
From: Manjunath Hadli add new macro V4L2_PIX_FMT_SGRBG10ALAW8 and associated formats to represent Bayer format frames compressed by A-LAW algorithm, add V4L2_PIX_FMT_UV8 to represent storage of CbCr data (UV interleaved) only. Signed-off-by: Manjunath Hadli Signed-off-by: Lad, Prabhakar Cc: La

[PATCH v7 1/2] media: add new mediabus format enums for dm365

2012-07-27 Thread Prabhakar Lad
From: Manjunath Hadli add new enum entries for supporting the media-bus formats on dm365. These include some bayer and some non-bayer formats. V4L2_MBUS_FMT_YDYUYDYV8_1X16 and V4L2_MBUS_FMT_UV8_1X8 are used internal to the hardware by the resizer. V4L2_MBUS_FMT_SBGGR10_ALAW8_1X8 represents the ba

[PATCH v7 0/2] add dm365 specific media formats

2012-07-27 Thread Prabhakar Lad
add mediabus formats and pixel formats supported as part of dm365 vpfe device. The device supports media formats(transfer and storage) which include- 1: ALAW compressed bayer. 2: UV interleaved without Y (for resizer). 3: YDYU Changes for v7: 1: Fixed a comment from Laurent, removed subscript for

Re: [PATCH] [media] davinci: vpfe: Add documentation

2012-07-27 Thread Laurent Pinchart
Hi Manjunath, On Friday 27 July 2012 05:49:24 Hadli, Manjunath wrote: > On Thu, Jul 26, 2012 at 05:55:31, Laurent Pinchart wrote: > > On Tuesday 17 July 2012 10:43:54 Hadli, Manjunath wrote: > > > On Sun, Jul 15, 2012 at 18:16:25, Laurent Pinchart wrote: > > > > On Wednesday 11 July 2012 21:09:26

[GIT PULL FOR 3.6] V4L2 mem-to-mem device capability flags

2012-07-27 Thread Sylwester Nawrocki
Hi Mauro, The following changes since commit 931efdf58bd83af8d0578a6cc53421675daf6d41: Merge branch 'v4l_for_linus' into staging/for_v3.6 (2012-07-14 15:45:44 -0300) are available in the git repository at: git://git.infradead.org/users/kmpark/linux-samsung v4l_m2m_capabilities for you to

Re: [RFC] omap3-isp G_FMT & ENUM_FMT

2012-07-27 Thread Laurent Pinchart
On Friday 27 July 2012 11:07:50 Michael Jones wrote: > Hi Laurent, > > On 07/27/2012 01:32 AM, Laurent Pinchart wrote: > > Hi Michael, > > > > On Thursday 26 July 2012 16:22:17 Michael Jones wrote: > >> On 07/26/2012 04:05 PM, Laurent Pinchart wrote: > >>> On Thursday 26 July 2012 13:59:54 Michae

Re: [RFC] omap3-isp G_FMT & ENUM_FMT

2012-07-27 Thread Michael Jones
Hi Laurent, On 07/27/2012 01:32 AM, Laurent Pinchart wrote: Hi Michael, On Thursday 26 July 2012 16:22:17 Michael Jones wrote: On 07/26/2012 04:05 PM, Laurent Pinchart wrote: On Thursday 26 July 2012 13:59:54 Michael Jones wrote: Hello, I would like to (re)submit a couple of patches to supp

Re: [PATCH v6] media: Add stk1160 new driver

2012-07-27 Thread Takashi Iwai
At Thu, 26 Jul 2012 21:15:22 -0300, Ezequiel Garcia wrote: > > This driver adds support for stk1160 usb bridge as used in some > video/audio usb capture devices. > It is a complete rewrite of staging/media/easycap driver and > it's expected as a future replacement. > > Cc: Mauro Carvalho Chehab