Re: [RFC PATCH V2 4/4] platform: mtk-isp: Add Mediatek FD driver

2019-09-03 Thread Tomasz Figa
On Wed, Sep 4, 2019 at 3:09 PM Jerry-ch Chen wrote: > > Hi Tomasz, > > On Wed, 2019-09-04 at 12:15 +0800, Tomasz Figa wrote: > > On Wed, Sep 4, 2019 at 12:38 PM Jerry-ch Chen > > wrote: > > > > > > Hi Tomasz, > > > > > > On Tue, 2019-09-03 at 20:05 +0800, Tomasz Figa wrote: > > > > On Tue, Sep 3,

Re: [RFC PATCH V2 4/4] platform: mtk-isp: Add Mediatek FD driver

2019-09-03 Thread Jerry-ch Chen
Hi Tomasz, On Wed, 2019-09-04 at 12:15 +0800, Tomasz Figa wrote: > On Wed, Sep 4, 2019 at 12:38 PM Jerry-ch Chen > wrote: > > > > Hi Tomasz, > > > > On Tue, 2019-09-03 at 20:05 +0800, Tomasz Figa wrote: > > > On Tue, Sep 3, 2019 at 8:46 PM Jerry-ch Chen > > > wrote: > > > > > > > > Hi Tomasz, >

Re: [RFC PATCH V2 4/4] platform: mtk-isp: Add Mediatek FD driver

2019-09-03 Thread Tomasz Figa
On Wed, Sep 4, 2019 at 12:38 PM Jerry-ch Chen wrote: > > Hi Tomasz, > > On Tue, 2019-09-03 at 20:05 +0800, Tomasz Figa wrote: > > On Tue, Sep 3, 2019 at 8:46 PM Jerry-ch Chen > > wrote: > > > > > > Hi Tomasz, > > > > > > On Tue, 2019-09-03 at 15:04 +0800, Tomasz Figa wrote: > > > > On Tue, Sep 3

cron job: media_tree daily build: WARNINGS

2019-09-03 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 Sep 4 05:00:10 CEST 2019 media-tree git hash:20a438d53fd9d12a894161bc56cbeab7a9993c39 media_build gi

Re: [RFC PATCH V2 4/4] platform: mtk-isp: Add Mediatek FD driver

2019-09-03 Thread Jerry-ch Chen
Hi Tomasz, On Tue, 2019-09-03 at 20:05 +0800, Tomasz Figa wrote: > On Tue, Sep 3, 2019 at 8:46 PM Jerry-ch Chen > wrote: > > > > Hi Tomasz, > > > > On Tue, 2019-09-03 at 15:04 +0800, Tomasz Figa wrote: > > > On Tue, Sep 3, 2019 at 3:44 PM Jerry-ch Chen > > > wrote: > > > > > > > > On Tue, 2019

[PATCH 4/4] media: hantro: Support color conversion via post-processing

2019-09-03 Thread Ezequiel Garcia
The Hantro G1 decoder is able to enable a post-processor on the decoding pipeline, which can be used to perform scaling and color conversion. The post-processor is integrated to the decoder, and it's possible to use it in a way that is completely transparent to the user. This commit enables color

[PATCH 0/4] Enable Hantro G1 post-processor

2019-09-03 Thread Ezequiel Garcia
Hi all, This series enables the post-processor support available on the Hantro G1 VPU. The post-processor block can be pipelined with the decoder hardware, allowing to perform operations such as color conversion, scaling, rotation, cropping, among others. The decoder hardware needs its own set of

[PATCH 2/4] media: hantro: Simplify buffer helpers

2019-09-03 Thread Ezequiel Garcia
Modify hantro_get_ref() and hantro_h264_get_ref_buf() helpers to return the buffer DMA address, this makes the code simpler and at the same time will allow easier enablement of the post-processing feature. Signed-off-by: Ezequiel Garcia --- drivers/staging/media/hantro/hantro.h | 2 +-

[PATCH 3/4] media: hantro: Add helper for the H264 motion vectors allocation

2019-09-03 Thread Ezequiel Garcia
Introduce a helper to allow easier enablement of the post-processing feature. No functional changes intended. Signed-off-by: Ezequiel Garcia --- drivers/staging/media/hantro/hantro.h | 6 ++ drivers/staging/media/hantro/hantro_v4l2.c | 4 ++-- 2 files changed, 8 insertions(+), 2 deletio

[PATCH 1/4] media: hantro: Simplify macroblock macros

2019-09-03 Thread Ezequiel Garcia
It seems all codecs are using a 16x16 size macroblock, and so it's possible to have just one set of macroblock macros. Signed-off-by: Ezequiel Garcia --- drivers/staging/media/hantro/hantro.h | 18 +++--- .../staging/media/hantro/hantro_g1_h264_dec.c | 2 +- .../staging/me

Re: [PATCH v2 09/10] media: i2c: ov5670: Report native size and crop bounds

2019-09-03 Thread Jacopo Mondi
Hi Sakari, Hans, On Tue, Sep 03, 2019 at 04:06:26PM +0300, Sakari Ailus wrote: > Hi Hans, Jacopo, > > On Thu, Aug 29, 2019 at 02:55:30PM +0200, Hans Verkuil wrote: > > On 8/29/19 2:40 PM, Jacopo Mondi wrote: > > > HI Hans, > > > > > > On Thu, Aug 29, 2019 at 12:20:18PM +0200, Hans Verkuil wrote: >

Re: [PATCH 3/3] cedrus: fix various format-related compliance issues

2019-09-03 Thread Jernej Škrabec
Hi! Dne petek, 30. avgust 2019 ob 11:26:24 CEST je Hans Verkuil napisal(a): > Initialize the context on open() with valid capture and output > formats. It is good practice to always have valid formats internally. > > This solves one vb2 warning in the kernel log where the sizeimage > value of the

Re: [PATCH 2/3] cedrus: choose default pixelformat in try_fmt

2019-09-03 Thread Jernej Škrabec
Hi! Dne petek, 30. avgust 2019 ob 11:26:23 CEST je Hans Verkuil napisal(a): > If an unsupported pixelformat is passed to try_fmt, then pick > the first valid pixelformat instead. This is more standard V4L2 > behavior. > > Signed-off-by: Hans Verkuil > --- > .../staging/media/sunxi/cedrus/cedrus

Re: [PATCH 1/3] cedrus: fill in bus_info for media device

2019-09-03 Thread Jernej Škrabec
Hi! Dne petek, 30. avgust 2019 ob 11:26:22 CEST je Hans Verkuil napisal(a): > Fixes this compliance warning: > > $ v4l2-compliance -m0 > v4l2-compliance SHA: b514d615166bdc0901a4c71261b87db31e89f464, 32 bits > > Compliance test for cedrus device /dev/media0: > > Media Driver Info: > Dri

Re: [PATCH v2 03/10] media: v4l2-ctrl: Document V4L2_CID_CAMERA_SENSOR_ROTATION

2019-09-03 Thread Jacopo Mondi
Hi Tomasz, Laurent On Tue, Sep 03, 2019 at 01:16:21PM +0900, Tomasz Figa wrote: > On Tue, Sep 3, 2019 at 1:43 AM Laurent Pinchart > wrote: > > > > Hi Jacopo, > > > > On Mon, Sep 02, 2019 at 01:20:49PM +0200, Jacopo Mondi wrote: > > > On Tue, Aug 27, 2019 at 03:51:32PM +0300, Laurent Pinchart wrot

dvt-scan-table

2019-09-03 Thread Sebastien Nobert
ca-QC-Champlain Description: Binary data

Re: [PATCH v2] media: ov5640: add support of V4L2_CID_LINK_FREQ

2019-09-03 Thread Hugues FRUCHET
Hi Jacopo, On 8/21/19 4:24 PM, Jacopo Mondi wrote: > Hello, > +laura who has been working on supporting RAW capture for this > driver. > > On Tue, Aug 20, 2019 at 12:13:12PM +0300, Sakari Ailus wrote: >> Hi Hugues, >> >> On Tue, Jul 02, 2019 at 04:05:46PM +, Hugues FRUCHET wrote: >>>

Re: [Linux-kernel-mentees] [PATCH v2] cec-compliance: system audio control tests

2019-09-03 Thread Shuah Khan
On 9/2/19 10:59 AM, Jiunn Chang wrote: Add user control press operands: - Mute Function - Restore Volume Function Please add more details to the commit message. It would be helpful to know more about the features that are getting added. Signed-off-by: Jiunn Chang --- Changes made since

Re: [PATCH v2 01/10] media: dt-bindings: Document 'location' property

2019-09-03 Thread Laurent Pinchart
Hi Jacopo, On Mon, Sep 02, 2019 at 09:48:30PM +0200, Jacopo Mondi wrote: > On Mon, Sep 02, 2019 at 07:49:37PM +0300, Laurent Pinchart wrote: > > On Mon, Sep 02, 2019 at 06:40:31PM +0200, Jacopo Mondi wrote: > >> On Mon, Sep 02, 2019 at 02:38:40PM +0100, Rob Herring wrote: > >>> On Thu, Aug 29, 201

Re: [PATCH v2 03/10] media: v4l2-ctrl: Document V4L2_CID_CAMERA_SENSOR_ROTATION

2019-09-03 Thread Laurent Pinchart
Hi Tomasz, On Tue, Sep 03, 2019 at 01:16:21PM +0900, Tomasz Figa wrote: > On Tue, Sep 3, 2019 at 1:43 AM Laurent Pinchart wrote: > > On Mon, Sep 02, 2019 at 01:20:49PM +0200, Jacopo Mondi wrote: > >> On Tue, Aug 27, 2019 at 03:51:32PM +0300, Laurent Pinchart wrote: > >>> On Tue, Aug 27, 2019 at 11

Re: [PATCH v2 09/10] media: i2c: ov5670: Report native size and crop bounds

2019-09-03 Thread Sakari Ailus
Hi Hans, Jacopo, On Thu, Aug 29, 2019 at 02:55:30PM +0200, Hans Verkuil wrote: > On 8/29/19 2:40 PM, Jacopo Mondi wrote: > > HI Hans, > > > > On Thu, Aug 29, 2019 at 12:20:18PM +0200, Hans Verkuil wrote: > >> On 8/27/19 11:23 AM, Jacopo Mondi wrote: > >>> Report the native pixel array size and th

Re: [RFC PATCH V2 4/4] platform: mtk-isp: Add Mediatek FD driver

2019-09-03 Thread Tomasz Figa
On Tue, Sep 3, 2019 at 8:46 PM Jerry-ch Chen wrote: > > Hi Tomasz, > > On Tue, 2019-09-03 at 15:04 +0800, Tomasz Figa wrote: > > On Tue, Sep 3, 2019 at 3:44 PM Jerry-ch Chen > > wrote: > > > > > > On Tue, 2019-09-03 at 13:19 +0800, Tomasz Figa wrote: > > > > On Mon, Sep 2, 2019 at 8:47 PM Jerry-

Re: [RFC PATCH V2 4/4] platform: mtk-isp: Add Mediatek FD driver

2019-09-03 Thread Jerry-ch Chen
Hi Tomasz, On Tue, 2019-09-03 at 15:04 +0800, Tomasz Figa wrote: > On Tue, Sep 3, 2019 at 3:44 PM Jerry-ch Chen > wrote: > > > > On Tue, 2019-09-03 at 13:19 +0800, Tomasz Figa wrote: > > > On Mon, Sep 2, 2019 at 8:47 PM Jerry-ch Chen > > > wrote: > > > > > > > > Hi Tomasz, > > > > > > > > On F

[PATCH] v4l2-ctl: Print UVC meta info

2019-09-03 Thread Vandana BN
Print UVC Metadata information in verbose mode. Signed-off-by: Vandana BN --- utils/v4l2-ctl/v4l2-ctl-meta.cpp | 20 utils/v4l2-ctl/v4l2-ctl-streaming.cpp | 14 -- utils/v4l2-ctl/v4l2-ctl.h | 1 + 3 files changed, 29 insertions(+), 6 deletions(-

Re: [ANN] Topics for a media summit in Lyon in October

2019-09-03 Thread Hans Verkuil
On 9/3/19 11:35 AM, Laurent Pinchart wrote: > Hi Hans, > > On Tue, Sep 03, 2019 at 09:21:43AM +0200, Hans Verkuil wrote: >> Hi all, >> >> I've decided to hold the meeting during the ELCE and not on Thursday. >> Two key people can't be there on Thursday and some travel back Thursday >> evening and

[PATCH v2] vivid: Add metadata capture support

2019-09-03 Thread Vandana BN
This patch adds meatadata capture support in vivid driver. Added new files for metadata capture. Signed-off-by: Vandana BN --- drivers/media/platform/vivid/Makefile | 2 +- drivers/media/platform/vivid/vivid-core.c | 90 - drivers/media/platform/vivid/vivid-core.h | 1

Re: [ANN] Topics for a media summit in Lyon in October

2019-09-03 Thread Laurent Pinchart
Hi Hans, On Tue, Sep 03, 2019 at 09:21:43AM +0200, Hans Verkuil wrote: > Hi all, > > I've decided to hold the meeting during the ELCE and not on Thursday. > Two key people can't be there on Thursday and some travel back Thursday > evening and so would have to leave early. > > Looking at the sche

Re: [RFC,v2 3/6] media: dt-bindings: add DS90UB954-Q1 video deserializer

2019-09-03 Thread Wolfram Sang
> Not if you define enough addresses in the pool. E.g. the DS90UB954 > hardware can have 8 aliases per port, so if you have (n_ports * 8) > addresses in the pool the problem is solved. And then you plug-in somewhere another board with another need for ATR and you are out of addresses. > > And an

Re: [ANN] Topics for a media summit in Lyon in October

2019-09-03 Thread Niklas Söderlund
Hi Hans, Thanks for organizing this. On 2019-09-03 09:21:43 +0200, Hans Verkuil wrote: > Hi all, > > I've decided to hold the meeting during the ELCE and not on Thursday. > Two key people can't be there on Thursday and some travel back Thursday > evening and so would have to leave early. > > Lo

Re: hdpvr.ko kernel 5.3-rc6

2019-09-03 Thread Hans Verkuil
On 9/3/19 8:35 AM, Hans Verkuil wrote: > On 9/3/19 5:45 AM, Scott Doty wrote: >> On 9/2/19 12:31 AM, Hans Verkuil wrote: >>> Hi Scott, >> >> Hi Hans! Thank you for the speedy reply. :) >> >>> The only non-trivial change in hdpvr in 5.3 is this commit: >>> >>> commit 6bc5a4a1927556ff9adce1aa95ea408

Re: [ANN] Topics for a media summit in Lyon in October

2019-09-03 Thread Tomasz Figa
On Tue, Sep 3, 2019 at 4:21 PM Hans Verkuil wrote: > > Hi all, > > I've decided to hold the meeting during the ELCE and not on Thursday. > Two key people can't be there on Thursday and some travel back Thursday > evening and so would have to leave early. > > Looking at the schedule I propose inste

Re: [ANN] Topics for a media summit in Lyon in October

2019-09-03 Thread Alexandre Courbot
On Tue, Sep 3, 2019 at 4:21 PM Hans Verkuil wrote: > > Hi all, > > I've decided to hold the meeting during the ELCE and not on Thursday. > Two key people can't be there on Thursday and some travel back Thursday > evening and so would have to leave early. > > Looking at the schedule I propose inste

Re: [ANN] Topics for a media summit in Lyon in October

2019-09-03 Thread Hans Verkuil
Hi all, I've decided to hold the meeting during the ELCE and not on Thursday. Two key people can't be there on Thursday and some travel back Thursday evening and so would have to leave early. Looking at the schedule I propose instead to have one meeting on Tuesday morning concentrating on finaliz

Re: [RFC PATCH V2 4/4] platform: mtk-isp: Add Mediatek FD driver

2019-09-03 Thread Tomasz Figa
On Tue, Sep 3, 2019 at 3:44 PM Jerry-ch Chen wrote: > > On Tue, 2019-09-03 at 13:19 +0800, Tomasz Figa wrote: > > On Mon, Sep 2, 2019 at 8:47 PM Jerry-ch Chen > > wrote: > > > > > > Hi Tomasz, > > > > > > On Fri, 2019-08-30 at 16:33 +0800, Tomasz Figa wrote: > > > > On Wed, Aug 28, 2019 at 11:00