cron job: media_tree daily build: ERRORS

2017-06-28 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 Jun 29 05:00:16 CEST 2017 media-tree git hash:2748e76ddb2967c4030171342ebdd3faa6a5e8e8 media_build

Re: [PATCH v2 04/19] media: camss: Add CSIPHY files

2017-06-28 Thread Sakari Ailus
Hi Todor, It's been a while --- how do you do? Thanks for the patchset! On Mon, Jun 19, 2017 at 05:48:24PM +0300, Todor Tomov wrote: > These files control the CSIPHY modules which are responsible for the physical > layer of the CSI2 receivers. > > Signed-off-by: Todor Tomov

Re: [PATCH] dma-buf/sw_sync: Fix timeline/pt overflow cases

2017-06-28 Thread Sean Paul
On Wed, Jun 28, 2017 at 08:45:55PM +0100, Chris Wilson wrote: > Quoting Sean Paul (2017-06-28 17:47:24) > > On Wed, Jun 28, 2017 at 05:00:20PM +0100, Chris Wilson wrote: > > > Quoting Sean Paul (2017-06-28 16:51:11) > > > > Protect against long-running processes from overflowing the timeline > > >

Re: [media] uvcvideo: Prevent heap overflow in uvc driver

2017-06-28 Thread Guenter Roeck
On Wed, Jun 28, 2017 at 09:18:37PM +0300, Laurent Pinchart wrote: > Hi Guenter, > > On Wednesday 28 Jun 2017 20:59:17 Laurent Pinchart wrote: > > On Wednesday 28 Jun 2017 07:36:43 Guenter Roeck wrote: > > > On Mon, May 22, 2017 at 12:48:04PM -0700, Guenter Roeck wrote: > > >> From: Robb Glasser

Re: [PATCH 3/3] [media] venus: fix compile-test build on non-qcom ARM platform

2017-06-28 Thread Arnd Bergmann
On Tue, Jun 27, 2017 at 9:45 PM, Stanimir Varbanov wrote: > Hi Arnd, > > On 27.06.2017 18:02, Arnd Bergmann wrote: >> >> If QCOM_MDT_LOADER is enabled, but ARCH_QCOM is not, we run into >> a build error: >> >> ERROR: "qcom_mdt_load"

[PATCH] [media] staging/imx: remove confusing IS_ERR_OR_NULL usage

2017-06-28 Thread Arnd Bergmann
While looking at a compiler warning, I noticed the use of IS_ERR_OR_NULL, which is generally a sign of a bad API design and should be avoided. In this driver, this is fairly easy, we can simply stop storing error pointers in persistent structures, and change the one function that might return

Re: [Patch v5 12/12] Documention: v4l: Documentation for HEVC CIDs

2017-06-28 Thread Kamil Debski
Hi, Please find my comments inline. On 19 June 2017 at 07:10, Smitha T Murthy wrote: > Added V4l2 controls for HEVC encoder > > Signed-off-by: Smitha T Murthy > --- > Documentation/media/uapi/v4l/extended-controls.rst | 364 > +

[PATCH v2] media: platform: rcar_imr: add IMR-LX3 support

2017-06-28 Thread Sergei Shtylyov
Add support for the image renderer light extended 3 (IMR-LX3) found only in the R-Car V2H (R8A7792) SoC. It's mostly the same as IMR-LSX3 but doesn't support video capture data as a source of 2D textures. Signed-off-by: Sergei Shtylyov --- This patch is

[PATCH v3] media: platform: rcar_imr: add IMR-LSX3 support

2017-06-28 Thread Sergei Shtylyov
Add support for the image renderer light SRAM extended 3 (IMR-LSX3) found only in the R-Car V2H (R8A7792) SoC. It differs from IMR-LX4 in that it supports only planar video formats but can use the video capture data for the textures. Signed-off-by: Sergei Shtylyov

Re: [media] uvcvideo: Prevent heap overflow in uvc driver

2017-06-28 Thread Laurent Pinchart
Hi Guenter, On Wednesday 28 Jun 2017 20:59:17 Laurent Pinchart wrote: > On Wednesday 28 Jun 2017 07:36:43 Guenter Roeck wrote: > > On Mon, May 22, 2017 at 12:48:04PM -0700, Guenter Roeck wrote: > >> From: Robb Glasser > >> > >> The size of uvc_control_mapping is user

Re: [media] uvcvideo: Prevent heap overflow in uvc driver

2017-06-28 Thread Laurent Pinchart
Hi Guenter, On Wednesday 28 Jun 2017 07:36:43 Guenter Roeck wrote: > On Mon, May 22, 2017 at 12:48:04PM -0700, Guenter Roeck wrote: > > From: Robb Glasser > > > > The size of uvc_control_mapping is user controlled leading to a > > potential heap overflow in the uvc driver.

Re: [PATCH] dma-buf/sw_sync: Fix timeline/pt overflow cases

2017-06-28 Thread Sean Paul
On Wed, Jun 28, 2017 at 05:00:20PM +0100, Chris Wilson wrote: > Quoting Sean Paul (2017-06-28 16:51:11) > > Protect against long-running processes from overflowing the timeline > > and creating fences that go back in time. While we're at it, avoid > > overflowing while we're incrementing the

Re: [PATCH] dma-buf/sw_sync: Fix timeline/pt overflow cases

2017-06-28 Thread Chris Wilson
Quoting Sean Paul (2017-06-28 16:51:11) > Protect against long-running processes from overflowing the timeline > and creating fences that go back in time. While we're at it, avoid > overflowing while we're incrementing the timeline. > > Signed-off-by: Sean Paul > --- >

Re: [PATCH v2 3/3] [media] intel-ipu3: cio2: Add new MIPI-CSI2 driver

2017-06-28 Thread Sakari Ailus
Hi Sylwester, On Wed, Jun 28, 2017 at 05:44:32PM +0200, Sylwester Nawrocki wrote: > Hi, > > On 06/28/2017 03:31 PM, Sakari Ailus wrote: > > IMO VB2/V4L2 could better support conversion between single and > > multi-planar buffer types so that the applications could just use any and > > drivers

[PATCH] dma-buf/sw_sync: Fix timeline/pt overflow cases

2017-06-28 Thread Sean Paul
Protect against long-running processes from overflowing the timeline and creating fences that go back in time. While we're at it, avoid overflowing while we're incrementing the timeline. Signed-off-by: Sean Paul --- drivers/dma-buf/sw_sync.c | 7 ++- 1 file changed, 6

Re: [PATCH v2 3/3] [media] intel-ipu3: cio2: Add new MIPI-CSI2 driver

2017-06-28 Thread Sylwester Nawrocki
Hi, On 06/28/2017 03:31 PM, Sakari Ailus wrote: IMO VB2/V4L2 could better support conversion between single and multi-planar buffer types so that the applications could just use any and drivers could manage with one. I don't have a strong opinion either way, but IMO this could be well

Re: [PATCH v2 3/3] [media] intel-ipu3: cio2: Add new MIPI-CSI2 driver

2017-06-28 Thread Sakari Ailus
On Wed, Jun 28, 2017 at 10:36:54PM +0900, Tomasz Figa wrote: > On Wed, Jun 28, 2017 at 10:31 PM, Sakari Ailus wrote: > > On Tue, Jun 27, 2017 at 06:33:13PM +0900, Tomasz Figa wrote: > >> On Mon, Jun 26, 2017 at 11:51 PM, Sakari Ailus wrote: > >> > On

Re: [media] uvcvideo: Prevent heap overflow in uvc driver

2017-06-28 Thread Guenter Roeck
On Mon, May 22, 2017 at 12:48:04PM -0700, Guenter Roeck wrote: > From: Robb Glasser > > The size of uvc_control_mapping is user controlled leading to a > potential heap overflow in the uvc driver. This adds a check to verify > the user provided size fits within the bounds of

Re: [PATCH v2 3/3] [media] intel-ipu3: cio2: Add new MIPI-CSI2 driver

2017-06-28 Thread Tomasz Figa
On Wed, Jun 28, 2017 at 10:31 PM, Sakari Ailus wrote: > On Tue, Jun 27, 2017 at 06:33:13PM +0900, Tomasz Figa wrote: >> On Mon, Jun 26, 2017 at 11:51 PM, Sakari Ailus wrote: >> > On Mon, Jun 12, 2017 at 06:59:18PM +0900, Tomasz Figa wrote: >> > >> >> >>

Re: [PATCH v2 3/3] [media] intel-ipu3: cio2: Add new MIPI-CSI2 driver

2017-06-28 Thread Sakari Ailus
On Tue, Jun 27, 2017 at 06:33:13PM +0900, Tomasz Figa wrote: > On Mon, Jun 26, 2017 at 11:51 PM, Sakari Ailus wrote: > > On Mon, Jun 12, 2017 at 06:59:18PM +0900, Tomasz Figa wrote: > > > >> > >> > + if (WARN_ON(freq <= 0)) > >> > + return -EINVAL; > >> >

Re: [PATCH v1 1/6] DT bindings: add bindings for ov965x camera module

2017-06-28 Thread Hugues FRUCHET
On 06/28/2017 01:24 PM, H. Nikolaus Schaller wrote: > >> Am 28.06.2017 um 12:50 schrieb Sylwester Nawrocki : >> >> On 06/28/2017 11:12 AM, H. Nikolaus Schaller wrote: Am 28.06.2017 um 00:57 schrieb Sylwester Nawrocki : On 06/27/2017 07:48

Re: [PATCH v1 1/6] DT bindings: add bindings for ov965x camera module

2017-06-28 Thread H. Nikolaus Schaller
> Am 28.06.2017 um 12:50 schrieb Sylwester Nawrocki : > > On 06/28/2017 11:12 AM, H. Nikolaus Schaller wrote: >>> Am 28.06.2017 um 00:57 schrieb Sylwester Nawrocki : >>> On 06/27/2017 07:48 AM, H. Nikolaus Schaller wrote: > Am 26.06.2017 um 22:04

Re: [PATCH v1 1/6] DT bindings: add bindings for ov965x camera module

2017-06-28 Thread Sylwester Nawrocki
On 06/28/2017 11:12 AM, H. Nikolaus Schaller wrote: >> Am 28.06.2017 um 00:57 schrieb Sylwester Nawrocki : >> On 06/27/2017 07:48 AM, H. Nikolaus Schaller wrote: Am 26.06.2017 um 22:04 schrieb Sylwester Nawrocki : On 06/26/2017 12:35 PM, Hugues

Re: [PATCH v4 2/4] [media] platform: Add Synopsys Designware HDMI RX Controller Driver

2017-06-28 Thread Sylwester Nawrocki
Hi Jose, On 06/28/2017 11:25 AM, Jose Abreu wrote: On 27-06-2017 21:34, Sylwester Nawrocki wrote: On 06/27/2017 10:43 AM, Jose Abreu wrote: On 25-06-2017 22:13, Sylwester Nawrocki wrote: On 06/20/2017 07:26 PM, Jose Abreu wrote: This is an initial submission for the Synopsys Designware HDMI

Re: [PATCH v4 2/4] [media] platform: Add Synopsys Designware HDMI RX Controller Driver

2017-06-28 Thread Jose Abreu
Hi Sylwester, On 27-06-2017 21:34, Sylwester Nawrocki wrote: > Hi Jose, > > On 06/27/2017 10:43 AM, Jose Abreu wrote: >> On 25-06-2017 22:13, Sylwester Nawrocki wrote: >>> On 06/20/2017 07:26 PM, Jose Abreu wrote: This is an initial submission for the Synopsys Designware HDMI RX

Re: [PATCH v1 1/6] DT bindings: add bindings for ov965x camera module

2017-06-28 Thread H. Nikolaus Schaller
> Am 28.06.2017 um 00:57 schrieb Sylwester Nawrocki : > > On 06/27/2017 07:48 AM, H. Nikolaus Schaller wrote: >>> Am 26.06.2017 um 22:04 schrieb Sylwester Nawrocki : >>> >>> On 06/26/2017 12:35 PM, Hugues FRUCHET wrote: > What I am missing to

Re: [PATCH 2/3] media: ti-vpe: cal: use of_graph_get_remote_endpoint()

2017-06-28 Thread Sylwester Nawrocki
On 06/28/2017 02:33 AM, Kuninori Morimoto wrote: From: Kuninori Morimoto Now, we can use of_graph_get_remote_endpoint(). Let's use it. Signed-off-by: Kuninori Morimoto Reviewed-by: Sylwester Nawrocki