cron job: media_tree daily build: WARNINGS

2019-04-23 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: Wed Apr 24 05:00:11 CEST 2019 media-tree git hash:a4dfc8a24796ff312d1d307e11f26f8ca466e938 media_build gi

[GIT PULL FOR v5.2] VSP1 support for additional 4CCs

2019-04-23 Thread Laurent Pinchart
Hi Mauro, The following changes since commit a4dfc8a24796ff312d1d307e11f26f8ca466e938: media: MAINTAINERS: Update AO CEC with ao-cec-g12a driver (2019-04-22 13:16:35 -0400) are available in the Git repository at: git://linuxtv.org/pinchartl/media.git tags/vsp1-next-20190424 for you to fet

Lieber Freund

2019-04-23 Thread J Glanzmann
-- Prost Freund! Ich freue mich darauf, mit Ihnen für ein paar großartige Gespräche zusammenzuarbeiten. Vielen Dank, Johan Glanzmann

[GIT PULL] dts64 updates for v5.2

2019-04-23 Thread Matthias Brugger
Hi Anrd and Olof, you can find below the pull request for mediatek related dts64. Please have a look :) Regards, Matthias --- The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b: Linux 5.1-rc1 (2019-03-17 14:22:26 -0700) are available in the Git repository at: ht

[GIT PULL for v5.2] Venus updates - take2

2019-04-23 Thread Stanimir Varbanov
Hi Mauro, Here is the second attempt. Added two more fixes for Venus v4 properties and dynamic buffer mode. Please pull. The following changes since commit 26d5d1fe53e966efe567e9773d1158baef303e3b: venus: helpers: fix dynamic buffer mode for v4 (2019-04-23 15:57:17 +0300) are available in t

[PATCH] field-order.rst: clarify FIELD_ANY and FIELD_NONE

2019-04-23 Thread Hans Verkuil
Rephrased the FIELD_ANY description: rather than explicitly list field values, just say 'when any field format is acceptable'. The list of FIELD values was outdated, so it was a bit confusing. The FIELD_NONE description said that 'The driver may also indicate this order when it cannot distinguish

Re: Route lifetime in SUBDEV_[GS]_ROUTING

2019-04-23 Thread Sakari Ailus
Hi Jacopo, On Tue, Apr 23, 2019 at 12:19:32PM +0200, Jacopo Mondi wrote: > Hi Sakari, > > On Wed, Apr 17, 2019 at 01:41:48PM +0300, Sakari Ailus wrote: > > Hi Jacopo, > > > > I promised to write a bit about the routing problem I attempted to write on > > #v4l. It's a bit late, but here it is. Let

[RFC PATCH V1 6/6] platform: mtk-isp: Add Mediatek FD driver

2019-04-23 Thread Jerry-ch Chen
From: Jerry-ch Chen This patch adds the driver of Face Detection (FD) unit in Mediatek camera system, providing face detection function. The mtk-isp directory will contain drivers for multiple IP blocks found in Mediatek ISP system. It will include ISP Pass 1 driver (CAM), sensor interface drive

[RFC PATCH V1 2/6] dts: arm64: mt8183: Add FD shared memory node

2019-04-23 Thread Jerry-ch Chen
From: Jerry-ch Chen This patch adds a shared memory region used on mt8183 for exchanging meta data between co-processor and Face Detection (FD) unit. Signed-off-by: Jerry-ch Chen --- arch/arm64/boot/dts/mediatek/mt8183.dtsi | 10 ++ 1 file changed, 10 insertions(+) diff --git a/arch/a

[RFC PATCH V1 4/6] dts: arm64: mt8183: Add FD nodes

2019-04-23 Thread Jerry-ch Chen
From: Jerry-ch Chen This patch adds nodes for Face Detection (FD) unit. FD is embedded in Mediatek SoCs and works with the co-processor to perform face detection on the input data and image and output detected face result. Signed-off-by: Jerry-ch Chen --- arch/arm64/boot/dts/mediatek/mt8183.dt

[RFC PATCH V1 1/6] dt-bindings: mt8183: Add binding for FD shared memory

2019-04-23 Thread Jerry-ch Chen
From: Jerry-ch Chen This patch adds the binding for describing the shared memory used to exchange meta data between the co-processor and Face Detection (FD) unit of the camera system on Mediatek SoCs. Signed-off-by: Jerry-ch Chen --- .../mediatek,reserve-memory-fd_smem.txt | 44 +

[RFC PATCH V1 5/6] media: platform: Add Mediatek FD driver KConfig

2019-04-23 Thread Jerry-ch Chen
From: Jerry-ch Chen This patch adds KConfig for Mediatek Face Detection driver (FD). FD is embedded in Mediatek SoCs. It can provide hardware accelerated face detection function. Signed-off-by: Jerry-ch Chen --- drivers/media/platform/Kconfig | 2 ++ drivers/media/platform/mtk-isp/Kco

[RFC PATCH V1 3/6] dt-bindings: mt8183: Added FD dt-bindings

2019-04-23 Thread Jerry-ch Chen
From: Jerry-ch Chen This patch adds DT binding documentation for the Face Detection (FD) unit of the camera system on Mediatek's SoCs. Signed-off-by: Jerry-ch Chen --- .../bindings/media/mediatek,mt8183-fd.txt | 34 +++ 1 file changed, 34 insertions(+) create mode 100644

[RFC PATCH V1 0/6] media: platform: Add support for Face Detection (FD) on mt8183 SoC

2019-04-23 Thread Jerry-ch Chen
Hello, This RFC patch series is adding Face Detection (FD) driver on Mediatek mt8183 SoC. It belongs to the first Mediatek's camera driver series based on V4L2 and media controller framework. I posted the main part of the FD driver as RFC to discuss first and would like some review comments.

Re: Route lifetime in SUBDEV_[GS]_ROUTING

2019-04-23 Thread Jacopo Mondi
Hi Sakari, On Wed, Apr 17, 2019 at 01:41:48PM +0300, Sakari Ailus wrote: > Hi Jacopo, > > I promised to write a bit about the routing problem I attempted to write on > #v4l. It's a bit late, but here it is. Let me know if you share my > understanding (and especially do so if you don't :)). Thanks

Re: [GIT PULL for v5.2] Venus updates

2019-04-23 Thread Stanimir Varbanov
Hi Mauro, On 4/22/19 8:35 PM, Mauro Carvalho Chehab wrote: > Hi Stanimir, > > > Em Mon, 1 Apr 2019 11:18:17 +0300 > Stanimir Varbanov escreveu: > >> Hi Mauro, >> >> Here are two patches, one fix and one which makes gstreamer happy with h265. >> >> Please pull. >> >> >> The following changes s