Re: [Linaro-mm-sig] [PATCHv6 00/13] Integration of videobuf2 with dmabuf

2012-06-05 Thread Hans Verkuil
On Mon June 4 2012 23:58:07 Hans Verkuil wrote: Hi Rebecca, On Mon June 4 2012 21:34:23 Rebecca Schultz Zavin wrote: I have a system where the data is planar, but the kernel drivers expect to get one allocation with offsets for the planes. I can't figure out how to do that with the

Re: Doing a new upstream / linuxtv.org xawtv3 release?

2012-06-05 Thread Hans de Goede
Hi, On 06/04/2012 08:01 PM, Gregor Jasny wrote: Hello, On 6/4/12 12:57 PM, Hans de Goede wrote: I've been doing a lot of work on xawtv3 lately, mostly on the radio app but also some on xawtv itself. I'm no done and IMHO it would be good to do a new upstream release to get all those changes

Re: [PATCH v2 01/10] string: introduce memweight

2012-06-05 Thread Akinobu Mita
2012/6/4 Jan Kara j...@suse.cz: On Mon 04-06-12 20:46:14, Akinobu Mita wrote: 2012/6/4 Jan Kara j...@suse.cz: On Sat 02-06-12 22:40:07, Akinobu Mita wrote: memweight() is the function that counts the total number of bits set in memory area. áUnlike bitmap_weight(), memweight() takes

[PATCH] media: mx2_camera: Add YUYV output format.

2012-06-05 Thread Javier Martin
While YUYV format can be handled using generic pass-through mode, in order to allow resizing the eMMa-PrP has to know exactly what format it is dealing with to process data accordingly. Signed-off-by: Javier Martin javier.mar...@vista-silicon.com --- drivers/media/video/mx2_camera.c | 26

Re: [PATCH] media: mx2_camera: Add YUYV output format.

2012-06-05 Thread javier Martin
Hi, On 5 June 2012 16:09, Fabio Estevam feste...@gmail.com wrote: Hi Javier, Just curious: have you managed to get VPU driver working in mainline running on mx27? No, I'm still working on it in my spare time. Progress is rather slow. Regards. -- Javier Martin Vista Silicon S.L. CDTUC -

Re: [PATCH] media: mx2_camera: Add YUYV output format.

2012-06-05 Thread Fabio Estevam
On Tue, Jun 5, 2012 at 11:14 AM, javier Martin javier.mar...@vista-silicon.com wrote: No, I'm still working on it in my spare time. Progress is rather slow. Ok, great. If you want to collaborate on this task, I will be glad to help. Let me know if you have a git tree with your work in

Re: SH7724, VOU, PAL mode

2012-06-05 Thread Guennadi Liakhovetski
Hi Janusz Sorry, this is not going to be a very detailed reply. It's been a long time since I've worked with VOU and AK8813(4). On Mon, 4 Jun 2012, Janusz Uzycki wrote: Hi Guennadi. I am trying to force to proper work CS4954 encoder with sh4. I want to use sh4 VOU in PAL mode (kernel

cron job: media_tree daily build: WARNINGS

2012-06-05 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:Tue Jun 5 19:00:19 CEST 2012 git hash:5472d3f17845c4398c6a510b46855820920c2181 gcc version: i686-linux-gcc

Re: [RFC] Media controller entity information ioctl [was Re: [patch] suggestion for media framework]

2012-06-05 Thread Sakari Ailus
Hi Laurent, Laurent Pinchart wrote: Hi Oleksiy, Thank you for the patch. [CC'ing linux-media] On Sunday 03 June 2012 19:17:06 Oleksij Rempel wrote: Hi Laurent, in attachment is a suggestion patch for media framework and a test program which use this patch. Suddenly we still didn't

[GIT PULL FOR v3.6] bw-qcam driver update

2012-06-05 Thread Hans Verkuil
Hi Mauro, This patch fixes various driver issues that came up when I tested my Connectix BW parallel port webcam. Just for fun I've attached a snapshot of the webcam output: it's the best quality mode of 6 bits per pixel and 320x240, running at less than 1 fps :-) Tested both on a big endian

Re: SH7724, VOU, PAL mode

2012-06-05 Thread Janusz Uzycki
Hi. Sorry, this is not going to be a very detailed reply. It's been a long time since I've worked with VOU and AK8813(4). I see. If I set PAL mode (v4l2-ctl -s) VOUCR::MD is still configured for NTSC. This shouldn't be the case: look at sh_vou_s_std(). Can you try to add debugging to the

Re: [PATCH 06/15] video: mx1_camera: Use clk_prepare_enable/clk_disable_unprepare

2012-06-05 Thread Fabio Estevam
Guennadi, On Tue, May 29, 2012 at 6:20 AM, Sascha Hauer s.ha...@pengutronix.de wrote: On Fri, May 25, 2012 at 08:14:47PM -0300, Fabio Estevam wrote: From: Fabio Estevam fabio.este...@freescale.com Prepare the clock before enabling it. Cc: Guennadi Liakhovetski g.liakhovet...@gmx.de Cc:

Re: [Linaro-mm-sig] [PATCHv6 00/13] Integration of videobuf2 with dmabuf

2012-06-05 Thread Laurent Pinchart
Hi Rebecca, On Monday 04 June 2012 12:34:23 Rebecca Schultz Zavin wrote: I have a system where the data is planar, but the kernel drivers expect to get one allocation with offsets for the planes. I can't figure out how to do that with the current dma_buf implementation. I thought I could