Re: [RFC PATCH v3] media: docs-rst: Document m2m stateless video decoder interface

2018-10-22 Thread Tomasz Figa
Hi Alex, On Fri, Oct 19, 2018 at 5:09 PM Alexandre Courbot wrote: > > Thanks everyone for the feedback on v2! I have not replied to all the > individual emails but hope this v3 will address some of the problems > raised and become a continuation point for the topics still in > discussion (probabl

cron job: media_tree daily build: OK

2018-10-22 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: Tue Oct 23 05:00:11 CEST 2018 media-tree git hash:3b796aa60af087f5fec75aee9b17f2130f2b9adc media_build gi

Re: [PATCH] media: venus: add support for key frame

2018-10-22 Thread Tomasz Figa
On Mon, Oct 22, 2018 at 3:15 PM Alexandre Courbot wrote: > > On Fri, Oct 12, 2018 at 5:10 PM Stanimir Varbanov > wrote: > > > > > > > > On 10/12/2018 11:06 AM, Alexandre Courbot wrote: > > > On Fri, Oct 12, 2018 at 4:37 PM Stanimir Varbanov > > > wrote: > > >> > > >> Hi Alex, > > >> > > >> On 10

Re: [PATCH] media: venus: amend buffer size for bitstream plane

2018-10-22 Thread Tomasz Figa
Hi Malathi, On Tue, Oct 9, 2018 at 4:58 PM Malathi Gottam wrote: > > For lower resolutions, incase of encoder, the compressed > frame size is more than half of the corresponding input > YUV. Keep the size as same as YUV considering worst case. > > Signed-off-by: Malathi Gottam > --- > drivers/m

Re: [PATCH v2 0/2] Document memory-to-memory video codec interfaces

2018-10-22 Thread Tomasz Figa
Hi Hans, On Tue, Oct 23, 2018 at 12:41 AM Hans Verkuil wrote: > > Hi Tomasz, Alexandre, > > Thank you for all your work! Much appreciated. > > I've applied both the stateful and stateless patches on top of the > request_api branch > and made the final result available here: > > https://hverkuil.

Re: [RFC] Informal meeting during ELCE to discuss userspace support for stateless codecs

2018-10-22 Thread Hans Verkuil
On 10/22/2018 10:17 PM, Hans Verkuil wrote: > A quick update: > > As said in my previous email: we'll meet at 11 am at the registration desk. > From there we go to the Platform 5 Cafe. If that's too crowded/noisy, then > we'll try the Sheraton hotel. > > Tomasz, I'll ping you on irc when we found

Re: [RFC] Informal meeting during ELCE to discuss userspace support for stateless codecs

2018-10-22 Thread Hans Verkuil
A quick update: As said in my previous email: we'll meet at 11 am at the registration desk. >From there we go to the Platform 5 Cafe. If that's too crowded/noisy, then we'll try the Sheraton hotel. Tomasz, I'll ping you on irc when we found a good spot and we can setup the Hangouts meeting. Hope

Custom Made logo products

2018-10-22 Thread Lilly Koller
Hi, I didn’t know if you had received my email from last week? Can you direct me to the person that handles your company promo items? Do you have any upcoming events, tradeshows or promotional needs? We manufacture ALL custom LOGO and branded products. The most asked about product that we make,

Re: [PATCH v2 0/2] Document memory-to-memory video codec interfaces

2018-10-22 Thread Hans Verkuil
Hi Tomasz, Alexandre, Thank you for all your work! Much appreciated. I've applied both the stateful and stateless patches on top of the request_api branch and made the final result available here: https://hverkuil.home.xs4all.nl/request-api/ Tomasz, I got two warnings when building the doc tre

[PATCH v2 2/2] media: docs-rst: Document memory-to-memory video encoder interface

2018-10-22 Thread Tomasz Figa
Due to complexity of the video encoding process, the V4L2 drivers of stateful encoder hardware require specific sequences of V4L2 API calls to be followed. These include capability enumeration, initialization, encoding, encode parameters change, drain and reset. Specifics of the above have been di

[PATCH v2 1/2] media: docs-rst: Document memory-to-memory video decoder interface

2018-10-22 Thread Tomasz Figa
Due to complexity of the video decoding process, the V4L2 drivers of stateful decoder hardware require specific sequences of V4L2 API calls to be followed. These include capability enumeration, initialization, decoding, seek, pause, dynamic resolution change, drain and end of stream. Specifics of

[PATCH v2 0/2] Document memory-to-memory video codec interfaces

2018-10-22 Thread Tomasz Figa
It's been a while, but here is the v2 of the stateful mem2mem codec interfaces documentation. Sorry for taking so long time to respin. This series attempts to add the documentation of what was discussed during Media Workshops at LinuxCon Europe 2012 in Barcelona and then later Embedded Linux Confe

Re: [PATCH] media: rc: cec devices do not have a lirc chardev

2018-10-22 Thread Sean Young
On Mon, Oct 22, 2018 at 01:28:42PM +0100, Sean Young wrote: > On Mon, Oct 22, 2018 at 12:30:29PM +0100, Hans Verkuil wrote: > > On 10/22/2018 11:14 AM, Sean Young wrote: > > > Would you be able to test the following patch please? > > > > Sean, > > > > I think you should be able to test this with

Re: [PATCH] media: rc: cec devices do not have a lirc chardev

2018-10-22 Thread Torbjorn Jansson
On 2018-10-22 14:28, Sean Young wrote: On Mon, Oct 22, 2018 at 12:30:29PM +0100, Hans Verkuil wrote: On 10/22/2018 11:14 AM, Sean Young wrote: On Mon, Oct 22, 2018 at 11:44:22AM +0200, Torbjorn Jansson wrote: On 2018-10-22 10:59, Sean Young wrote: On Sat, Oct 20, 2018 at 11:12:16PM +0200, Han

Re: i.MX6 MIPI-CSI2 OV5640 Camera testing on Mainline Linux

2018-10-22 Thread Fabio Estevam
Hi Adam, On Mon, Oct 22, 2018 at 9:37 AM Adam Ford wrote: > Thank you! This tutorial web site is exactly what I need. The > documentation page in Linux touched on the media-ctl links, but it > didn't explain the syntax or the mapping. This graphical > interpretation really helps it make more

Re: [PATCH] media: rc: cec devices do not have a lirc chardev

2018-10-22 Thread Sean Young
On Mon, Oct 22, 2018 at 12:30:29PM +0100, Hans Verkuil wrote: > On 10/22/2018 11:14 AM, Sean Young wrote: > > On Mon, Oct 22, 2018 at 11:44:22AM +0200, Torbjorn Jansson wrote: > >> On 2018-10-22 10:59, Sean Young wrote: > >>> On Sat, Oct 20, 2018 at 11:12:16PM +0200, Hans Verkuil wrote: > Hi S

Re: i.MX6 MIPI-CSI2 OV5640 Camera testing on Mainline Linux

2018-10-22 Thread Adam Ford
On Mon, Oct 22, 2018 at 6:33 AM jacopo mondi wrote: > > Hi Adam, > > On Fri, Oct 19, 2018 at 02:42:56PM -0500, Adam Ford wrote: > > On Fri, Oct 19, 2018 at 8:45 AM Adam Ford wrote: > > > > > > On Wed, Oct 17, 2018 at 3:01 AM jacopo mondi wrote: > > > > > > > > Hi Adam, Seve, > > > > > > > > On T

[PATCH v2] media: venus: handle peak bitrate set property

2018-10-22 Thread Malathi Gottam
Max bitrate property is not supported for venus version 4xx. Return unsupported from packetization layer. Handle it in hfi_venus layer to exit gracefully to venc layer. Signed-off-by: Malathi Gottam --- drivers/media/platform/qcom/venus/hfi_cmds.c | 2 +- drivers/media/platform/qcom/venus/hfi_

Re: [PATCH] media: venus: handle peak bitrate set property

2018-10-22 Thread mgottam
On 2018-10-09 20:29, Stanimir Varbanov wrote: Hi Malathi, Thanks for the patch! On 10/09/2018 10:51 AM, Malathi Gottam wrote: Max bitrate property is not supported for venus version 4xx. Add a version check for the same. I'd like to avoid version checks in this layer of the driver. Could ju

Re: i.MX6 MIPI-CSI2 OV5640 Camera testing on Mainline Linux

2018-10-22 Thread jacopo mondi
Hi Adam, On Fri, Oct 19, 2018 at 02:42:56PM -0500, Adam Ford wrote: > On Fri, Oct 19, 2018 at 8:45 AM Adam Ford wrote: > > > > On Wed, Oct 17, 2018 at 3:01 AM jacopo mondi wrote: > > > > > > Hi Adam, Seve, > > > > > > On Tue, Oct 16, 2018 at 05:13:24PM -0700, Steve Longerbeam wrote: > > > > Hi A

Re: [PATCH] media: rc: cec devices do not have a lirc chardev

2018-10-22 Thread Hans Verkuil
On 10/22/2018 11:14 AM, Sean Young wrote: > On Mon, Oct 22, 2018 at 11:44:22AM +0200, Torbjorn Jansson wrote: >> On 2018-10-22 10:59, Sean Young wrote: >>> On Sat, Oct 20, 2018 at 11:12:16PM +0200, Hans Verkuil wrote: Hi Sean, Can you take a look at this, it appears to be an RC issue

Re: [PATCH v12 0/5] Venus updates - PIL

2018-10-22 Thread Vikash Garodia
Thanks Alex. On 2018-10-22 11:21, Alexandre Courbot wrote: Hi Vikash, On Wed, Oct 17, 2018 at 10:18 PM Vikash Garodia wrote: This version of the series * updates the tz flag to unsigned Stanimir Varbanov (1): venus: firmware: register separate platform_device for firmware loader Vikas

[PATCH] media: rc: cec devices do not have a lirc chardev

2018-10-22 Thread Sean Young
On Mon, Oct 22, 2018 at 11:44:22AM +0200, Torbjorn Jansson wrote: > On 2018-10-22 10:59, Sean Young wrote: > > On Sat, Oct 20, 2018 at 11:12:16PM +0200, Hans Verkuil wrote: > > > Hi Sean, > > > > > > Can you take a look at this, it appears to be an RC issue, see my > > > analysis below. > > > >

Re: [RFP] Which V4L2 ioctls could be replaced by better versions?

2018-10-22 Thread Dave Stevenson
Hi Tomasz On Mon, 22 Oct 2018 at 04:38, Tomasz Figa wrote: > > Hi Philipp, > > On Mon, Oct 22, 2018 at 1:28 AM Philipp Zabel wrote: > > > > On Wed, Oct 03, 2018 at 05:24:39PM +0900, Tomasz Figa wrote: > > [...] > > > > Yes, but that would fall in a complete redesign I guess. The buffer > > > > a

Re: cec kernel oops with pulse8 usb cec adapter

2018-10-22 Thread Torbjorn Jansson
On 2018-10-22 10:59, Sean Young wrote: On Sat, Oct 20, 2018 at 11:12:16PM +0200, Hans Verkuil wrote: Hi Sean, Can you take a look at this, it appears to be an RC issue, see my analysis below. On 10/20/2018 03:26 PM, Torbjorn Jansson wrote: Hello i'm using the pulse8 usb cec adapter to contr

Re: cec kernel oops with pulse8 usb cec adapter

2018-10-22 Thread Sean Young
On Sat, Oct 20, 2018 at 11:12:16PM +0200, Hans Verkuil wrote: > Hi Sean, > > Can you take a look at this, it appears to be an RC issue, see my analysis > below. > > On 10/20/2018 03:26 PM, Torbjorn Jansson wrote: > > Hello > > > > i'm using the pulse8 usb cec adapter to control my tv. > > i hav

Re: [RFC PATCH v3] media: docs-rst: Document m2m stateless video decoder interface

2018-10-22 Thread Alexandre Courbot
On Mon, Oct 22, 2018 at 3:51 PM Tomasz Figa wrote: > > On Mon, Oct 22, 2018 at 3:39 PM Alexandre Courbot > wrote: > > > > On Mon, Oct 22, 2018 at 3:22 PM Tomasz Figa wrote: > > > > > > On Mon, Oct 22, 2018 at 3:05 PM Alexandre Courbot > > > wrote: > > > > > > > > On Fri, Oct 19, 2018 at 5:44