Re: [PATCH v3 0/2] media: cedrus: Add H264 decoding support

2019-02-14 Thread Maxime Ripard
On Wed, Feb 13, 2019 at 01:28:34PM -0300, Ezequiel Garcia wrote: > On Wed, 2019-02-13 at 12:02 +0900, Tomasz Figa wrote: > > On Wed, Feb 13, 2019 at 6:22 AM Ezequiel Garcia > > wrote: > > > Hey Tomasz, > > > > > > On Tue, 2019-02-12 at 21:50 +0900, Tomasz Figa wrote: > > > > Hi Maxime, > > > >

Re: [PATCH v3 0/2] media: cedrus: Add H264 decoding support

2019-02-13 Thread Ezequiel Garcia
On Wed, 2019-02-13 at 12:02 +0900, Tomasz Figa wrote: > On Wed, Feb 13, 2019 at 6:22 AM Ezequiel Garcia > wrote: > > Hey Tomasz, > > > > On Tue, 2019-02-12 at 21:50 +0900, Tomasz Figa wrote: > > > Hi Maxime, > > > > > > On Mon, Feb 11, 2019 at 11:39 PM Maxime Ripard > > > wrote: > > > > Hi, >

Re: [PATCH v3 0/2] media: cedrus: Add H264 decoding support

2019-02-12 Thread Tomasz Figa
On Wed, Feb 13, 2019 at 6:22 AM Ezequiel Garcia wrote: > > Hey Tomasz, > > On Tue, 2019-02-12 at 21:50 +0900, Tomasz Figa wrote: > > Hi Maxime, > > > > On Mon, Feb 11, 2019 at 11:39 PM Maxime Ripard > > wrote: > > > Hi, > > > > > > Here is a new version of the H264 decoding support in the cedrus

Re: [PATCH v3 0/2] media: cedrus: Add H264 decoding support

2019-02-12 Thread Ezequiel Garcia
Hey Tomasz, On Tue, 2019-02-12 at 21:50 +0900, Tomasz Figa wrote: > Hi Maxime, > > On Mon, Feb 11, 2019 at 11:39 PM Maxime Ripard > wrote: > > Hi, > > > > Here is a new version of the H264 decoding support in the cedrus > > driver. > > Thanks for working on this. Please see my comments below.

Re: [PATCH v3 0/2] media: cedrus: Add H264 decoding support

2019-02-12 Thread Tomasz Figa
Hi Maxime, On Mon, Feb 11, 2019 at 11:39 PM Maxime Ripard wrote: > > Hi, > > Here is a new version of the H264 decoding support in the cedrus > driver. Thanks for working on this. Please see my comments below. > > As you might already know, the cedrus driver relies on the Request > API, and is

[PATCH v3 0/2] media: cedrus: Add H264 decoding support

2019-02-11 Thread Maxime Ripard
Hi, Here is a new version of the H264 decoding support in the cedrus driver. As you might already know, the cedrus driver relies on the Request API, and is a reverse engineered driver for the video decoding engine found on the Allwinner SoCs. This work has been possible thanks to the work done