cron job: media_tree daily build: ERRORS

2017-11-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: Mon Nov 13 05:00:17 CET 2017 media-tree git hash:eb0c19942288569e0ae492476534d5a485fb8ab4 media_build

Re: [PATCH v2] media: vsp1: Prevent suspending and resuming DRM pipelines

2017-11-12 Thread Laurent Pinchart
Hi Kieran, On Sunday, 12 November 2017 18:38:31 EET Kieran Bingham wrote: > On 12/11/17 04:28, Laurent Pinchart wrote: > > On Wednesday, 20 September 2017 12:16:54 EET Kieran Bingham wrote: > >> When used as part of a display pipeline, the VSP is stopped and > >> restarted explicitly by the DU

Re: 'LITE-ON USB2.0 DVB-T Tune' driver crash with kernel 4.13 / ubuntu 17.10

2017-11-12 Thread Sean Young
On Sun, Nov 12, 2017 at 09:38:47AM +0100, Laurent Caumont wrote: > Hi Sean, > > Thank you for the changes, It's better like this, I will test it. Great, thanks. Please let us know if it works, then it can be included. > Don't you think that a much better way would be to make the kalloc >

Re: pctv452e oops

2017-11-12 Thread Wolfgang Rohdewald
On Mi, 2017-11-08 at 14:28 +0100, Wolfgang Rohdewald wrote: > since kernel 4.9 I cannot use my four dvb-s2 USB receivers anymore, so > I am stuck with 4.8.x > > Now I tried again with an unmodified kernel 4.13.12. After some time, > I get 3 oopses (remember - I have 4 devices). The call trace is

Re: [PATCH v2] media: vsp1: Prevent suspending and resuming DRM pipelines

2017-11-12 Thread Kieran Bingham
Hi Laurent, On 12/11/17 04:28, Laurent Pinchart wrote: > Hi Kieran, > > Thank you for the patch. > > On Wednesday, 20 September 2017 12:16:54 EET Kieran Bingham wrote: >> When used as part of a display pipeline, the VSP is stopped and >> restarted explicitly by the DU from its suspend and

Re: [PATCH v4 1/5] ARM: tegra: Add device tree node to describe IRAM

2017-11-12 Thread Dmitry Osipenko
On 11.11.2017 17:18, Vladimir Zapolskiy wrote: > Hi Dmitry, > > On 10/20/2017 12:34 AM, Dmitry Osipenko wrote: >> From: Vladimir Zapolskiy >> >> All Tegra SoCs contain 256KiB IRAM, which is used to store CPU resume code >> and by hardware engines like a video decoder. >> >>

Re: [PATCH v4 2/5] media: dt: bindings: Add binding for NVIDIA Tegra Video Decoder Engine

2017-11-12 Thread Dmitry Osipenko
On 11.11.2017 17:21, Vladimir Zapolskiy wrote: > Hi Dmitry, > > On 10/20/2017 12:34 AM, Dmitry Osipenko wrote: >> Add binding documentation for the Video Decoder Engine which is found >> on NVIDIA Tegra20/30/114/124/132 SoC's. >> >> Signed-off-by: Dmitry Osipenko >> --- >>

Re: [PATCH v4 3/5] staging: Introduce NVIDIA Tegra video decoder driver

2017-11-12 Thread Dmitry Osipenko
On 11.11.2017 17:06, Vladimir Zapolskiy wrote: > Hi Dmitry, > > I'll add just a couple of minor comments, in general the code looks > very good. > Thank you very much for the review! > On 10/20/2017 12:34 AM, Dmitry Osipenko wrote: >> NVIDIA Tegra20/30/114/124/132 SoC's have video decoder

[rfc] libv4l2: better auto-gain

2017-11-12 Thread Pavel Machek
Add support for better autogain. Old code had average brightness as a target. New code has number of bright pixels as a target. Signed-off-by: Pavel Machek I see I need to implement histogram for bayer8 and rgb24. Any other comments? Best regards,

Re: et8ek8: Document support for flash and lens devices

2017-11-12 Thread Sebastian Reichel
Hi, On Sun, Nov 12, 2017 at 12:27:29PM +0100, Pavel Machek wrote: > > Document dts support of LED/focus. > > Signed-off-by: Pavel Machek Reviewed-by: Sebastian Reichel -- Sebastian > diff --git

et8ek8: Document support for flash and lens devices

2017-11-12 Thread Pavel Machek
Document dts support of LED/focus. Signed-off-by: Pavel Machek diff --git a/Documentation/devicetree/bindings/media/i2c/toshiba,et8ek8.txt b/Documentation/devicetree/bindings/media/i2c/toshiba,et8ek8.txt index 0b7b6a4..e80d589 100644 ---

Re: 'LITE-ON USB2.0 DVB-T Tune' driver crash with kernel 4.13 / ubuntu 17.10

2017-11-12 Thread Laurent Caumont
Hi Sean, Thank you for the changes, It's better like this, I will test it. Don't you think that a much better way would be to make the kalloc directly inside dvb_usb_generic_rw instead of changing each call of it? Are you sure there are no other mistake somewhere else ? Laurent 2017-11-11 21:55

[PATCH] usb: uvc_debugfs: remove unnecessary NULL check before debugfs_remove_recursive

2017-11-12 Thread Gustavo A. R. Silva
NULL check before freeing functions like debugfs_remove_recursive is not needed. This issue was detected with the help of Coccinelle. Signed-off-by: Gustavo A. R. Silva --- drivers/media/usb/uvc/uvc_debugfs.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)