Re: [PATCH v2 14/19] drm: rcar-du: Add support for CMM

2019-08-22 Thread Jacopo Mondi
Hi Ulrich, On Tue, Aug 20, 2019 at 08:37:44PM +0300, Laurent Pinchart wrote: > Hello, > > On Tue, Jul 16, 2019 at 03:17:04PM +0200, Ulrich Hecht wrote: > > > On July 6, 2019 at 4:07 PM Jacopo Mondi wrote: > > > > > > Add a driver for the R-Car Display Unit Color Correction Module. > > > > > > In

Re: [PATCH v2 14/19] drm: rcar-du: Add support for CMM

2019-08-22 Thread Laurent Pinchart
Hi Jacopo, On Thu, Aug 22, 2019 at 03:01:46PM +0200, Jacopo Mondi wrote: > On Tue, Aug 20, 2019 at 08:34:44PM +0300, Laurent Pinchart wrote: > > On Sat, Jul 06, 2019 at 04:07:41PM +0200, Jacopo Mondi wrote: > >> Add a driver for the R-Car Display Unit Color Correction Module. > >> > >> In most of

Re: [PATCH v2 14/19] drm: rcar-du: Add support for CMM

2019-08-22 Thread Jacopo Mondi
Hi Laurent, thanks for review On Tue, Aug 20, 2019 at 08:34:44PM +0300, Laurent Pinchart wrote: > Hi Jacopo, > > Thank you for the patch. > > On Sat, Jul 06, 2019 at 04:07:41PM +0200, Jacopo Mondi wrote: > > Add a driver for the R-Car Display Unit Color Correction Module. > > > > In most of

Re: [PATCH v2 14/19] drm: rcar-du: Add support for CMM

2019-08-20 Thread Laurent Pinchart
Hello, On Tue, Jul 16, 2019 at 03:17:04PM +0200, Ulrich Hecht wrote: > > On July 6, 2019 at 4:07 PM 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

Re: [PATCH v2 14/19] drm: rcar-du: Add support for CMM

2019-08-20 Thread Laurent Pinchart
Hi Jacopo, Thank you for the patch. On Sat, Jul 06, 2019 at 04:07:41PM +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 v2 14/19] drm: rcar-du: Add support for CMM

2019-07-16 Thread Ulrich Hecht
Thanks for your patch! > On July 6, 2019 at 4:07 PM 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

[PATCH v2 14/19] drm: rcar-du: Add support for CMM

2019-07-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