Re: v4l2-ctrl is unable to set autogain to 0 with gspca/ov534

2015-10-12 Thread Hans Verkuil
Hi Antonio, On 10/07/2015 10:05 AM, Antonio Ospite wrote: > Hi, > > It looks like it is not possible to set the autogain from 1 to 0 using > v4l2-ctrl with the driver I am using. > > I am testing with the gspca/ov534 driver, and this sequence of commands > does not change the value of the

Re: H264 headers generation for driver

2015-10-12 Thread Hans Verkuil
On 09/29/2015 08:59 PM, Andrey Utkin wrote: > This is a new chapter of tw5864 video grabber & encoder driver > development drama. > Last state of code is here (tw5864 branch, drivers/staging/media/tw5864): > https://github.com/bluecherrydvr/linux/tree/tw5864/drivers/staging/media/tw5864 > >

Re: [RFC] ADV7604: VGA support

2015-10-12 Thread Hans Verkuil
On 10/04/2015 06:17 PM, Jean-Michel Hautbois wrote: > Hi, > > I had another look into the ADV7604 HW manual, and I understand that > in automatic mode, there is 4 AIN_SEL values possible, determining the > connection on AIN pins. > Now, having a look at the current ADV76xx files, I can see that

Re: v4l2 api: supported resolution negotiation

2015-10-12 Thread Hans Verkuil
On 10/04/2015 08:49 PM, Sakari Ailus wrote: > On Sun, Oct 04, 2015 at 12:23:08PM +0300, Matwey V. Kornilov wrote: >> Hello, >> >> I learned from V2L2 API how to detect all supported formats using >> VIDIOC_ENUM_FMT. >> When I perform VIDIOC_S_FMT I don't know how to fill fmt.pix.width and >>

Re: [PATCHv9 14/15] cec: s5p-cec: Add s5p-cec driver

2015-10-12 Thread Hans Verkuil
On 10/06/2015 01:11 AM, Russell King - ARM Linux wrote: > On Mon, Sep 07, 2015 at 03:44:43PM +0200, Hans Verkuil wrote: >> +cec->adap = cec_create_adapter(_cec_adap_ops, cec, >> +CEC_NAME, CEC_CAP_STATE | >> +CEC_CAP_PHYS_ADDR | CEC_CAP_LOG_ADDRS | CEC_CAP_IO | >> +

Re: gspca/ov534 gets two failures with v4l2-compliance

2015-10-12 Thread Hans Verkuil
On 10/03/2015 04:44 PM, Antonio Ospite wrote: > Hi, > > I tried running v4l2-compliance with the PS3 Eye and I got these two > failures: > > ... > Test input 0: > ... > Format ioctls: > fail: v4l2-test-formats.cpp(122): found frame intervals for > invalid size

Re: [PATCHv9 14/15] cec: s5p-cec: Add s5p-cec driver

2015-10-12 Thread Hans Verkuil
On 10/06/2015 12:32 AM, Russell King - ARM Linux wrote: > On Mon, Sep 07, 2015 at 03:44:43PM +0200, Hans Verkuil wrote: >> +if (status & CEC_STATUS_TX_DONE) { >> +if (status & CEC_STATUS_TX_ERROR) { >> +dev_dbg(cec->dev, "CEC_STATUS_TX_ERROR set\n"); >> +

[PATCH 1/1] media: Correctly determine whether an entity is a sub-device

2015-10-12 Thread Sakari Ailus
If the function of an entity is not one of the pre-defined ones, it is not correctly recognised as a V4L2 sub-device. Signed-off-by: Sakari Ailus --- include/media/media-entity.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/media/media-entity.h

Re: [PATCH 1/1] media: Correctly determine whether an entity is a sub-device

2015-10-12 Thread Mauro Carvalho Chehab
Em Mon, 12 Oct 2015 18:38:23 +0300 Sakari Ailus escreveu: > If the function of an entity is not one of the pre-defined ones, it is not > correctly recognised as a V4L2 sub-device. > > Signed-off-by: Sakari Ailus > --- >

Re: Current status of MC patches?

2015-10-12 Thread Sakari Ailus
Hi Mauro and Hans, On Mon, Oct 12, 2015 at 12:11:53PM -0300, Mauro Carvalho Chehab wrote: > Em Mon, 12 Oct 2015 15:08:33 +0200 > Hans Verkuil escreveu: > > > Hi Mauro, > > > > Can you give an update of the current status of the MC work? To be honest, > > I've lost track. >

Re: Current status of MC patches?

2015-10-12 Thread Mauro Carvalho Chehab
Em Mon, 12 Oct 2015 18:20:49 +0200 Hans Verkuil escreveu: > On 10/12/2015 05:56 PM, Sakari Ailus wrote: > > Hi Mauro and Hans, > > > > On Mon, Oct 12, 2015 at 12:11:53PM -0300, Mauro Carvalho Chehab wrote: > >> Em Mon, 12 Oct 2015 15:08:33 +0200 > >> Hans Verkuil

Re: [PATCH v8 32/55] [media] media: use macros to check for V4L2 subdev entities

2015-10-12 Thread Sakari Ailus
Hi Mauro, On Sun, Oct 11, 2015 at 09:56:25PM -0300, Mauro Carvalho Chehab wrote: > Em Mon, 12 Oct 2015 00:07:52 +0300 > Sakari Ailus escreveu: > > > Hi Mauro, > > > > On Sun, Aug 30, 2015 at 12:06:43AM -0300, Mauro Carvalho Chehab wrote: > > > Instead of relying on media

Re: [PATCHv5 10/13] hackrf: add support for transmitter

2015-10-12 Thread Sebastian Reichel
Hi, On Sun, Oct 11, 2015 at 05:42:05PM +0300, Antti Palosaari wrote: > Moikka! > IMHO it is false positive. Variable which is defined on line 777 is used > just few lines later on line 782 as can be seen easily. I think it is > because option CONFIG_DYNAMIC_DEBUG is not set =>

Re: [PATCH v8 32/55] [media] media: use macros to check for V4L2 subdev entities

2015-10-12 Thread Mauro Carvalho Chehab
Em Mon, 12 Oct 2015 18:35:05 +0300 Sakari Ailus escreveu: > Hi Mauro, > > On Sun, Oct 11, 2015 at 09:56:25PM -0300, Mauro Carvalho Chehab wrote: > > Em Mon, 12 Oct 2015 00:07:52 +0300 > > Sakari Ailus escreveu: > > > > > Hi Mauro, > > > > > > On Sun,

Re: Current status of MC patches?

2015-10-12 Thread Hans Verkuil
On 10/12/2015 05:56 PM, Sakari Ailus wrote: > Hi Mauro and Hans, > > On Mon, Oct 12, 2015 at 12:11:53PM -0300, Mauro Carvalho Chehab wrote: >> Em Mon, 12 Oct 2015 15:08:33 +0200 >> Hans Verkuil escreveu: >> >>> Hi Mauro, >>> >>> Can you give an update of the current status of

Re: [RFC PATCH v6 0/4] Refactoring Videobuf2 for common use

2015-10-12 Thread Hans Verkuil
Hi Junghak, I've accepted this v6 series and made a pull request for Mauro. I am still not happy about the queue_setup patch, but that can be changed later. Regards, Hans On 10/06/2015 11:37 AM, Junghak Sung wrote: > Hello everybody, > > This is the 6th round for refactoring

Current status of MC patches?

2015-10-12 Thread Hans Verkuil
Hi Mauro, Can you give an update of the current status of the MC work? To be honest, I've lost track. In particular, is there anything I and/or others need to review before you can start merging patches? This is also relevant for the workshop agenda. I plan to put any MC topics at the end of

Re: [PATCHv9 06/15] rc: Add HDMI CEC protocol handling

2015-10-12 Thread Hans Verkuil
On 10/06/2015 08:05 PM, Russell King - ARM Linux wrote: > On Mon, Sep 07, 2015 at 03:44:35PM +0200, Hans Verkuil wrote: >> From: Kamil Debski >> >> Add handling of remote control events coming from the HDMI CEC bus. >> This patch includes a new keymap that maps values found in

Re: [PATCHv9 14/15] cec: s5p-cec: Add s5p-cec driver

2015-10-12 Thread Kamil Debski
Hi, On 12 October 2015 at 12:50, Hans Verkuil wrote: > On 10/06/2015 12:32 AM, Russell King - ARM Linux wrote: >> On Mon, Sep 07, 2015 at 03:44:43PM +0200, Hans Verkuil wrote: >>> +if (status & CEC_STATUS_TX_DONE) { >>> +if (status & CEC_STATUS_TX_ERROR) { >>>

Re: [PATCHv9 14/15] cec: s5p-cec: Add s5p-cec driver

2015-10-12 Thread Hans Verkuil
On 10/12/2015 02:33 PM, Kamil Debski wrote: > Hi, > > On 12 October 2015 at 12:50, Hans Verkuil wrote: >> On 10/06/2015 12:32 AM, Russell King - ARM Linux wrote: >>> On Mon, Sep 07, 2015 at 03:44:43PM +0200, Hans Verkuil wrote: +if (status & CEC_STATUS_TX_DONE) {

Re: [PATCHv9 14/15] cec: s5p-cec: Add s5p-cec driver

2015-10-12 Thread Kamil Debski
Hi, On 12 October 2015 at 14:39, Hans Verkuil wrote: > On 10/12/2015 02:33 PM, Kamil Debski wrote: >> Hi, >> >> On 12 October 2015 at 12:50, Hans Verkuil wrote: >>> On 10/06/2015 12:32 AM, Russell King - ARM Linux wrote: On Mon, Sep 07, 2015 at

[GIT PULL FOR v4.4] Split the vb2 code into a v4l2 and core part

2015-10-12 Thread Hans Verkuil
The following changes since commit efe98010b80ec4516b2779e1b4e4a8ce16bf89fe: [media] DocBook: Fix remaining issues with VB2 core documentation (2015-10-05 09:12:56 -0300) are available in the git repository at: git://linuxtv.org/hverkuil/media_tree.git vb2-split for you to fetch changes

Re: [PATCHv9 07/15] cec: add HDMI CEC framework

2015-10-12 Thread Hans Verkuil
On 10/06/2015 07:06 PM, Russell King - ARM Linux wrote: > On Mon, Sep 07, 2015 at 03:44:36PM +0200, Hans Verkuil wrote: >> From: Hans Verkuil >> >> The added HDMI CEC framework provides a generic kernel interface for >> HDMI CEC devices. >> >> Signed-off-by: Hans Verkuil

Re: Current status of MC patches?

2015-10-12 Thread Mauro Carvalho Chehab
Em Mon, 12 Oct 2015 15:08:33 +0200 Hans Verkuil escreveu: > Hi Mauro, > > Can you give an update of the current status of the MC work? To be honest, > I've lost track. > > In particular, is there anything I and/or others need to review before you > can start merging

[renesas-drivers:topic/gen3-modemr-syscon-v1 14/41] drivers/media/i2c/tc358743.c:1786:22: error: too few arguments to function 'devm_gpiod_get'

2015-10-12 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git topic/gen3-modemr-syscon-v1 head: dbe77a0e3216be44aeb55396d415b56f1df25bf3 commit: cf154c485cd1d565e67bf9762f8538ea794ab27e [14/41] Merge remote-tracking branch 'media-next/master' into base config:

Re: [PATCH 1/2] ARM: OMAP2+: Remove legacy OMAP3 ISP instantiation

2015-10-12 Thread Tony Lindgren
* Tony Lindgren [150914 09:37]: > * Suman Anna [150914 09:33]: > > Hi Tony, > > > > On 09/03/2015 05:34 PM, Suman Anna wrote: > > > Hi Sakari, > > > > > > On 07/16/2015 07:58 AM, Tony Lindgren wrote: > > >> * Laurent Pinchart

Re: [PATCH v2] media: videobuf2-dc: set properly dma_max_segment_size

2015-10-12 Thread Laurent Pinchart
On Thursday 13 August 2015 16:53:56 Lars-Peter Clausen wrote: > On 08/13/2015 03:49 PM, Marek Szyprowski wrote: > > On 2015-08-13 14:40, Lars-Peter Clausen wrote: > >> On 08/12/2015 11:58 AM, Marek Szyprowski wrote: > >>> If device has no DMA max_seg_size set, we assume that there is no limit >

videobuf2-core.c:undefined reference to `__tracepoint_vb2_buf_queue'

2015-10-12 Thread kbuild test robot
Hi Philipp, FYI, the error/warning still remains. tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 25cb62b76430a91cc6195f902e61c2cb84ade622 commit: 2091f5181c66b3617a977e79843aba10e087be6c [media] videobuf2: add trace events date: 3 months ago config:

cron job: media_tree daily build: OK

2015-10-12 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 Oct 13 04:00:16 CEST 2015 git branch: test git hash: efe98010b80ec4516b2779e1b4e4a8ce16bf89fe gcc

Unexpected Luck

2015-10-12 Thread Christine McCarthy
Contact Monica Torres via email: monicatorres...@gmail.com for your winnings of €1,000,000.00. -- 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 http://vger.kernel.org/majordomo-info.html