cron job: media_tree daily build: ERRORS

2019-05-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 May 11 05:00:10 CEST 2019 media-tree git hash:1199fa8c0ddd34dae6d72b653b27dfb3554e9b57 media_build gi

[PATCH v5 0/9] Switch to sync registration for IPU subdevs

2019-05-10 Thread Steve Longerbeam
Switch to sync registration for the IPU internal sub-devices, re-organize modules, and a few other miscellaneous cleanups. History: v5: - Revert commit 16204b8a1c1a ("media: staging/imx: add media device to capture register"). v4: - Add **cc arg to __capture_try_fmt_vid_cap() to validate colorsp

Re: Noob DVB-T2 experience: Mygica T230C2, CrazyCat, VDR w. output plugins, and friends...

2019-05-10 Thread Frantisek Rysanek
Hello everyone, I have a small update on how far I got on my noob quest. As I've already explained, I have a proven and good quality T2 HEVC signal source = a multiplex transmitted from a nearby tower, reaching CNR values up to 35 dB. Today I got myself some hardware with a mobile Skylake i5 a

Re: [PATCH v4 0/8] Switch to sync registration for IPU subdevs

2019-05-10 Thread Rui Miguel Silva
Hi Steve, On Fri 10 May 2019 at 17:44, Steve Longerbeam wrote: > On 5/10/19 9:43 AM, Steve Longerbeam wrote: >> >> >> On 5/10/19 4:18 AM, Hans Verkuil wrote: >>> On 5/6/19 11:16 PM, Rui Miguel Silva wrote: Hi Steve, On Fri 03 May 2019 at 23:43, Steve Longerbeam wrote: > Switch to sync

Re: [PATCH v4 0/8] Switch to sync registration for IPU subdevs

2019-05-10 Thread Steve Longerbeam
On 5/10/19 9:43 AM, Steve Longerbeam wrote: On 5/10/19 4:18 AM, Hans Verkuil wrote: On 5/6/19 11:16 PM, Rui Miguel Silva wrote: Hi Steve, On Fri 03 May 2019 at 23:43, Steve Longerbeam wrote: Switch to sync registration for the IPU internal sub-devices, re-organize modules, and a few othe

Re: [PATCH v4 0/8] Switch to sync registration for IPU subdevs

2019-05-10 Thread Steve Longerbeam
On 5/10/19 4:18 AM, Hans Verkuil wrote: On 5/6/19 11:16 PM, Rui Miguel Silva wrote: Hi Steve, On Fri 03 May 2019 at 23:43, Steve Longerbeam wrote: Switch to sync registration for the IPU internal sub-devices, re-organize modules, and a few other miscellaneous cleanups. Thanks for the series

Re: [PATCH v5 03/15] media: v4l2-common: Support custom imagesize/bytesperline in fill_pixfmt()

2019-05-10 Thread Nicolas Dufresne
Le vendredi 10 mai 2019 à 16:07 +0200, Hans Verkuil a écrit : > On 5/10/19 3:51 PM, Nicolas Dufresne wrote: > > Le vendredi 10 mai 2019 à 14:30 +0200, Hans Verkuil a écrit : > > > On 5/10/19 2:24 PM, Laurent Pinchart wrote: > > > > Hi Hans, > > > > > > > > On Fri, May 10, 2019 at 02:17:32PM +0200,

[PATCH] cec: mark devnode as registered before actually registering it

2019-05-10 Thread Hans Verkuil
The cec device node can be used right after it was created, but that leaves a race condition where the device was created, but devnode->registered was still false. So an ioctl() would result in an error. So set it to true before calling cdev_device_add() and to false again if cdev_device_add retur

Re: [PATCH v5 4/5] [media] allegro: add Allegro DVT video IP core driver

2019-05-10 Thread Michael Tretter
On Fri, 10 May 2019 16:11:54 +0200, Hans Verkuil wrote: > On 5/10/19 3:52 PM, Michael Tretter wrote: > > On Fri, 10 May 2019 12:58:43 +0200, Hans Verkuil wrote: > >> On 5/10/19 12:28 PM, Michael Tretter wrote: > >>> On Fri, 10 May 2019 10:28:53 +0200, Hans Verkuil wrote: > On 5/3/19 2:

Re: [Patch v2] uvcvideo: Add simple packed bayer 12-bit formats

2019-05-10 Thread Laurent Pinchart
Hi Edgar, Thank you for the patch. On Thu, Jan 10, 2019 at 08:55:31AM +0100, Edgar Thier wrote: > > These formats are compressed 12-bit raw bayer formats with four different > pixel orders. They are similar to 10-bit bayer formats 'IPU3'. If you want to compare them to other formats, I think th

Re: [Patch v2] v4l: Add simple packed bayer 12-bit formats

2019-05-10 Thread Laurent Pinchart
Hi Edgar, Thank you for the patch, and sorry for the delay. On Thu, Jan 10, 2019 at 09:03:13AM +0100, Edgar Thier wrote: > > These formats are compressed 12-bit raw bayer formats with four different > pixel orders. They are similar to 10-bit bayer formats 'IPU3'. > > Signed-off-by: Edgar Thier

Re: [PATCH v5 4/5] [media] allegro: add Allegro DVT video IP core driver

2019-05-10 Thread Hans Verkuil
On 5/10/19 3:52 PM, Michael Tretter wrote: > On Fri, 10 May 2019 12:58:43 +0200, Hans Verkuil wrote: >> On 5/10/19 12:28 PM, Michael Tretter wrote: >>> On Fri, 10 May 2019 10:28:53 +0200, Hans Verkuil wrote: On 5/3/19 2:20 PM, Michael Tretter wrote: > Add a V4L2 mem-to-mem driver for A

Re: [PATCH v5 03/15] media: v4l2-common: Support custom imagesize/bytesperline in fill_pixfmt()

2019-05-10 Thread Hans Verkuil
On 5/10/19 3:51 PM, Nicolas Dufresne wrote: > Le vendredi 10 mai 2019 à 14:30 +0200, Hans Verkuil a écrit : >> On 5/10/19 2:24 PM, Laurent Pinchart wrote: >>> Hi Hans, >>> >>> On Fri, May 10, 2019 at 02:17:32PM +0200, Hans Verkuil wrote: On 5/10/19 1:28 PM, Laurent Pinchart wrote: > On Fri

Re: [PATCH v5 4/5] [media] allegro: add Allegro DVT video IP core driver

2019-05-10 Thread Michael Tretter
On Fri, 10 May 2019 12:58:43 +0200, Hans Verkuil wrote: > On 5/10/19 12:28 PM, Michael Tretter wrote: > > On Fri, 10 May 2019 10:28:53 +0200, Hans Verkuil wrote: > >> On 5/3/19 2:20 PM, Michael Tretter wrote: > >>> Add a V4L2 mem-to-mem driver for Allegro DVT video IP cores as found in > >>> th

Re: [PATCH v5 03/15] media: v4l2-common: Support custom imagesize/bytesperline in fill_pixfmt()

2019-05-10 Thread Nicolas Dufresne
Le vendredi 10 mai 2019 à 14:30 +0200, Hans Verkuil a écrit : > On 5/10/19 2:24 PM, Laurent Pinchart wrote: > > Hi Hans, > > > > On Fri, May 10, 2019 at 02:17:32PM +0200, Hans Verkuil wrote: > > > On 5/10/19 1:28 PM, Laurent Pinchart wrote: > > > > On Fri, May 10, 2019 at 10:57:26AM +0200, Hans Ve

Re: [PATCH v4 0/8] Switch to sync registration for IPU subdevs

2019-05-10 Thread Rui Miguel Silva
Hi Hans, On Fri 10 May 2019 at 12:18, Hans Verkuil wrote: > On 5/6/19 11:16 PM, Rui Miguel Silva wrote: >> Hi Steve, >> On Fri 03 May 2019 at 23:43, Steve Longerbeam wrote: >>> Switch to sync registration for the IPU internal sub-devices, re-organize >>> modules, and a few other miscellaneous clean

Re: [PATCH v8] media: imx: add mem2mem device

2019-05-10 Thread Hans Verkuil
Can you change the subject text? E.g.: 'add csc/scaler mem2mem device'. That's a lot more descriptive. On 4/18/19 6:44 PM, Philipp Zabel wrote: > Add a single imx-media mem2mem video device that uses the IPU IC PP > (image converter post processing) task for scaling and colorspace > conversion. >

Re: [PATCH v5 03/15] media: v4l2-common: Support custom imagesize/bytesperline in fill_pixfmt()

2019-05-10 Thread Hans Verkuil
On 5/10/19 2:24 PM, Laurent Pinchart wrote: > Hi Hans, > > On Fri, May 10, 2019 at 02:17:32PM +0200, Hans Verkuil wrote: >> On 5/10/19 1:28 PM, Laurent Pinchart wrote: >>> On Fri, May 10, 2019 at 10:57:26AM +0200, Hans Verkuil wrote: On 5/3/19 1:47 PM, Boris Brezillon wrote: > Users can d

Re: [PATCH v5 03/15] media: v4l2-common: Support custom imagesize/bytesperline in fill_pixfmt()

2019-05-10 Thread Laurent Pinchart
Hi Hans, On Fri, May 10, 2019 at 02:17:32PM +0200, Hans Verkuil wrote: > On 5/10/19 1:28 PM, Laurent Pinchart wrote: > > On Fri, May 10, 2019 at 10:57:26AM +0200, Hans Verkuil wrote: > >> On 5/3/19 1:47 PM, Boris Brezillon wrote: > >>> Users can define custom sizeimage and bytesperline as long as

Re: [PATCH v5 03/15] media: v4l2-common: Support custom imagesize/bytesperline in fill_pixfmt()

2019-05-10 Thread Hans Verkuil
On 5/10/19 1:28 PM, Laurent Pinchart wrote: > Hi Hans, > > (CC'ing Kieran) > > On Fri, May 10, 2019 at 10:57:26AM +0200, Hans Verkuil wrote: >> On 5/3/19 1:47 PM, Boris Brezillon wrote: >>> Users can define custom sizeimage and bytesperline as long as they're >>> big enough to store the amount of

Re: [PATCH v5 03/15] media: v4l2-common: Support custom imagesize/bytesperline in fill_pixfmt()

2019-05-10 Thread Laurent Pinchart
Hi Hans, (CC'ing Kieran) On Fri, May 10, 2019 at 10:57:26AM +0200, Hans Verkuil wrote: > On 5/3/19 1:47 PM, Boris Brezillon wrote: > > Users can define custom sizeimage and bytesperline as long as they're > > big enough to store the amount of pixels required for a specific > > width/height under

Re: [PATCH v4 0/8] Switch to sync registration for IPU subdevs

2019-05-10 Thread Hans Verkuil
On 5/6/19 11:16 PM, Rui Miguel Silva wrote: > Hi Steve, > On Fri 03 May 2019 at 23:43, Steve Longerbeam wrote: >> Switch to sync registration for the IPU internal sub-devices, re-organize >> modules, and a few other miscellaneous cleanups. > > Thanks for the series and the fixes. Now everything wo

Re: [PATCH v5 4/5] [media] allegro: add Allegro DVT video IP core driver

2019-05-10 Thread Hans Verkuil
On 5/10/19 12:28 PM, Michael Tretter wrote: > On Fri, 10 May 2019 10:28:53 +0200, Hans Verkuil wrote: >> On 5/3/19 2:20 PM, Michael Tretter wrote: >>> Add a V4L2 mem-to-mem driver for Allegro DVT video IP cores as found in >>> the EV family of the Xilinx ZynqMP SoC. The Zynq UltraScale+ Device >>>

Re: [PATCH v5 4/5] [media] allegro: add Allegro DVT video IP core driver

2019-05-10 Thread Philipp Zabel
On Fri, 2019-05-10 at 10:28 +0200, Hans Verkuil wrote: [...] > > +static int allegro_g_selection(struct file *file, void *priv, > > + struct v4l2_selection *s) > > +{ > > + struct v4l2_fh *fh = file->private_data; > > + struct allegro_channel *channel = fh_to_channel(fh

Re: [PATCH v5 4/5] [media] allegro: add Allegro DVT video IP core driver

2019-05-10 Thread Michael Tretter
On Fri, 10 May 2019 10:28:53 +0200, Hans Verkuil wrote: > On 5/3/19 2:20 PM, Michael Tretter wrote: > > Add a V4L2 mem-to-mem driver for Allegro DVT video IP cores as found in > > the EV family of the Xilinx ZynqMP SoC. The Zynq UltraScale+ Device > > Technical Reference Manual uses the term VCU (V

[PATCH 0/5] Support running driver's probe for a device powered off

2019-05-10 Thread Sakari Ailus
Hi all, These patches enable calling (and finishing) a driver's probe function without powering on the respective device on busses where the practice is to power on the device for probe. While it generally is a driver's job to check the that the device is there, there are cases where it might be u

[PATCH 1/5] ACPI: Enable driver and firmware hints to control power at probe time

2019-05-10 Thread Sakari Ailus
Allow drivers and firmware tell ACPI that there's no need to power on a device for probe. This requires both a hint from the firmware as well as an indication from a driver to leave the device off. Signed-off-by: Sakari Ailus --- drivers/acpi/device_pm.c | 9 +++-- include/linux/device.h |

[PATCH 2/5] ACPI: Add a convenience function to tell a device is suspended in probe

2019-05-10 Thread Sakari Ailus
Add a convenience function to tell whether a device is suspended for probe or remove, for busses where the custom is that drivers don't need to resume devices in probe, or suspend them in their remove handlers. Returns false on non-ACPI systems. Suggested-by: Mika Westerberg Signed-off-by: Sakar

[PATCH 5/5] at24: Support probing while off

2019-05-10 Thread Sakari Ailus
In certain use cases (where the chip is part of a camera module, and the camera module is wired together with a camera privacy LED), powering on the device during probe is undesirable. Add support for the at24 to execute probe while being powered off. For this to happen, a hint in form of a device

[PATCH 4/5] media: i2c: imx319: Support probe while the device is off

2019-05-10 Thread Sakari Ailus
From: Rajmohan Mani Tell ACPI device PM code that the driver supports the device being powered off when the driver's probe function is entered. Signed-off-by: Rajmohan Mani Signed-off-by: Sakari Ailus --- drivers/media/i2c/imx319.c | 25 ++--- 1 file changed, 14 insertions

[PATCH 3/5] ov5670: Support probe whilst the device is off

2019-05-10 Thread Sakari Ailus
Tell ACPI device PM code that the driver supports the device being powered off when the driver's probe function is entered. Signed-off-by: Sakari Ailus --- drivers/media/i2c/ov5670.c | 25 ++--- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/drivers/media/i2c

Re: [PATCH 1/3] media: mx2-emmaprp: Allow MX2-EMMA driver support to be selected with i.MX21

2019-05-10 Thread Hans Verkuil
Hi Alexander, This series has been stalled since I still haven't received a Reviewed-By of the binding patch. I recommend that you rebase it and post it again, hopefully it will get a review the second time around. Regards, Hans On 12/16/18 4:48 AM, Alexander Shiyan wrote: > Freescale

VERRY VERRY URGENT

2019-05-10 Thread Mr Eboue Azima
FROM Mr.Aboue Azima AUDIT& ACCOUNT MANAGER BANK OF AFRICA (B.O.A) OUAGADOUGOU BURKINA FASO WEST AFRICA. Dear Friend, With due respect, I have decided to contact you on a businesstransaction that will be beneficial to both of us. At the bank last account and auditing evaluation, my staffs came acr

Re: [PATCH v5 03/15] media: v4l2-common: Support custom imagesize/bytesperline in fill_pixfmt()

2019-05-10 Thread Hans Verkuil
On 5/3/19 1:47 PM, Boris Brezillon wrote: > Users can define custom sizeimage and bytesperline as long as they're > big enough to store the amount of pixels required for a specific > width/height under a specific format. Avoid overriding those fields in > this case. > > Signed-off-by: Boris Brezil

Re: [PATCH v5 4/5] [media] allegro: add Allegro DVT video IP core driver

2019-05-10 Thread Hans Verkuil
On 5/3/19 2:20 PM, Michael Tretter wrote: > Add a V4L2 mem-to-mem driver for Allegro DVT video IP cores as found in > the EV family of the Xilinx ZynqMP SoC. The Zynq UltraScale+ Device > Technical Reference Manual uses the term VCU (Video Codec Unit) for the > encoder, decoder and system integrati