Re: [PATCH 02/21] drm: Add Plane Degamma Mode property

2021-06-08 Thread Pekka Paalanen
op.org > > Cc: Modem, Bhanuprakash ; Cyr, Aric > > > > Subject: Re: [PATCH 02/21] drm: Add Plane Degamma Mode property > > > > On 2021-06-01 6:51 a.m., Uma Shankar wrote: > > > Add Plane Degamma Mode as an enum property. Create a helper function > > >

RE: [PATCH 02/21] drm: Add Plane Degamma Mode property

2021-06-07 Thread Shankar, Uma
> -Original Message- > From: Harry Wentland > Sent: Friday, June 4, 2021 11:54 PM > To: Shankar, Uma ; intel-...@lists.freedesktop.org; > dri- > de...@lists.freedesktop.org > Cc: Modem, Bhanuprakash ; Cyr, Aric > > Subject: Re: [PATCH 02/21] drm: Add

Re: [PATCH 02/21] drm: Add Plane Degamma Mode property

2021-06-07 Thread Pekka Paalanen
On Fri, 4 Jun 2021 14:24:28 -0400 Harry Wentland wrote: > On 2021-06-01 6:51 a.m., Uma Shankar wrote: > > Add Plane Degamma Mode as an enum property. Create a helper > > function for all plane color management features. > > > > This is an enum property with values as blob_id's and exposes > > th

Re: [PATCH 02/21] drm: Add Plane Degamma Mode property

2021-06-04 Thread Harry Wentland
On 2021-06-01 6:51 a.m., Uma Shankar wrote: > Add Plane Degamma Mode as an enum property. Create a helper > function for all plane color management features. > > This is an enum property with values as blob_id's and exposes > the various gamma modes supported and the lut ranges. Getting > the blob

[PATCH 02/21] drm: Add Plane Degamma Mode property

2021-06-01 Thread Uma Shankar
Add Plane Degamma Mode as an enum property. Create a helper function for all plane color management features. This is an enum property with values as blob_id's and exposes the various gamma modes supported and the lut ranges. Getting the blob id in userspace, user can get the mode supported and al