cron job: media_tree daily build: WARNINGS

2016-07-29 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 Jul 30 04:00:21 CEST 2016 git branch: test git hash: 292eaf50c7df4ae2ae8aaa9e1ce3f1240a353ee8 gcc

[linuxtv-media:fixes 7/8] warning: (VIDEO_MEDIATEK_VCODEC) selects VIDEOBUF2_DMA_CONTIG which has unmet direct dependencies (MEDIA_SUPPORT && ..)

2016-07-29 Thread kbuild test robot
tree: git://linuxtv.org/media_tree.git fixes head: 292eaf50c7df4ae2ae8aaa9e1ce3f1240a353ee8 commit: cd70c37b5a23eee7aa411205e2b4c74097f52336 [7/8] [media] staging: add MEDIA_SUPPORT dependency config: m32r-allyesconfig (attached as .config) compiler: m32r-linux-gcc (GCC) 4.9.0 reproduce:

Re: [PATCH v7 2/2] [media] atmel-isc: DT binding for Image Sensor Controller driver

2016-07-29 Thread Rob Herring
On Fri, Jul 29, 2016 at 03:54:08PM +0800, Songjun Wu wrote: > DT binding documentation for ISC driver. > > Signed-off-by: Songjun Wu > --- > > Changes in v7: None > Changes in v6: > - Add "iscck" and "gck" to clock-names. > > Changes in v5: > - Add clock-output-names.

Re: [PATCH 1/6] media: rcar-vin: allow field to be changed

2016-07-29 Thread Sergei Shtylyov
On 07/29/2016 08:40 PM, Niklas Söderlund wrote: The driver forced whatever field was set by the source subdevice to be used. This patch allows the user to change from the default field. Signed-off-by: Niklas Söderlund I didn't apply this patch at

Re: [PATCH 6/6] media: adv7180: fix field type

2016-07-29 Thread Niklas Söderlund
On 2016-07-29 12:32:30 -0700, Steve Longerbeam wrote: > > On 07/29/2016 12:10 PM, Sergei Shtylyov wrote: > > On 07/29/2016 08:40 PM, Niklas Söderlund wrote: > > > > > From: Steve Longerbeam > > > > > > The ADV7180 and ADV7182 transmit whole fields, bottom field followed

Re: [PATCH 6/6] media: adv7180: fix field type

2016-07-29 Thread Steve Longerbeam
On 07/29/2016 12:10 PM, Sergei Shtylyov wrote: On 07/29/2016 08:40 PM, Niklas Söderlund wrote: From: Steve Longerbeam The ADV7180 and ADV7182 transmit whole fields, bottom field followed by top (or vice-versa, depending on detected video standard). So for chips that

Re: [PATCH 6/6] media: adv7180: fix field type

2016-07-29 Thread Sergei Shtylyov
On 07/29/2016 08:40 PM, Niklas Söderlund wrote: From: Steve Longerbeam The ADV7180 and ADV7182 transmit whole fields, bottom field followed by top (or vice-versa, depending on detected video standard). So for chips that do not have support for explicitly setting the

Re: pwc over musb: 100% frame drop (lost) on high resolution stream

2016-07-29 Thread Matwey V. Kornilov
Hello, I've found that the following commit fixes the issue: commit 7694ca6e1d6f01122f05039b81f70f64b1ec4063 Author: Viresh Kumar Date: Fri Apr 22 16:58:42 2016 +0530 cpufreq: omap: Use generic platdev driver The cpufreq-dt-platdev driver supports creation

[PATCH 3/6] media: rcar-vin: fix height for TOP and BOTTOM fields

2016-07-29 Thread Niklas Söderlund
The height used for V4L2_FIELD_TOP and V4L2_FIELD_BOTTOM where wrong. The frames only contain one filed so the height should be half of the frame. Signed-off-by: Niklas Söderlund --- drivers/media/platform/rcar-vin/rcar-v4l2.c | 29

[PATCH 5/6] media: adv7180: fill in mbus format in set_fmt

2016-07-29 Thread Niklas Söderlund
If the V4L2_SUBDEV_FORMAT_TRY is used in set_fmt the width, height etc would not be filled. Signed-off-by: Niklas Söderlund --- drivers/media/i2c/adv7180.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git

[PATCH 0/6] Fix adv7180 and rcar-vin field handling

2016-07-29 Thread Niklas Söderlund
Hi, This series add V4L2_FIELD_ALTERNATE support to the rcar-vin driver and changes the field mode reported by adv7180 from V4L2_FIELD_INTERLACED to V4L2_FIELD_ALTERNATE. The change field mode reported by adv7180 was first done by Steve Longerbeam (https://lkml.org/lkml/2016/7/23/107), I have

[PATCH 6/6] media: adv7180: fix field type

2016-07-29 Thread Niklas Söderlund
From: Steve Longerbeam The ADV7180 and ADV7182 transmit whole fields, bottom field followed by top (or vice-versa, depending on detected video standard). So for chips that do not have support for explicitly setting the field mode, set the field mode to

[PATCH 2/6] media: rcar-vin: fix bug in scaling

2016-07-29 Thread Niklas Söderlund
It was not possible to scale beyond the image size of the video source limitation. The output frame would be bigger but the captured image was limited to the size of the video source. The error was that the crop boundary was set after the requested frame size and not the video source size. This

[PATCH 4/6] media: rcar-vin: add support for V4L2_FIELD_ALTERNATE

2016-07-29 Thread Niklas Söderlund
The HW can capture both ODD and EVEN fields in separate buffers so it's possible to support this field mode. Signed-off-by: Niklas Söderlund --- drivers/media/platform/rcar-vin/rcar-dma.c | 26 --

[PATCH 1/6] media: rcar-vin: allow field to be changed

2016-07-29 Thread Niklas Söderlund
The driver forced whatever field was set by the source subdevice to be used. This patch allows the user to change from the default field. Signed-off-by: Niklas Söderlund --- drivers/media/platform/rcar-vin/rcar-v4l2.c | 5 + 1 file changed, 5

Re: Sony tuner chip driver questions

2016-07-29 Thread Mauro Carvalho Chehab
Em Thu, 28 Jul 2016 22:12:10 + "Bird, Timothy" escreveu: > Hello Linux-media people... :-) > > A group at Sony would like to develop a proper kernel driver > for a TV/tuner chip that Sony produces, and we'd like to ask some questions > before we get started. Nice! Be

RE: Sony tuner chip driver questions

2016-07-29 Thread Berry, Tom
Hello Tim and Linux-media team. Thanks for the introduction. We look forward to working with the Linux Media group. Just a comment on the SPI interface in this TV tuner. The device acts as an SPI slave. The SPI bus is used for both, control interface (internal register read/writes) and also for

[PATCH v2] vcodec: mediatek: Add g/s_selection support for V4L2 Encoder

2016-07-29 Thread Tiffany Lin
Signed-off-by: Tiffany Lin --- drivers/media/platform/mtk-vcodec/mtk_vcodec_enc.c | 83 ++-- 1 file changed, 78 insertions(+), 5 deletions(-) diff --git a/drivers/media/platform/mtk-vcodec/mtk_vcodec_enc.c

[PATCH v7 2/2] [media] atmel-isc: DT binding for Image Sensor Controller driver

2016-07-29 Thread Songjun Wu
DT binding documentation for ISC driver. Signed-off-by: Songjun Wu --- Changes in v7: None Changes in v6: - Add "iscck" and "gck" to clock-names. Changes in v5: - Add clock-output-names. Changes in v4: - Remove the isc clock nodes. Changes in v3: - Remove the

[PATCH v7 1/2] [media] atmel-isc: add the Image Sensor Controller code

2016-07-29 Thread Songjun Wu
Add driver for the Image Sensor Controller. It manages incoming data from a parallel based CMOS/CCD sensor. It has an internal image processor, also integrates a triple channel direct memory access controller master interface. Signed-off-by: Songjun Wu --- Changes in

[PATCH v7 0/2] [media] atmel-isc: add driver for Atmel ISC

2016-07-29 Thread Songjun Wu
The Image Sensor Controller driver includes two parts. 1) Driver code to implement the ISC function. 2) Device tree binding documentation, it describes how to add the ISC in device tree. Test result with v4l-utils. v4l2-compliance SHA : not available Driver Info: Driver name :