Re: [PATCH v3 2/4] [media] exynos-scaler: Add core functionality for the SCALER driver

2013-09-17 Thread Shaik Ameer Basha
Hi Sylwester, Thanks for the comments. On Mon, Sep 16, 2013 at 3:58 AM, Sylwester Nawrocki sylvester.nawro...@gmail.com wrote: Hi Shaik, Thanks for addressing my comments, it really looks much better now. I have few more comments, mostly minor issues. [...] + +const struct scaler_fmt

[GIT PULL] 2 3.12 fixes: mx3-camera and VOU

2013-09-17 Thread Guennadi Liakhovetski
Hi Mauro I was postponing these two patch to push them together with potential em28xx fixes, but since we still cannot agree on those, I decided to push these ones out: The following changes since commit 2a65ef5e5e5863af7848680909478fdc79e726d7: Add linux-next specific files for 20130917

Re: [PATCH v7 01/13] [media] exynos5-is: Adding media device driver for exynos5

2013-09-17 Thread Arun Kumar K
Hi Sylwester, I'd like to propose a little re-design of this binding. The reason is that I've noticed issues related to the power domain and FIMC-LITE, FIMC-IS clocks handling sequences. This lead to a failure to disable the ISP power domain and to complete the system suspend/resume cycle.

Re: [PATCH v3 2/4] [media] exynos-scaler: Add core functionality for the SCALER driver

2013-09-17 Thread Shaik Ameer Basha
Hi sylwester, Isn't scaler_hw_set_csc_coef() function configuring the colorspace ? Actually speaking this function should do the color space setting part. What the SCALER ip supports is CSC offset value for Y YCbCr to RGB : Zero offset of -16 offset for input RGB to YCbCr : Zero offset

[PATCH v9 0/2] Introduce buffer synchronization framework

2013-09-17 Thread Inki Dae
Hi all, This patch set introduces a buffer synchronization framework based on DMA BUF[1] and based on ww-mutexes[2] for lock mechanism, and is rebased on linux-3.12-rc1 The purpose of this framework is to provide not only buffer access control to CPU and CPU, and CPU and DMA, and DMA and DMA but

[PATCH v9 1/2] dmabuf-sync: Add a buffer synchronization framework

2013-09-17 Thread Inki Dae
This patch adds a buffer synchronization framework based on DMA BUF[1] and and based on ww-mutexes[2] for lock mechanism, and is rebased on linux-3.12-rc1 The purpose of this framework is to provide not only buffer access control to CPU and DMA but also easy-to-use interfaces for device drivers

[PATCH v2 2/2] dma-buf: Add user interfaces for dmabuf sync support

2013-09-17 Thread Inki Dae
This patch adds lock and poll callbacks to dma buf file operations, and these callbacks will be called by fcntl and select system calls. fcntl and select system calls can be used to wait for the completion of DMA or CPU access to a shared dmabuf. The difference of them is fcntl system call takes

[GIT PULL FOR 3.13] videobuf2 updates

2013-09-17 Thread Sylwester Nawrocki
Hi Mauro, This includes videobuf2-dma-sg allocator enhancements, videobuf-core cleanup and debug logs addition. The following changes since commit 272b98c6455f00884f0350f775c5342358ebb73f: Linux 3.12-rc1 (2013-09-16 16:17:51 -0400) are available in the git repository at:

[GIT PULL] 3.12 (mostly videobuf2) fixes

2013-09-17 Thread Sylwester Nawrocki
Hi Mauro, Here are couple regression fixes for 3.12-rc. I'm planning to send backport patches of the videobuf2-dma-contig allocator patch for -stable. The following changes since commit 272b98c6455f00884f0350f775c5342358ebb73f: Linux 3.12-rc1 (2013-09-16 16:17:51 -0400) are available in the

Re: avermedia A306 / PCIe-minicard (laptop) / CX23885

2013-09-17 Thread Steven Toth
Hello Hello Remi! Thank you for looking at the Avercard with the CX23885 driver. Antti, redirected me toward you, What exactly is your question? And If it's at the least at the same stage as the HC81 , I think it deserve's to be listed in cards.h Possibly. Tell us again 1) what you

Re: Canvassing for Linux support for Startech PEXHDCAP

2013-09-17 Thread Steve Cookson
On 16/09/2013 19:09, Devin Heitmueller wrote: To be clear, this card is a *raw* capture card. It does not have any hardware compression for H.264. It's done entirely in software. Ok, well I misunderstood that. And, in addition, I also thought that hardware encoding *reduced* latency,

Re: [PATCH v11 0/8] PHY framework

2013-09-17 Thread Felipe Balbi
On Wed, Sep 04, 2013 at 02:27:06PM +0530, Kishon Vijay Abraham I wrote: On Tuesday 03 September 2013 09:20 PM, Greg KH wrote: On Tue, Sep 03, 2013 at 08:55:23PM +0530, Kishon Vijay Abraham I wrote: Hi Greg, On Wednesday 28 August 2013 12:50 AM, Felipe Balbi wrote: Hi, On Mon, Aug

Re: avermedia A306 / PCIe-minicard (laptop) / CX23885

2013-09-17 Thread remi
Hello :) Thnx for the reply ! Well, I do not have the cables ... it's a laptop card, orginally for a Dell, I am doing my tests on an Acer, The Video0 dev , composite/s-video is showing an analog signal, i guess a noise picture because not hooked-up, but bottom half is sometimes green .

Kernel Summit Media Mini-summit attendees on Oct 23 in Edinburgh

2013-09-17 Thread Mauro Carvalho Chehab
Hi, I'm trying to consolidate the list of interested people on participating at this year's the media mini-summit. From what I got from the discussions, we have, so far: Benjamin Gaignard benjamin.gaign...@linaro.org Guennadi Liakhovetski g.liakhovet...@gmx.de Hans

Re: avermedia A306 / PCIe-minicard (laptop) / CX23885

2013-09-17 Thread Steven Toth
Hello :) Thnx for the reply ! You are welcome. Well, I do not have the cables ... it's a laptop card, orginally for a Dell, I am doing my tests on an Acer, So you don't have a valid signal to test your changes with? The Video0 dev , composite/s-video is showing an analog signal, i guess

Re: Canvassing for Linux support for Startech PEXHDCAP

2013-09-17 Thread Steve Cookson
On 17/09/2013 12:38, Devin Heitmueller wrote: Nope, the opposite. In order to compress the video you need to store enough context to look for repetition. Ok, quite intuitive, once you know what to look for. Yup. We've been through the exercise several times with various HD capture boards.

[RFC 1/1] v4l: return POLLERR on V4L2 sub-devices if no events are subscribed

2013-09-17 Thread Sakari Ailus
From: Teemu Tuominen teemux.tuomi...@intel.com Add check and return POLLERR from subdev_poll() in case of no events subscribed and wakeup once the last event subscription is removed. This change is essentially done to add possibility to wakeup polling with concurrent unsubscribe. Signed-off-by:

Re: [Bug] 0ac8:0321 Vimicro generic vc0321 Camera is not working and causes crashes since 3.2

2013-09-17 Thread Frank Dierich
On 09/09/2013 02:09 PM, Hans de Goede wrote: Thanks for the bug report, looking at the bug reports, they all report an error of -71 which is EPROTO, which typically means something is wrong at the USB level. And nothing has changed for the driver in question between 3.1 and 3.2 , so I believe

Re: Kernel Summit Media Mini-summit attendees on Oct 23 in Edinburgh

2013-09-17 Thread Oliver Schinagl
On 09/17/13 19:08, Mauro Carvalho Chehab wrote: Hi, I'm trying to consolidate the list of interested people on participating at this year's the media mini-summit. From what I got from the discussions, we have, so far: Benjamin Gaignard benjamin.gaign...@linaro.org Guennadi

Re: Kernel Summit Media Mini-summit attendees on Oct 23 in Edinburgh

2013-09-17 Thread Laurent Pinchart
On Tuesday 17 September 2013 19:49:21 Oliver Schinagl wrote: On 09/17/13 19:08, Mauro Carvalho Chehab wrote: Hi, I'm trying to consolidate the list of interested people on participating at this year's the media mini-summit. From what I got from the discussions, we have, so far:

ivtv 1.4.2/1.4.3 broken in recent kernels?

2013-09-17 Thread Rajil Saraswat
Hi, I have a couple of PVR-500's which have additional tuners connected to them (using daughter cards). The audio is not usable on either 1.4.2 or 1.4.3 ivtv drivers. The issue is described at http://ivtvdriver.org/pipermail/ivtv-users/2013-September/010462.html Is there anything i can do to

Re: [PATCH v7 01/13] [media] exynos5-is: Adding media device driver for exynos5

2013-09-17 Thread Sylwester Nawrocki
Hi Arun, On 09/17/2013 01:29 PM, Arun Kumar K wrote: Wont this make fimc-is to be enabled to use fimc-lite? Hmm, it would be runtime PM active, yes. But it doesn't mean the Cortex-A5's firmware would need to be running. As such there is no dependency like that in hardware and we can use

Re: Kernel Summit Media Mini-summit attendees on Oct 23 in Edinburgh

2013-09-17 Thread Laurent Pinchart
Hi Guennadi, On Tuesday 17 September 2013 22:41:57 Guennadi Liakhovetski wrote: On Tue, 17 Sep 2013, Laurent Pinchart wrote: On Tuesday 17 September 2013 19:49:21 Oliver Schinagl wrote: On 09/17/13 19:08, Mauro Carvalho Chehab wrote: Hi, I'm trying to consolidate the list of

Re: Kernel Summit Media Mini-summit attendees on Oct 23 in Edinburgh

2013-09-17 Thread Guennadi Liakhovetski
On Tue, 17 Sep 2013, Laurent Pinchart wrote: On Tuesday 17 September 2013 19:49:21 Oliver Schinagl wrote: On 09/17/13 19:08, Mauro Carvalho Chehab wrote: Hi, I'm trying to consolidate the list of interested people on participating at this year's the media mini-summit. From what I

Re: [RFC 1/1] v4l: return POLLERR on V4L2 sub-devices if no events are subscribed

2013-09-17 Thread Laurent Pinchart
Hi Sakari and Teemu, Thank you for the patch. On Tuesday 17 September 2013 21:07:19 Sakari Ailus wrote: From: Teemu Tuominen teemux.tuomi...@intel.com Add check and return POLLERR from subdev_poll() in case of no events subscribed and wakeup once the last event subscription is removed.

[PATCH] stv090x: use lookup tables for carrier/noise ratio

2013-09-17 Thread Joerg Riechardt
The stv090x driver uses the lookup table for signal strength already, with this patch we use the lookup tables for carrier/noise ratio as well. This has the advantage, that values for DVB-S and DVB-S2 are now corresponding, while before they were way off. The values are now proportional to real

Vážení E-mail užívateľa;

2013-09-17 Thread webmaster Administrator
Vážení E-mail užívateľa; Prekročili ste 23432 boxy nastaviť svoje Webová služba / Administrátor, a budete mať problémy pri odosielaní a prijímať e-maily, kým znova overiť. Musíte aktualizovať kliknutím na odkaz nižšie a vyplňte údaje pre overenie vášho účtu Prosím, kliknite na odkaz nižšie alebo

cron job: media_tree daily build: WARNINGS

2013-09-17 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 Sep 18 04:00:14 CEST 2013 git branch: test git hash: f66b2a1c7f2ae3fb0d5b67d07ab4f5055fd3cf16 gcc