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

2018-10-21 Thread Tomasz Figa
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 PM Hans Verkuil wrote: > > > > > > > > On 10/19/18 10:09, Alexandre Cour

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

2018-10-21 Thread Alexandre Courbot
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 PM Hans Verkuil wrote: > > > > > > On 10/19/18 10:09, Alexandre Courbot wrote: > > > > Thanks everyone for the feedback on v2! I have not replie

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

2018-10-21 Thread Tomasz Figa
On Mon, Oct 22, 2018 at 3:05 PM Alexandre Courbot wrote: > > On Fri, Oct 19, 2018 at 5:44 PM Hans Verkuil wrote: > > > > On 10/19/18 10:09, 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 so

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

2018-10-21 Thread Tomasz Figa
On Sun, Oct 21, 2018 at 6:23 PM Laurent Pinchart wrote: > > Hi Tomasz, > > On Saturday, 20 October 2018 11:52:57 EEST Tomasz Figa wrote: > > On Thu, Oct 18, 2018 at 8:22 PM Laurent Pinchart wrote: > > > On Thursday, 18 October 2018 13:03:33 EEST Tomasz Figa wrote: > > >> On Wed, Oct 17, 2018 at 10

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

2018-10-21 Thread Alexandre Courbot
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/12/2018 08:26 AM, Alexandre Courbot wrote: > >>> On Tue, Oct 9, 2018 at 4:54 PM Mal

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

2018-10-21 Thread Alexandre Courbot
On Tue, Oct 9, 2018 at 4:52 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 This fixes some issues we had

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

2018-10-21 Thread Tomasz Figa
On Thu, Oct 18, 2018 at 12:19 AM Laurent Pinchart wrote: > > Hi Tomasz, > > Thank you for the patch. > Thanks for the review. I'll snip out the comments that I've already addressed. > On Tuesday, 24 July 2018 17:06:21 EEST Tomasz Figa wrote: [snip] > > +Glossary > > + > > [snip] > > Let'

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

2018-10-21 Thread Alexandre Courbot
On Fri, Oct 19, 2018 at 5:44 PM Hans Verkuil wrote: > > On 10/19/18 10:09, 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

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

2018-10-21 Thread Alexandre Courbot
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 > > Vikash Garodia (4): > venus: firmware: add routine to re

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

2018-10-21 Thread Tomasz Figa
On Tue, Oct 16, 2018 at 10:50 PM Hans Verkuil wrote: > > On 10/16/18 09:36, Tomasz Figa wrote: > > On Tue, Aug 7, 2018 at 3:54 PM Tomasz Figa wrote: > + * The driver must expose following selection targets on ``OUTPUT``: > + > + ``V4L2_SEL_TGT_CROP_BOUNDS`` > + m

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

2018-10-21 Thread Tomasz Figa
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 > > > allocation scheme is very inflexible. You can't have buffers of two > > > dimen

cron job: media_tree daily build: OK

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

[PATCH v2] media: vivid: Improve timestamping

2018-10-21 Thread Gabriel Francisco Mandaji
Simulate a more precise timestamp by calculating it based on the current framerate. Signed-off-by: Gabriel Francisco Mandaji --- Changes in v2: - fix spelling - end of exposure is offset by 90% of the frame period - fix timestamp calculation for FIELD_ALTERNATE (untested) - timest

Re: [PATCH v3 01/16] media: imx: add mem2mem device

2018-10-21 Thread Philipp Zabel
On Fri, Oct 19, 2018 at 01:19:10PM -0700, Steve Longerbeam wrote: > > On 10/19/18 2:53 AM, Philipp Zabel wrote: > > Hi Tim, > > > > On Thu, 2018-10-18 at 15:53 -0700, Tim Harvey wrote: > > [...] > > > Philipp, > > > > > > Thanks for submitting this! > > > > > > I'm hoping this lets us use non-I

[PATCH v4 2/2] seco-cec: add Consumer-IR support

2018-10-21 Thread ektor5
From: Ettore Chimenti Introduce support for Consumer-IR into seco-cec driver, as it shares the same interrupt for receiving messages. The device decodes RC5 signals only, defaults to hauppauge mapping. It will spawn an input interface using the RC framework (like CEC device). Signed-off-by: Etto

[PATCH v4 1/2] media: add SECO cec driver

2018-10-21 Thread ektor5
From: Ettore Chimenti This patch adds support to the CEC device implemented with a STM32 microcontroller in X86 SECO Boards, including UDOO X86. The communication is achieved via Braswell integrated SMBus (i2c-i801). The driver use direct access to the PCI addresses, due to the limitations of th

[PATCH v4 0/2] Add SECO Boards CEC device driver

2018-10-21 Thread ektor5
This series of patches aims to add CEC functionalities to SECO devices, in particular UDOO X86. The communication is achieved via Braswell SMBus (i2c-i801) to the onboard STM32 microcontroller that handles the CEC signals. The driver use direct access to the PCI addresses, due to the limitations o

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

2018-10-21 Thread Philipp Zabel
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 > > allocation scheme is very inflexible. You can't have buffers of two > > dimensions allocated at the same time for the same queue. Worst, you > > cannot leav

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

2018-10-21 Thread Philipp Zabel
On Thu, Sep 20, 2018 at 02:14:07PM -0400, Nicolas Dufresne wrote: > > Do we have more ioctls that could use a refresh? S/G/TRY_FMT perhaps, again > > in > > order to improve single vs multiplanar handling. > > Yes, but that would fall in a complete redesign I guess. The buffer > allocation scheme

[PATCH] Revert 95f408bb Ryzen DMA related RiSC engine stall fixes

2018-10-21 Thread Markus Dobel
The original commit (the one reverted in this patch) introduced a regression, making a previously flawless adapter unresponsive after running a few hours to days. Since I never experienced the problems that the original commit is supposed to fix, I propose to revert the change until a regressio

I NEED YOUR HELP URGENTLY!!!

2018-10-21 Thread GEN KELVIN
Compliment of the day to you. I am Gen.Kelvin W Howard, I am sending this brief letter to solicit your partnership of Sixteen Million Two Hundred Thousand United States Dollars ($16,200,000). I shall send you more information and procedures when I receive positive response from you.Best Regards

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

2018-10-21 Thread Laurent Pinchart
Hi Tomasz, On Saturday, 20 October 2018 13:24:20 EEST Tomasz Figa wrote: > On Thu, Oct 18, 2018 at 7:03 PM Tomasz Figa wrote: > > On Wed, Oct 17, 2018 at 10:34 PM Laurent Pinchart wrote: > >> Hi Tomasz, > >> > >> Thank you for the patch. > > > > Thanks for your comments! Please see my replies in

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

2018-10-21 Thread Laurent Pinchart
Hi Tomasz, On Saturday, 20 October 2018 11:52:57 EEST Tomasz Figa wrote: > On Thu, Oct 18, 2018 at 8:22 PM Laurent Pinchart wrote: > > On Thursday, 18 October 2018 13:03:33 EEST Tomasz Figa wrote: > >> On Wed, Oct 17, 2018 at 10:34 PM Laurent Pinchart wrote: > >>> On Tuesday, 24 July 2018 17:06:20