Re: [PATCH 04/10] drm: Add Plane Gamma properties

2018-02-27 Thread Ville Syrjälä
On Tue, Feb 27, 2018 at 10:26:30AM -0500, Sean Paul wrote: > On Thu, Feb 15, 2018 at 12:32:54AM -0500, Daniele Castagna wrote: > > From: "uma.shankar at intel.com (Uma Shankar)" > > > > Add plane gamma as blob property and size as a > > range property. > > > > (am from https://patchwork.kernel.o

Re: [PATCH 04/10] drm: Add Plane Gamma properties

2018-02-27 Thread Sean Paul
On Thu, Feb 15, 2018 at 12:32:54AM -0500, Daniele Castagna wrote: > From: "uma.shankar at intel.com (Uma Shankar)" > > Add plane gamma as blob property and size as a > range property. > > (am from https://patchwork.kernel.org/patch/9971325/) > > Change-Id: I606cd40c9748b136fc2bf4750bea1da285add

Re: [PATCH 04/10] drm: Add Plane Gamma properties

2018-02-19 Thread Daniel Vetter
On Thu, Feb 15, 2018 at 12:32:54AM -0500, Daniele Castagna wrote: > From: "uma.shankar at intel.com (Uma Shankar)" > > Add plane gamma as blob property and size as a > range property. > > (am from https://patchwork.kernel.org/patch/9971325/) > > Change-Id: I606cd40c9748b136fc2bf4750bea1da285add

RE: [PATCH 04/10] drm: Add Plane Gamma properties

2018-02-17 Thread Shankar, Uma
>-Original Message- >From: Harry Wentland [mailto:harry.wentl...@amd.com] >Sent: Saturday, February 17, 2018 3:07 AM >To: Ville Syrjälä ; Daniele Castagna > >Cc: Shankar, Uma ; dri-devel@lists.freedesktop.org >Subject: Re: [PATCH 04/10] drm: Add Plane Gamma propertie

Re: [PATCH 04/10] drm: Add Plane Gamma properties

2018-02-16 Thread Harry Wentland
On 2018-02-16 03:10 PM, Ville Syrjälä wrote: > On Thu, Feb 15, 2018 at 02:45:29PM -0500, Daniele Castagna wrote: >> rk3399 has the option of setting per-plane gamma. >> The YUV2YUV registers are per-plane. Each plane YUV2YUV pipeline has >> at least 3 optional stages, two of those being degamma and

Re: [PATCH 04/10] drm: Add Plane Gamma properties

2018-02-16 Thread Ville Syrjälä
On Thu, Feb 15, 2018 at 02:45:29PM -0500, Daniele Castagna wrote: > rk3399 has the option of setting per-plane gamma. > The YUV2YUV registers are per-plane. Each plane YUV2YUV pipeline has > at least 3 optional stages, two of those being degamma and gamma, and > they can be configured per-plane. >

Re: [PATCH 04/10] drm: Add Plane Gamma properties

2018-02-16 Thread Daniele Castagna
rk3399 has the option of setting per-plane gamma. The YUV2YUV registers are per-plane. Each plane YUV2YUV pipeline has at least 3 optional stages, two of those being degamma and gamma, and they can be configured per-plane. I'm not sure about Intel HW. I think they might have something similar plan

Re: [PATCH 04/10] drm: Add Plane Gamma properties

2018-02-15 Thread Harry Wentland
On 2018-02-15 12:32 AM, Daniele Castagna wrote: > From: "uma.shankar at intel.com (Uma Shankar)" > > Add plane gamma as blob property and size as a > range property. > Plane degamma & CTM make sense to me but I'm not sure why gamma would be on a per-plane basis. That said, HW sometimes has the

[PATCH 04/10] drm: Add Plane Gamma properties

2018-02-15 Thread Daniele Castagna
From: "uma.shankar at intel.com (Uma Shankar)" Add plane gamma as blob property and size as a range property. (am from https://patchwork.kernel.org/patch/9971325/) Change-Id: I606cd40c9748b136fc2bf4750bea1da285add62d Signed-off-by: Uma Shankar --- drivers/gpu/drm/drm_atomic.c| 8