Re: omap3isp Device Tree support status

2014-10-10 Thread Sakari Ailus
Hi Alaganjar, On Fri, Oct 10, 2014 at 02:08:43AM +0530, Alaganraj Sandhanam wrote: > Hi Sakari, > > On Wednesday 08 October 2014 05:03 PM, Sakari Ailus wrote: > > Hi Alaganjar, > > > > On Tue, Oct 07, 2014 at 02:37:37AM +0530, Alaganraj Sandhanam wrote: > >> Hi Sakari, > >> > >> Thanks for the p

[PATCH] vb2: replace VIDEO_MAX_FRAME with VB2_MAX_FRAME

2014-10-10 Thread Hans Verkuil
(This patch is from Divneil except for the vivid changes which I added. He had difficulties posting the patch without the mailer mangling it, so I'm reposting it for him) - vb2 drivers to rely on VB2_MAX_FRAME. - VB2_MAX_FRAME bumps the value to 64 from current 32 Signed-off-by: Divneil Wadhawa

Re: [PATCH/RFC 1/1] Add a libv4l plugin for Exynos4 camera

2014-10-10 Thread Jacek Anaszewski
Hi, On 10/09/2014 10:20 AM, Hans de Goede wrote: Hi, On 10/08/2014 03:22 PM, Jacek Anaszewski wrote: Hi Hans, On 10/08/2014 02:42 PM, Hans de Goede wrote: +} + +/* refresh device topology data after linking */ +release_entities(mdev); + +ret = get_device_topology(mdev); +

Re: [PATCH/RFC 0/1] Libv4l: Add a plugin for the Exynos4 camera

2014-10-10 Thread Jacek Anaszewski
Hi, On 10/09/2014 07:46 PM, Gregor Jasny wrote: Hi, On 08/10/14 10:46, Jacek Anaszewski wrote: This patch adds a plugin for the Exynos4 camera. I wanted to split at least the parser part to the separate module but encountered some problems with autotools configuration and therefore I'd like to

[PATCH] s5p-jpeg: Avoid -Wuninitialized warning in s5p_jpeg_parse_hdr

2014-10-10 Thread Jacek Anaszewski
Initialize components variable in order to avoid the possibility of using it uninitialized. Signed-off-by: Jacek Anaszewski --- drivers/media/platform/s5p-jpeg/jpeg-core.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/platform/s5p-jpeg/jpeg-core.c b/driver

Re: [PATCH/RFC 1/1] Add a libv4l plugin for Exynos4 camera

2014-10-10 Thread Hans Verkuil
Hi Jacek, I didn't do an in-depth review, but one thing caught my eye: On 10/08/2014 10:46 AM, Jacek Anaszewski wrote: The plugin provides support for the media device on Exynos4 SoC. Added is also a media device configuration file parser. The media configuration file is used for conveying info

Re: technisat-usb2: i2c-error

2014-10-10 Thread JPT
Hi Patrick, Am 09.10.2014 um 17:26 schrieb Patrick Boettcher: > Hi Jan, > >> What exactly do the i2c-errors mean? > > I can't tell you exactly what happens in the device, but I can tell you > that I have the same problem with my device on my PC sometimes. > > In addition to this I2c-failures

[RFC PATCH 1/4] [media] ti-vpe: Use data offset for getting dma_addr for a plane

2014-10-10 Thread Nikhil Devshatwar
The data_offset in v4l2_planes structure will help us point to the start of data content for that particular plane. This may be useful when a single buffer contains the data for different planes e.g. Y planes of two fields in the same buffer. With this, user space can pass queue top field and botto

[RFC PATCH 2/4] [media] ti-vpe: Use line average de-interlacing for first 2 frames

2014-10-10 Thread Nikhil Devshatwar
From: Archit Taneja For n input fields, the VPE de-interlacer creates n - 2 progressive frames. To support this, we use line average mode of de-interlacer for the first 2 input fields to generate 2 progressive frames. We then revert back to the preferred EDI method, and create n - 2 frames, crea

[RFC PATCH 0/4] ti-vpe: VPE improvements

2014-10-10 Thread Nikhil Devshatwar
This patchset adds following improvements for the ti-vpe driver. * Support SEQ_TB format for interlaced buffers Some of the video decoders generate interlaced content in SEQ_TB format Y top, T bottom in one plane and UV top, UV bottom in another * Improve multi instance latency

[RFC PATCH 4/4] [media] ti-vpe: Add support for SEQ_TB buffers

2014-10-10 Thread Nikhil Devshatwar
The video source can generate the data in the SEQ_TB buffer format. In the case of TI SoC, the IVA_HD can generate the interlaced content in the SEQ_TB buffer format. This is the format where the top and bottom field data can be contained in a single buffer. For example, for NV12, interlaced format

[RFC PATCH 3/4] [media] ti-vpe: Do not perform job transaction atomically

2014-10-10 Thread Nikhil Devshatwar
Current VPE driver does not start the job untill all the buffers for a transaction are not queued. When running in multiple context, this might increase the processing latency. Alternate solution would be to try to continue the same context as long as buffers for the transaction are ready; else sw

Re: [PATCH/RFC 1/1] Add a libv4l plugin for Exynos4 camera

2014-10-10 Thread Jacek Anaszewski
Hi Hans, On 10/10/2014 10:54 AM, Hans Verkuil wrote: Hi Jacek, I didn't do an in-depth review, but one thing caught my eye: On 10/08/2014 10:46 AM, Jacek Anaszewski wrote: The plugin provides support for the media device on Exynos4 SoC. Added is also a media device configuration file parser.

[PATCH][media] imon: infrared control stopped working in kernel 3.17

2014-10-10 Thread Ulrich Eckhardt
Hi, with kernel 3.17 the imon remote control for device 15c2:0034 (built into the Thermaltake DH102) does not work anymore, only the front panel buttons. I digged through the changes made for imon.c and found the problem in the following part of the commit 120703f9eb32033f0e39bdc552c0273c8ab45f33

[PATCH][media] Fix LNB supply voltage of Tevii S480 on initialization

2014-10-10 Thread Ulrich Eckhardt
The Tevii S480 outputs 18V on startup for the LNB supply voltage and does not automatically power down. This blocks other receivers connected to a satellite channel router (EN50494), since the receivers can not send the required DiSEqC sequences when the Tevii card is connected to a the same SCR.

[PATCH 2/2] [media] uvcvideo: add support for iPassion iP2970

2014-10-10 Thread John Crispin
This camera chip can be found on D-Link DIR-930 IP cameras. Signed-off-by: John Crispin --- drivers/media/usb/uvc/uvc_driver.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/drivers/media/usb/uvc/uvc_driver.c b/drivers/media/usb/uvc/uvc_driver.c index f8135f4..abf8bf2 100644

[PATCH 1/2] [media] uvcvideo: add a new quirk UVC_QUIRK_SINGLE_ISO

2014-10-10 Thread John Crispin
The following patch adds the usb ids for the iPassion chip. This chip is found on D-Link DIR-930 IP cameras. For them to work this patch needs to be applied. I am almost certain that this is the incorrect fix. Could someone shed a bit of light on how i should really implement the fix ? Signed-off-

[RFC 4/4] cenalloc: a sample allocator for contiguous page allocation

2014-10-10 Thread Sumit Semwal
From: Benjamin Gaignard Signed-off-by: Benjamin Gaignard Signed-off-by: Sumit Semwal Cc: linux-ker...@vger.kernel.org Cc: Greg Kroah-Hartman Cc: linux-media@vger.kernel.org Cc: dri-de...@lists.freedesktop.org Cc: linaro-mm-...@lists.linaro.org --- drivers/cenalloc/Makefile |

[RFC 1/4] dma-buf: Add constraints sharing information

2014-10-10 Thread Sumit Semwal
At present, struct device lacks a mechanism of exposing memory access constraints for the device. Consequently, there is also no mechanism to share these constraints while sharing buffers using dma-buf. If we add support for sharing such constraints, we could use that to try to collect requiremen

[RFC 2/4] cenalloc: Constraint-Enabled Allocation helpers for dma-buf

2014-10-10 Thread Sumit Semwal
Devices sharing buffers using dma-buf could benefit from sharing their constraints via struct device, and dma-buf framework would manage the common constraints for all attached devices per buffer. With that information, we could have a 'generic' allocator helper in the form of a central dma-buf ex

[RFC 0/4] dma-buf Constraints-Enabled Allocation helpers

2014-10-10 Thread Sumit Semwal
Hi, Why: While sharing buffers using dma-buf, currently there's no mechanism to let devices share their memory access constraints with each other to allow for delayed allocation of backing storage. This RFC attempts to introduce the idea of memory constraints of a device, and how these cons

[RFC 3/4] cenalloc: Build files for constraint-enabled allocation helpers

2014-10-10 Thread Sumit Semwal
Add the build files for cenalloc, the constraints-enabled allocation helper framework for dma-buf. Signed-off-by: Sumit Semwal Cc: linux-ker...@vger.kernel.org Cc: Greg Kroah-Hartman Cc: linux-media@vger.kernel.org Cc: dri-de...@lists.freedesktop.org Cc: linaro-mm-...@lists.linaro.org --- drive

Re: Upcoming v4l-utils 1.6.0 release

2014-10-10 Thread Mauro Carvalho Chehab
Hi Gregor, Em Sun, 05 Oct 2014 21:38:45 +0200 Gregor Jasny escreveu: > Hello, > > On 04/10/14 16:22, Mauro Carvalho Chehab wrote: > > Em Tue, 30 Sep 2014 18:29:26 +0200 > > Hans de Goede escreveu: > >> About the 1.6.0 release, please do not release it until the series > >> fixing the regressio

[PATCH] media: earthsoft: logging neatening

2014-10-10 Thread Joe Perches
Use dev_err instead of pt1_printk o reduce object code size o remove now unused pt1_printk macro Neaten dev_ uses in pt3 o add missing newlines o align arguments o remove unnecessary OOM messages as there's a generic one o typo fixes in messages Signed-off-by: Joe Perches --- drivers/media/pci/

Composite input seems cropped using Hauppauge WinTV-HVR 1900?

2014-10-10 Thread Kaya Saman
Hi, got a weird issue here. Trying to run my satellite box through my media center and all is good. Slight issue when viewing though is that the capture stream seems to crop the height of the input? Basically the bottom of what's shown using the capture device is not the same as direct ou

Re: [RFC 2/4] cenalloc: Constraint-Enabled Allocation helpers for dma-buf

2014-10-10 Thread Greg Kroah-Hartman
On Sat, Oct 11, 2014 at 01:37:56AM +0530, Sumit Semwal wrote: > Devices sharing buffers using dma-buf could benefit from sharing their > constraints via struct device, and dma-buf framework would manage the > common constraints for all attached devices per buffer. > > With that information, we cou

cron job: media_tree daily build: WARNINGS

2014-10-10 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: Sat Oct 11 04:00:17 CEST 2014 git branch: test git hash: cf3167cf1e969b17671a4d3d956d22718a8ceb85 gcc versi

panic in cx23885

2014-10-10 Thread James Harper
I'm still not having any luck getting reliable operation of the second tuner on my cx23885 based card. Incidental to this, I'm getting a crash in cx23885_video_wakeup at the line: buf->vb.v4l2_buf.sequence = q->count++; (full log follows this email) I'm not sure exactly why, but I do know that

[PATCH] staging: media: omap24xx: fix missing asterisk

2014-10-10 Thread Tsung-Han Lin
Fix missing asterisk in one V4L2_INT_WRAPPER_1 usage. Reported by checkpatch.pl as: ERROR: space prohibited before that close parenthesis ')' +V4L2_INT_WRAPPER_1(s_power, enum v4l2_power, ); Signed-off-by: Tsung-Han Lin --- drivers/staging/media/omap24xx/v4l2-int-device.h | 2 +- 1 file changed