cron job: media_tree daily build: OK

2016-05-19 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: Fri May 20 04:00:25 CEST 2016 git branch: test git hash: bc2b80ee3490651904f121eac1c8fb7652d48253 gcc

Re: [PATCH v2 1/2] [media] media: i2c/ov5645: add the device tree binding document

2016-05-19 Thread Rob Herring
On Thu, May 19, 2016 at 3:14 AM, Todor Tomov wrote: > Hi Rob, > > Thank you for your time to review. My responses are below: > > On 05/19/2016 02:16 AM, Rob Herring wrote: >> On Wed, May 18, 2016 at 02:50:07PM +0300, Todor Tomov wrote: >>> Add the document for ov5645

[PATCH 1/3] v4l: vsp1: Fix typo in register field names

2016-05-19 Thread Laurent Pinchart
The VI6_RPF_ALPH_SEL ALPHA0 and ALPHA1 fields are inverted, swap them. Signed-off-by: Laurent Pinchart --- drivers/media/platform/vsp1/vsp1_regs.h | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

[PATCH 0/3] R-Car VSP miscellaneous fixes

2016-05-19 Thread Laurent Pinchart
Hello, This series fixes three unrelated issues in the R-Car VSP driver. Please see individual patches for details. Laurent Pinchart (3): v4l: vsp1: Fix typo in register field names v4l: vsp1: Fix descriptions of Gen2 VSP instances v4l: vsp1: Fix crash when resetting pipeline

[PATCH 3/3] v4l: vsp1: Fix crash when resetting pipeline

2016-05-19 Thread Laurent Pinchart
The vsp1_pipeline_reset() function loops over pipeline inputs and output and resets them. When doing so it assumes both that the pipeline has been correctly configured with an output, and that inputs are are stored in the pipe inputs array at positions 0 to num_inputs-1. Both the assumptions are

[PATCH 2/3] v4l: vsp1: Fix descriptions of Gen2 VSP instances

2016-05-19 Thread Laurent Pinchart
The number of UDS and WPF are set to incorrect values, fix them. Signed-off-by: Laurent Pinchart --- drivers/media/platform/vsp1/vsp1_drv.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/media/platform/vsp1/vsp1_drv.c

[PATCH v4 0/6] R-Car VSP: Add and set media entities functions

2016-05-19 Thread Laurent Pinchart
Hello, This patch series adds new media entities functions for video processing and video statistics computation, and updates the VSP driver to use the new functions. Patches 1/6 and 2/6 define and document the new functions. They have been submitted previously in the "[PATCH v2 00/54] R-Car VSP

[PATCH v4 2/6] media: Add video statistics computation functions

2016-05-19 Thread Laurent Pinchart
The video statistics function describes entities such as video histogram engines or 3A statistics engines. Signed-off-by: Laurent Pinchart --- Documentation/DocBook/media/v4l/media-types.xml | 9 + include/uapi/linux/media.h

[PATCH v4 6/6] v4l: vsp1: Set entities functions

2016-05-19 Thread Laurent Pinchart
Initialize the function field of all subdev entities instantiated by the driver. This gets rids of multiple warnings printed by the media controller core. Signed-off-by: Laurent Pinchart --- drivers/media/platform/vsp1/vsp1_bru.c| 3 ++-

[PATCH v4 5/6] v4l: vsp1: Don't create LIF entity when the userspace API is enabled

2016-05-19 Thread Laurent Pinchart
The LIF is only used when feeding the VSP output to the DU. The only way to do so is by controlling the VSP directly from the DU driver and disabling the VSP userspace API. There is thus no need to create a LIF entity when the userspace API is enabled, as it can't be used in that case.

[PATCH v4 3/6] v4l: vsp1: Base link creation on availability of entities

2016-05-19 Thread Laurent Pinchart
Check the entity pointer instead of the feature flag to see if the entity is available before creating related links. The two methods are currently equivalent, but will differ in the future as we implement support for ignoring some of the entities present in the hardware. Signed-off-by: Laurent

[PATCH v4 1/6] media: Add video processing entity functions

2016-05-19 Thread Laurent Pinchart
Add composer, pixel formatter, pixel encoding converter and scaler functions. Signed-off-by: Laurent Pinchart --- Documentation/DocBook/media/v4l/media-types.xml | 55 + include/uapi/linux/media.h | 9

[PATCH v4 4/6] v4l: vsp1: Don't register media device when userspace API is disabled

2016-05-19 Thread Laurent Pinchart
The media device doesn't need to be exposed to userspace when the VSP is fully controlled by the DU driver. Don't register it in that case. Signed-off-by: Laurent Pinchart --- drivers/media/platform/vsp1/vsp1_drv.c | 16 +--- 1 file

[PATCH v2 2/2] media: rc: nuvoton: decrease size of raw event fifo

2016-05-19 Thread Heiner Kallweit
This chip has a 32 byte HW FIFO only. Therefore the default fifo size of 512 raw events is not needed and can be significantly decreased. Signed-off-by: Heiner Kallweit --- v2: - make patch part of a series --- drivers/media/rc/nuvoton-cir.c | 1 + 1 file changed, 1

[PATCH v2 1/2] media: rc: make fifo size for raw events configurable via rc_dev

2016-05-19 Thread Heiner Kallweit
Currently the fifo size is 512 elements. After a recent patch the size of struct ir_raw_event is down to 8 bytes, so the fifo still consumes 4KB. In most cases a much smaller fifo is sufficient, e.g. nuvoton-cir triggers event processing after 24 events latest. This patch introduces an element

Re: gstreamer: v4l2videodec plugin

2016-05-19 Thread ayaka
在 2016年05月15日 15:41, Nicolas Dufresne 写道: Le vendredi 13 mai 2016 à 11:45 +0300, Stanimir Varbanov a écrit : One thing which bothers me is how the extra-controls property working, i.e. I failed to change the h264 profile for example with below construct:

Re: gstreamer: v4l2videodec plugin

2016-05-19 Thread Nicolas Dufresne
Le jeudi 19 mai 2016 à 15:25 +0200, Philipp Zabel a écrit : > Is there any reason not to update the MFC driver to use G_SELECTION? > The > g_crop implementation could be kept for backwards compatibility. Videobuf2 already provide this backward compatible implementation, so there is no reason not

Re: gstreamer: v4l2videodec plugin

2016-05-19 Thread Philipp Zabel
Am Samstag, den 14.05.2016, 15:07 +0300 schrieb Stanimir Varbanov: [...] > > While I got you. I would be very interested to know who QCOM driver > > interpreted the width and height expose on capture side of the decoder. > > I'm adding Philippe Zabel in CC here (he's maintaining the > >

Re: [PATCH v2 1/2] [media] media: i2c/ov5645: add the device tree binding document

2016-05-19 Thread Todor Tomov
Hi Rob, Thank you for your time to review. My responses are below: On 05/19/2016 02:16 AM, Rob Herring wrote: > On Wed, May 18, 2016 at 02:50:07PM +0300, Todor Tomov wrote: >> Add the document for ov5645 device tree binding. >> >> Signed-off-by: Todor Tomov >> --- >>