Re: [PATCH] [media] s5p-mfc: Add Horizontal and Vertical search range for Video Macro Blocks

2014-01-22 Thread Prabhakar Lad
Hi Swaminathan, On Thu, Jan 23, 2014 at 10:49 AM, swaminathan wrote: > Hi All, > Is there any review Comments for the patch "[PATCH] [media] s5p-mfc: Add > Horizontal and Vertical search range for Video Macro Blocks" > posted on 30-Dec-2013 ? > > Just a side note, please don’t top post and always

Re: [PATCH] [media] s5p-mfc: Add Horizontal and Vertical search range for Video Macro Blocks

2014-01-22 Thread swaminathan
Hi All, Is there any review Comments for the patch "[PATCH] [media] s5p-mfc: Add Horizontal and Vertical search range for Video Macro Blocks" posted on 30-Dec-2013 ? Regards, Swaminathan -- From: "Amit Grover" Sent: Monday, December 30, 2013

cron job: media_tree daily build: WARNINGS

2014-01-22 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: Thu Jan 23 04:00:26 CET 2014 git branch: test git hash: 587d1b06e07b4a079453c74ba9edf17d21931049 gcc versio

Re: [RFCv2] Device Tree bindings for OMAP3 Camera System

2014-01-22 Thread Sebastian Reichel
Hi, On Wed, Jan 22, 2014 at 11:57:45PM +0100, Laurent Pinchart wrote: > [...] >> camera-switch { >> /* >> * TODO: >> * - check if the switching code is generic enough to use a >> *more generic name like "gpio-camera-switch". > > I think you can use a more generic name.

Re: qv4l2 and media controller support

2014-01-22 Thread Hans Verkuil
Hi Laurent, First, regarding the inheritance of subdev controls: I found it annoying as well that there is no way to do this. If you have a simple video pipeline, then having to create subdev nodes just to set a few controls is unnecessary complex. I've been thinking of adding a flag to the contro

Re: [RFCv2 PATCH 05/21] videodev2.h: add struct v4l2_query_ext_ctrl and VIDIOC_QUERY_EXT_CTRL.

2014-01-22 Thread Sylwester Nawrocki
On 01/20/2014 01:45 PM, Hans Verkuil wrote: From: Hans Verkuil Add a new struct and ioctl to extend the amount of information you can get for a control. It gives back a unit string, the range is now a s64 type, and the matrix and element size can be reported through cols/rows/elem_size. Signed

Re: [RFCv2] Device Tree bindings for OMAP3 Camera System

2014-01-22 Thread Laurent Pinchart
Hi, On Wednesday 22 January 2014 23:27:42 Sylwester Nawrocki wrote: > On 01/21/2014 12:27 AM, Sebastian Reichel wrote: > > On Mon, Jan 20, 2014 at 11:16:43PM +0100, Sylwester Nawrocki wrote: > >> On 01/20/2014 05:19 AM, Sakari Ailus wrote: [snip] > camera-switch { > > /* > >

Re: [RFCv2 PATCH 04/21] videodev2.h: add initial support for complex controls.

2014-01-22 Thread Sylwester Nawrocki
On 01/20/2014 01:45 PM, Hans Verkuil wrote: From: Hans Verkuil Complex controls are controls that can be used for compound and array types. This allows for more complex datastructures to be used with the ^ (missing whitespace) control framework. Such

qv4l2 and media controller support

2014-01-22 Thread Laurent Pinchart
Hi Hans and Detlev, While reviewed driver code that models the hardware using the media controller, I noticed a patch that enabled subdev controls inheritance for the video nodes. While this is useful for fixed devices, the complexity, genericity and flexibility of the hardware at hand makes th

Re: [RFCv2 PATCH 03/21] v4l2-ctrls: use pr_info/cont instead of printk.

2014-01-22 Thread Sylwester Nawrocki
On 01/20/2014 01:45 PM, Hans Verkuil wrote: From: Hans Verkuil Codingstyle fix. Signed-off-by: Hans Verkuil Reviewed-by: Sylwester Nawrocki -- 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

Re: [RFCv2 PATCH 02/21] v4l2-ctrls: add unit string.

2014-01-22 Thread Sylwester Nawrocki
On 01/20/2014 01:45 PM, Hans Verkuil wrote: From: Hans Verkuil The upcoming VIDIOC_QUERY_EXT_CTRL adds support for a unit string. This allows userspace to show the unit belonging to a particular control. This patch adds support for the unit string to the control framework. Signed-off-by: Hans

Re: [RFCv2 PATCH 01/21] v4l2-ctrls: increase internal min/max/step/def to 64 bit

2014-01-22 Thread Sylwester Nawrocki
On 01/20/2014 01:45 PM, Hans Verkuil wrote: From: Hans Verkuil While VIDIOC_QUERYCTRL is limited to 32 bit min/max/step/def values for controls, the upcoming VIDIOC_QUERY_EXT_CTRL isn't. So increase the internal representation to 64 bits in preparation. Signed-off-by: Hans Verkuil Reviewed-by

Re: [RFCv2 PATCH 00/21] Add support for complex controls

2014-01-22 Thread Sylwester Nawrocki
Hello Hans, On 01/20/2014 01:45 PM, Hans Verkuil wrote: This patch series adds support for complex controls (aka 'Properties') to the control framework. It is the first part of a larger patch series that adds support for configuration stores, motion detection matrix controls and support for 'Mul

Re: [RFCv2] Device Tree bindings for OMAP3 Camera System

2014-01-22 Thread Sylwester Nawrocki
On 01/21/2014 12:27 AM, Sebastian Reichel wrote: On Mon, Jan 20, 2014 at 11:16:43PM +0100, Sylwester Nawrocki wrote: On 01/20/2014 05:19 AM, Sakari Ailus wrote: [...] - #address-cells: Should be set to<1>. - #size-cells : Should be set to<0>. The ISP also exports clocks. Shouldn't you add

Re: [RFC PATCH 0/4] rc: Adding support for sysfs wakeup scancodes

2014-01-22 Thread Mauro Carvalho Chehab
Em Wed, 22 Jan 2014 21:00:24 + Sean Young escreveu: > On Wed, Jan 22, 2014 at 09:10:58PM +0200, Antti Seppälä wrote: > > On 22 January 2014 18:29, Sean Young wrote: > > > On Wed, Jan 22, 2014 at 05:46:28PM +0200, Antti Seppälä wrote: > > >> On 21 January 2014 14:28, Sean Young wrote: > > >>

Re: [RFC PATCH 0/4] rc: Adding support for sysfs wakeup scancodes

2014-01-22 Thread Sean Young
On Wed, Jan 22, 2014 at 09:10:58PM +0200, Antti Seppälä wrote: > On 22 January 2014 18:29, Sean Young wrote: > > On Wed, Jan 22, 2014 at 05:46:28PM +0200, Antti Seppälä wrote: > >> On 21 January 2014 14:28, Sean Young wrote: > >> > On Mon, Jan 20, 2014 at 09:39:43PM +0200, Antti Seppälä wrote: >

Re: [RFC PATCH 0/4] rc: Adding support for sysfs wakeup scancodes

2014-01-22 Thread Antti Palosaari
On 22.01.2014 21:10, Antti Seppälä wrote: On 22 January 2014 18:29, Sean Young wrote: On Wed, Jan 22, 2014 at 05:46:28PM +0200, Antti Seppälä wrote: On 21 January 2014 14:28, Sean Young wrote: On Mon, Jan 20, 2014 at 09:39:43PM +0200, Antti Seppälä wrote: This patch series introduces a simp

patch to fix a tuning regression for TeVii S471

2014-01-22 Thread Joakim Hernberg
Hello, I recently discovered a regression in the S471 driver. When trying to tune to 10818V on Astra 28E2, the system would tune to 11343V instead. After browsing the code it appears that a divider was changed when the tuning code was moved from ds3000.c to ts2020.c. The attached patch fixes thi

Re: [RFC PATCH 0/4] rc: Adding support for sysfs wakeup scancodes

2014-01-22 Thread Antti Seppälä
On 22 January 2014 18:29, Sean Young wrote: > On Wed, Jan 22, 2014 at 05:46:28PM +0200, Antti Seppälä wrote: >> On 21 January 2014 14:28, Sean Young wrote: >> > On Mon, Jan 20, 2014 at 09:39:43PM +0200, Antti Seppälä wrote: >> >> This patch series introduces a simple sysfs file interface for read

[PATCH v3] devices.txt: add video4linux device for Software Defined Radio

2014-01-22 Thread Antti Palosaari
Add new video4linux device named /dev/swradio for Software Defined Radio use. V4L device minor numbers are allocated dynamically nowadays, but there is still configuration option for old fixed style. Add note to mention that configuration option too. Cc: Hans Verkuil Signed-off-by: Antti Palosaar

alloc priv buffer for s5p-mfc

2014-01-22 Thread randy
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello When I was try v4l2-mfc-encoder from samsung, I got the problem below In my kernel config, mfc buffer is in samsung,mfc-r = <0x4300 0x80>; samsung,mfc-l = <0x5100 0x80>; Shall I change CONFIG_CMA_

Re: [RFC PATCH 0/4] rc: Adding support for sysfs wakeup scancodes

2014-01-22 Thread Sean Young
On Wed, Jan 22, 2014 at 05:46:28PM +0200, Antti Seppälä wrote: > On 21 January 2014 14:28, Sean Young wrote: > > On Mon, Jan 20, 2014 at 09:39:43PM +0200, Antti Seppälä wrote: > >> This patch series introduces a simple sysfs file interface for reading > >> and writing wakeup scancodes to rc driver

Re: [RFC PATCH 0/4] rc: Adding support for sysfs wakeup scancodes

2014-01-22 Thread Antti Seppälä
On 21 January 2014 14:28, Sean Young wrote: > On Mon, Jan 20, 2014 at 09:39:43PM +0200, Antti Seppälä wrote: >> This patch series introduces a simple sysfs file interface for reading >> and writing wakeup scancodes to rc drivers. >> >> This is an improved version of my previous patch for nuvoton-c

Re: Upstreaming SAA716x driver to the media_tree

2014-01-22 Thread Manu Abraham
On Wed, Jan 22, 2014 at 3:29 AM, Steven Toth wrote: > On Mon, Jan 13, 2014 at 10:35 PM, Manu Abraham wrote: >> On Tue, Jan 14, 2014 at 12:20 AM, Steven Toth wrote: > Manu, do you see any inconvenience in sending your driver to the > linux_media tree? > I'm available to place some eff

Re: Developers blogs

2014-01-22 Thread Steven Toth
Hi, > http://www.kernellabs.com/blog/?page_id=2066 Antti does some good stuff and he's always worth reading. We do an incredible amount of Linux / V4L Driver video work at Kernel Labs, often on very specialized hardware. We dig deep into the hardware, bootloaders, embedded systems, fpgas, bus a

Re: Conexant PCI-8604PW 4 channel BNC Video capture card (bttv)

2014-01-22 Thread Daniel Glöckner
On Wed, Jan 22, 2014 at 01:09:20PM +, Robert Longbottom wrote: > > - The unlabled chip is probably a CPLD/FGPA. It filters the PCI REQ# > >lines from the 878As and has access to the GNT# and INT# lines, > >as well as to the GPIOs you mentioned. The bypass caps have a layout > >that

[PATCHv6 1/7] [media] v4l2: add new V4L2_PIX_FMT_RGB666 pixel format.

2014-01-22 Thread Denis Carikli
That new macro is needed by the imx_drm staging driver for supporting the QVGA display of the eukrea-cpuimx51 board. Cc: Eric Bénard Cc: Laurent Pinchart Cc: Mauro Carvalho Chehab CC: Troy Kisky Cc: linux-media@vger.kernel.org Signed-off-by: Denis Carikli Acked-by: Mauro Carvalho Chehab Ac

Re: Conexant PCI-8604PW 4 channel BNC Video capture card (bttv)

2014-01-22 Thread Robert Longbottom
On 22/01/14 11:53, Daniel Glöckner wrote: On Tue, Jan 21, 2014 at 08:59:55PM +, Robert Longbottom wrote: On 21/01/2014 19:49, Robert Longbottom wrote: Here are some high-res pictures of both sides of the card. Scanned at 600dpi (300dpi the tracks were very close). Good idea to scan it by

Re: Conexant PCI-8604PW 4 channel BNC Video capture card (bttv)

2014-01-22 Thread Daniel Glöckner
On Tue, Jan 21, 2014 at 08:59:55PM +, Robert Longbottom wrote: > On 21/01/2014 19:49, Robert Longbottom wrote: > >Here are some high-res pictures of both sides of the card. Scanned at > >600dpi (300dpi the tracks were very close). Good idea to scan it by the > >way, I like that, much better r

Developers blogs

2014-01-22 Thread Jahn
Hi everyone, I am a newbie in V4L fields so I search for various info about V4L to study available details I am happy I found few blogs that provides interesting information e.g. http://blog.palosaari.fi/ http://www.kernellabs.com/blog/?page_id=2066 but if I found even more I thi