Re: [PATCH 1/3] dma-fence: dma-buf synchronization (v7)

2012-08-08 Thread Sumit Semwal
Hi Maarten, On 8 August 2012 00:17, Maarten Lankhorst maarten.lankho...@canonical.com wrote: Op 07-08-12 19:53, Maarten Lankhorst schreef: 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.

Re: [PATCHv2 3/9] v4l: add buffer exporting via dmabuf

2012-08-08 Thread Sakari Ailus
Hi Hans and Rémi, On Thu, Aug 02, 2012 at 08:35:58AM +0200, Hans Verkuil wrote: ... Minimum or maximum? The maximum is 32, that's hardcoded in the V4L2 core. As far as I understand, V4L1 did have that limitation, as well as videobuf1 and 2 and a number of other drivers, but it's not found in

Re: [PATCH 2/2] dvb_usb_v2: use %*ph to dump usb xfer debugs

2012-08-08 Thread Antti Palosaari
On 08/08/2012 07:16 AM, Andy Shevchenko wrote: On Wed, Aug 8, 2012 at 1:56 AM, Antti Palosaari cr...@iki.fi wrote: diff --git a/drivers/media/dvb/dvb-usb-v2/dvb_usb_urb.c b/drivers/media/dvb/dvb-usb-v2/dvb_usb_urb.c index 5f5bdd0..0431bee 100644 --- a/drivers/media/dvb/dvb-usb-v2/dvb_usb_urb.c

Re: [PATCHv2 3/9] v4l: add buffer exporting via dmabuf

2012-08-08 Thread Hans Verkuil
On Wed 8 August 2012 11:35:38 Sakari Ailus wrote: Hi Hans and Rémi, On Thu, Aug 02, 2012 at 08:35:58AM +0200, Hans Verkuil wrote: ... Minimum or maximum? The maximum is 32, that's hardcoded in the V4L2 core. As far as I understand, V4L1 did have that limitation, as well as videobuf1 and

[PATCH,RESEND] v4l/s5p-mfc: added support for end of stream handling in MFC encoder

2012-08-08 Thread Andrzej Hajda
s5p-mfc encoder after receiving V4L2_ENC_CMD_STOP command will instruct MFC device to release all encoded frames. After dequeuing last encoded frame driver will generate V4L2_EVENT_EOS event. Signed-off-by: Andrzej Hajda a.ha...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com

[PATCH] dma-buf: add reference counting for exporter module

2012-08-08 Thread Tomasz Stanislawski
This patch adds reference counting on a module that exports dma-buf and implements its operations. This prevents the module from being unloaded while DMABUF file is in use. Signed-off-by: Tomasz Stanislawski t.stanisl...@samsung.com --- Documentation/dma-buf-sharing.txt |3 ++-

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

2012-08-08 Thread Konke Radlow
just for the record, these patches are: Signed-off-by: Konke Radlow krad...@cisco.com Regards, Konke On Tue, Aug 7, 2012 at 3:11 PM, Konke Radlow krad...@cisco.com wrote: Hello, first of all: thank you for the comments to my previous RFC for the libv4l2rds library and the rds-ctl control

[PATCH] vpif: replace preset with the timings API.

2012-08-08 Thread Prabhakar Lad
From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Lad, Prabhakar prabhakar@ti.com Signed-off-by: Manjunath Hadli manjunath.ha...@ti.com --- drivers/media/video/davinci/vpif.c | 16 ++-- drivers/media/video/davinci/vpif.h

[PATCH 0/2] Replace the obsolete preset API by timings API

2012-08-08 Thread Prabhakar Lad
This first patch replaces the obsolete preset API by timings API for davinci VPBE, appropriate chnages in machine file for dm644x in which VPBE is enabled. And the second patch adds support for timings API for ths7303 driver. Sending them as s series since VPBE uses the ths7303 driver. Hans

[PATCH 1/2] dm644x: replace the obsolete preset API by the timings API.

2012-08-08 Thread Prabhakar Lad
From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Lad, Prabhakar prabhakar@ti.com Signed-off-by: Manjunath Hadli manjunath.ha...@ti.com --- arch/arm/mach-davinci/board-dm644x-evm.c | 15 ++-- arch/arm/mach-davinci/dm644x.c

[PATCH 2/2] ths7303: enable THS7303 for HD modes

2012-08-08 Thread Prabhakar Lad
From: Manjunath Hadli manjunath.ha...@ti.com add filter settings for high def modes like 1080i, 1080p,720p and others and implementing dv_timings. Signed-off-by: Manjunath Hadli manjunath.ha...@ti.com Signed-off-by: Lad, Prabhakar prabhakar@ti.com --- drivers/media/video/ths7303.c | 107

Re: [PATCH] dma-buf: add reference counting for exporter module

2012-08-08 Thread Laurent Pinchart
Hi Tomasz, Thanks for the patch. On Wednesday 08 August 2012 12:17:41 Tomasz Stanislawski wrote: This patch adds reference counting on a module that exports dma-buf and implements its operations. This prevents the module from being unloaded while DMABUF file is in use. Signed-off-by:

Re: [PATCH] dma-buf: add reference counting for exporter module

2012-08-08 Thread Tomasz Stanislawski
Hi Laurent, On 08/08/2012 03:35 PM, Laurent Pinchart wrote: Hi Tomasz, Thanks for the patch. On Wednesday 08 August 2012 12:17:41 Tomasz Stanislawski wrote: This patch adds reference counting on a module that exports dma-buf and implements its operations. This prevents the module from

[PATCH 7/8] libdvbv5: renamed registration descriptor

2012-08-08 Thread André Roth
Signed-off-by: André Roth neol...@gmail.com --- lib/include/descriptors.h |2 +- lib/libdvbv5/descriptors.c |4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/include/descriptors.h b/lib/include/descriptors.h index 9e3d49b..b1a8e84 100644 ---

Re: [PATCH] dma-buf: add reference counting for exporter module

2012-08-08 Thread Daniel Vetter
On Wed, Aug 08, 2012 at 03:53:10PM +0200, Tomasz Stanislawski wrote: Hi Laurent, On 08/08/2012 03:35 PM, Laurent Pinchart wrote: Hi Tomasz, Thanks for the patch. On Wednesday 08 August 2012 12:17:41 Tomasz Stanislawski wrote: This patch adds reference counting on a module that

Re: [PATCH] omap3isp: Mark the resizer output video node as the default video node

2012-08-08 Thread Sakari Ailus
On Wed, Aug 08, 2012 at 05:30:57PM +0200, Laurent Pinchart wrote: The resizer can output YUYV and UYVY in a wide range of sizes, making it the best video node for regular V4L2 applications. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com Thanks! Acked-by: Sakari Ailus

Re: boot slow down

2012-08-08 Thread bjlockie
How hard would it be to get an official kernel option not to load firmware OR be able to set the timeout? -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at

[GIT PULL FOR v3.7] OMAP ISP patches

2012-08-08 Thread Laurent Pinchart
Hi Mauro, The following changes since commit c3707357c6c651652a87a05eabd7582f90a4: [media] az6007: Update copyright (2012-08-06 09:25:12 -0300) are available in the git repository at: git://linuxtv.org/pinchartl/media.git omap3isp-omap3isp-next Ivaylo Petrov (1): omap3isp: csi2:

cron job: media_tree daily build: WARNINGS

2012-08-08 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:Wed Aug 8 19:00:24 CEST 2012 git hash:c3707357c6c651652a87a05eabd7582f90a4 gcc version: i686-linux-gcc

Re: [GIT PULL for 3.6-rc1] media updates part 2

2012-08-08 Thread David Rientjes
On Tue, 31 Jul 2012, Mauro Carvalho Chehab wrote: [media] radio-shark: New driver for the Griffin radioSHARK USB radio receiver This one gives me a build warning if CONFIG_LEDS_CLASS is disabled: ERROR: led_classdev_register [drivers/media/radio/shark2.ko] undefined! ERROR:

About switching between V4L2_BUF_TYPE_VIDEO_CAPTURE and V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE capture buffers in v4l2-mem2mem, across instances

2012-08-08 Thread Ilyes Gouta
Hi, I'm using the v4l2-mem2mem infrastructure for a driver I'm writing and I'm looking if it's possible to have the capture vb2_queue to take both V4L2_BUF_TYPE_VIDEO_CAPTURE and V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE buffers, across instances. The IP I'm writing the driver for, handles

build docs fails: parser error : Failure to process entity sub-enum-freq-bands

2012-08-08 Thread Antti Palosaari
That is from current staging/for_v3.7 [crope@localhost linux]$ make htmldocs HTMLDocumentation/DocBook/media_api.html warning: failed to load external entity /home/crope/linuxtv/code/linux/Documentation/DocBook/vidioc-enum-freq-bands.xml

[Fwd: Patch update notification: 23 patches updated]

2012-08-08 Thread Patrick Dickey
Is there anything that I need to do for this? The patches were the older versions, if I remember correctly, and Mauro has moved them to a branch on his tree (but I haven't checked lately to see if there has been any work done on that branch). Thanks, and have a great day:) Patrick.

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

2012-08-08 Thread Manjunath Hadli
Hi Sakari, Thank you for the comments. On Thursday 02 August 2012 05:37 AM, Sakari Ailus wrote: Hi Manju, Thanks for the patch. Please make sure these patches reach linux-media next time. If they do not, it severely limits the number of potential reviewers. I don't know why, but the

Re: [PATCH] dma-buf: add reference counting for exporter module

2012-08-08 Thread Sumit Semwal
Hi Tomasz, On 8 August 2012 19:36, Daniel Vetter dan...@ffwll.ch wrote: On Wed, Aug 08, 2012 at 03:53:10PM +0200, Tomasz Stanislawski wrote: Hi Laurent, On 08/08/2012 03:35 PM, Laurent Pinchart wrote: Hi Tomasz, Thanks for the patch. Thanks for the patch; may I ask you to split it into