cron job: media_tree daily build: OK

2018-10-24 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 Oct 25 05:00:14 CEST 2018 media-tree git hash:3b796aa60af087f5fec75aee9b17f2130f2b9adc media_build gi

[PATCH] media: adv7180: add g_skip_frames support

2018-10-24 Thread Tim Harvey
The adv7180 produces 1 to 2 frames of garbage before proper sync is established. This allows V4L2 drivers and apps to skip those. Signed-off-by: Tim Harvey --- drivers/media/i2c/adv7180.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/drivers/media/i2c/adv7180.c b/drivers/m

[PATCH v2] [bug/urgent] dvb-usb-v2: Fix incorrect use of transfer_flags URB_FREE_BUFFER

2018-10-24 Thread Malcolm Priestley
In commit 1a0c10ed7b media: dvb-usb-v2: stop using coherent memory for URBs incorrectly adds URB_FREE_BUFFER after every urb transfer resulting in no buffers and eventually deadlock. The stream buffer should remain constant while in use by user and kfree() on their departure. Signed-off-by: Malco

Re: [PATCH] [bug/urgent] dvb-usb-v2: Fix incorrect use of transfer_flags URB_FREE_BUFFER

2018-10-24 Thread Malcolm Priestley
On 23/10/2018 22:26, Malcolm Priestley wrote: > In commit 1a0c10ed7b media: dvb-usb-v2: stop using coherent memory for URBs > incorrectly adds URB_FREE_BUFFER after every urb transfer resulting in > no buffers and eventually deadlock. > > The stream buffer should remain in constant while in use by

Re: [V3, 3/4] Documentation: dt-bindings: media: Document bindings for DW MIPI CSI-2 Host

2018-10-24 Thread Rob Herring
On Fri, Oct 19, 2018 at 02:52:25PM +0200, Luis Oliveira wrote: > Add bindings for Synopsys DesignWare MIPI CSI-2 host. Also, drop "Documentation: " from the subject. All bindings are documentation and the preferred prefix is 'dt-bindings: : '. > > Signed-off-by: Luis Oliveira > --- > Changelog

Re: [V3, 3/4] Documentation: dt-bindings: media: Document bindings for DW MIPI CSI-2 Host

2018-10-24 Thread Rob Herring
On Fri, Oct 19, 2018 at 02:52:25PM +0200, Luis Oliveira wrote: > Add bindings for Synopsys DesignWare MIPI CSI-2 host. > > Signed-off-by: Luis Oliveira > --- > Changelog > v2-V3 > - removed IPI settings > > .../devicetree/bindings/media/snps,dw-csi-plat.txt | 52 > ++ > 1 f

Re: [V3, 1/4] Documentation: dt-bindings: phy: Document the Synopsys MIPI DPHY Rx bindings

2018-10-24 Thread Rob Herring
On Fri, Oct 19, 2018 at 02:52:23PM +0200, Luis Oliveira wrote: > Add device-tree bindings documentation for SNPS DesignWare MIPI D-PHY in > RX mode. > > Signed-off-by: Luis Oliveira > --- > Changelog > v2-V3 > - removed gpios reference - it was for a separated driver > - changed address to show c

Re: [PATCH v2] media: venus: add support for key frame

2018-10-24 Thread Tomasz Figa
On Wed, Oct 24, 2018 at 10:52 PM Malathi Gottam wrote: > > When client requests for a keyframe, set the property > to hardware to generate the sync frame. > > Signed-off-by: Malathi Gottam > --- > drivers/media/platform/qcom/venus/venc_ctrls.c | 16 +++- > 1 file changed, 15 insertio

Re: i.MX6 MIPI-CSI2 OV5640 Camera testing on Mainline Linux

2018-10-24 Thread Adam Ford
On Wed, Oct 24, 2018 at 9:08 AM jacopo mondi wrote: > > Hi Adam, > > On Wed, Oct 24, 2018 at 08:53:41AM -0500, Adam Ford wrote: > > On Tue, Oct 23, 2018 at 6:03 PM jacopo mondi wrote: > > > > > > Hi Adam, > > > > > > On Tue, Oct 23, 2018 at 12:54:12PM -0500, Adam Ford wrote: > > > > On Tue, Oct 2

Re: i.MX6 MIPI-CSI2 OV5640 Camera testing on Mainline Linux

2018-10-24 Thread jacopo mondi
Hi Adam, On Wed, Oct 24, 2018 at 08:53:41AM -0500, Adam Ford wrote: > On Tue, Oct 23, 2018 at 6:03 PM jacopo mondi wrote: > > > > Hi Adam, > > > > On Tue, Oct 23, 2018 at 12:54:12PM -0500, Adam Ford wrote: > > > On Tue, Oct 23, 2018 at 12:39 PM Steve Longerbeam > > > wrote: > > > > > > > > > > >

Re: i.MX6 MIPI-CSI2 OV5640 Camera testing on Mainline Linux

2018-10-24 Thread Adam Ford
On Tue, Oct 23, 2018 at 6:03 PM jacopo mondi wrote: > > Hi Adam, > > On Tue, Oct 23, 2018 at 12:54:12PM -0500, Adam Ford wrote: > > On Tue, Oct 23, 2018 at 12:39 PM Steve Longerbeam > > wrote: > > > > > > > > > On 10/23/18 10:34 AM, Adam Ford wrote: > > > > On Tue, Oct 23, 2018 at 11:36 AM Steve

[PATCH v2] media: venus: add support for key frame

2018-10-24 Thread Malathi Gottam
When client requests for a keyframe, set the property to hardware to generate the sync frame. Signed-off-by: Malathi Gottam --- drivers/media/platform/qcom/venus/venc_ctrls.c | 16 +++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/drivers/media/platform/qcom/venus/ve

Re: [PATCH] media: venus: add support for key frame

2018-10-24 Thread mgottam
On 2018-10-23 08:37, Tomasz Figa wrote: On Mon, Oct 22, 2018 at 3:15 PM Alexandre Courbot wrote: On Fri, Oct 12, 2018 at 5:10 PM Stanimir Varbanov wrote: > > > > On 10/12/2018 11:06 AM, Alexandre Courbot wrote: > > On Fri, Oct 12, 2018 at 4:37 PM Stanimir Varbanov > > wrote: > >> > >> Hi Ale

RE: [PATCH 1/8] dma-buf: remove shared fence staging in reservation object

2018-10-24 Thread Huang, Ray
Series are Reviewed-by: Huang Rui > -Original Message- > From: Christian König [mailto:ckoenig.leichtzumer...@gmail.com] > Sent: Tuesday, October 23, 2018 8:20 PM > To: amd-...@lists.freedesktop.org; dri-de...@lists.freedesktop.org; linux- > me...@vger.kernel.org; linaro-mm-...@lists.lina

Re: [RFC] Stateless codecs: how to refer to reference frames

2018-10-24 Thread Hans Verkuil
On 10/19/2018 10:40 AM, Hans Verkuil wrote: > From Alexandre's '[RFC PATCH v3] media: docs-rst: Document m2m stateless > video decoder interface': > > On 10/19/18 10:09, Alexandre Courbot wrote: >> Two points being currently discussed have not been changed in this >> revision due to lack of better

Re: [RFC] Stateless codecs: how to refer to reference frames

2018-10-24 Thread Paul Kocialkowski
Hi, Le vendredi 19 octobre 2018 à 11:40 +0200, Hans Verkuil a écrit : > From Alexandre's '[RFC PATCH v3] media: docs-rst: Document m2m stateless > video decoder interface': > > On 10/19/18 10:09, Alexandre Courbot wrote: > > Two points being currently discussed have not been changed in this > > r

Re: [RFC] Stateless codecs: how to refer to reference frames

2018-10-24 Thread Hans Verkuil
HI Alexandre, On 10/24/2018 10:16 AM, Alexandre Courbot wrote: > Hi Hans, > > On Fri, Oct 19, 2018 at 6:40 PM Hans Verkuil wrote: >> >> From Alexandre's '[RFC PATCH v3] media: docs-rst: Document m2m stateless >> video decoder interface': >> >> On 10/19/18 10:09, Alexandre Courbot wrote: >>> Two

Re: [RFC] Stateless codecs: how to refer to reference frames

2018-10-24 Thread Alexandre Courbot
Hi Hans, On Fri, Oct 19, 2018 at 6:40 PM Hans Verkuil wrote: > > From Alexandre's '[RFC PATCH v3] media: docs-rst: Document m2m stateless > video decoder interface': > > On 10/19/18 10:09, Alexandre Courbot wrote: > > Two points being currently discussed have not been changed in this > > revision