Re: [PATCH v4 3/9] drm: rcar-du: Add support for CMM

2019-10-14 Thread Laurent Pinchart
Hi Jacopo, On Thu, Oct 10, 2019 at 07:46:28PM +0200, Jacopo Mondi wrote: > On Thu, Sep 19, 2019 at 01:55:35AM +0300, Laurent Pinchart wrote: > > On Fri, Sep 06, 2019 at 03:54:30PM +0200, Jacopo Mondi wrote: > >> Add a driver for the R-Car Display Unit Color Correction Module. > >> > >> In most of

Re: [PATCH v4 3/9] drm: rcar-du: Add support for CMM

2019-10-10 Thread Jacopo Mondi
Hi Laurent, On Thu, Sep 19, 2019 at 01:55:35AM +0300, Laurent Pinchart wrote: > Hi Jacopo, > > Thank you for the patch. > > On Fri, Sep 06, 2019 at 03:54:30PM +0200, Jacopo Mondi wrote: > > Add a driver for the R-Car Display Unit Color Correction Module. > > > > In most of Gen3 SoCs, each DU outpu

Re: [PATCH v4 3/9] drm: rcar-du: Add support for CMM

2019-09-20 Thread Laurent Pinchart
Hi Kieran, On Thu, Sep 19, 2019 at 09:59:39AM +0100, Kieran Bingham wrote: > On 18/09/2019 23:55, Laurent Pinchart wrote: > > On Fri, Sep 06, 2019 at 03:54:30PM +0200, Jacopo Mondi wrote: > >> Add a driver for the R-Car Display Unit Color Correction Module. > >> > >> In most of Gen3 SoCs, each DU

Re: [PATCH v4 3/9] drm: rcar-du: Add support for CMM

2019-09-19 Thread Kieran Bingham
Hi Jacopo, Laurent, On 18/09/2019 23:55, Laurent Pinchart wrote: > Hi Jacopo, > > Thank you for the patch. > > On Fri, Sep 06, 2019 at 03:54:30PM +0200, Jacopo Mondi wrote: >> Add a driver for the R-Car Display Unit Color Correction Module. >> >> In most of Gen3 SoCs, each DU output channel is

Re: [PATCH v4 3/9] drm: rcar-du: Add support for CMM

2019-09-18 Thread Laurent Pinchart
Hi Jacopo, Thank you for the patch. On Fri, Sep 06, 2019 at 03:54:30PM +0200, Jacopo Mondi wrote: > Add a driver for the R-Car Display Unit Color Correction Module. > > In most of Gen3 SoCs, each DU output channel is provided with a CMM unit > to perform image enhancement and color correction. >

Re: [PATCH v4 3/9] drm: rcar-du: Add support for CMM

2019-09-12 Thread Kieran Bingham
Hi Jacopo, On 12/09/2019 08:59, Jacopo Mondi wrote: > Hi Kiernan, >thanks for review > > On Wed, Sep 11, 2019 at 04:54:58PM +0100, Kieran Bingham wrote: >> Hi Jacopo, >> >> >> >> On 06/09/2019 14:43, Jacopo Mondi wrote: >>> Add a driver for the R-Car Display Unit Color Correction Module. >>>

Re: [PATCH v4 3/9] drm: rcar-du: Add support for CMM

2019-09-12 Thread Jacopo Mondi
Hi Kiernan, thanks for review On Wed, Sep 11, 2019 at 04:54:58PM +0100, Kieran Bingham wrote: > Hi Jacopo, > > > > On 06/09/2019 14:43, Jacopo Mondi wrote: > > Add a driver for the R-Car Display Unit Color Correction Module. > > > > In most of Gen3 SoCs, each DU output channel is provided with

Re: [PATCH v4 3/9] drm: rcar-du: Add support for CMM

2019-09-11 Thread Kieran Bingham
Hi Jacopo, On 06/09/2019 14:43, Jacopo Mondi wrote: > Add a driver for the R-Car Display Unit Color Correction Module. > > In most of Gen3 SoCs, each DU output channel is provided with a CMM unit > to perform image enhancement and color correction. > > Add support for CMM through a driver that s

[PATCH v4 3/9] drm: rcar-du: Add support for CMM

2019-09-06 Thread Jacopo Mondi
Add a driver for the R-Car Display Unit Color Correction Module. In most of Gen3 SoCs, each DU output channel is provided with a CMM unit to perform image enhancement and color correction. Add support for CMM through a driver that supports configuration of the 1-dimensional LUT table. More advanc