Re: [Intel-gfx] [v9][PATCH 01/11] drm/i915/display: Add func to get gamma bit precision

2019-08-30 Thread Jani Nikula
On Fri, 30 Aug 2019, Jani Nikula wrote: > On Fri, 30 Aug 2019, Jani Nikula wrote: >> On Fri, 30 Aug 2019, Swati Sharma wrote: >>> Each platform supports different gamma modes and each gamma mode >>> has different bit precision. Here bit precision corresponds >>> to number of bits the hw LUT

Re: [Intel-gfx] [v9][PATCH 01/11] drm/i915/display: Add func to get gamma bit precision

2019-08-30 Thread Jani Nikula
On Fri, 30 Aug 2019, Jani Nikula wrote: > On Fri, 30 Aug 2019, Swati Sharma wrote: >> Each platform supports different gamma modes and each gamma mode >> has different bit precision. Here bit precision corresponds >> to number of bits the hw LUT supports. >> >> Add func per platform to return

Re: [Intel-gfx] [v9][PATCH 01/11] drm/i915/display: Add func to get gamma bit precision

2019-08-30 Thread Jani Nikula
On Fri, 30 Aug 2019, Swati Sharma wrote: > Each platform supports different gamma modes and each gamma mode > has different bit precision. Here bit precision corresponds > to number of bits the hw LUT supports. > > Add func per platform to return bit precision corresponding to gamma mode > which

[Intel-gfx] [v9][PATCH 01/11] drm/i915/display: Add func to get gamma bit precision

2019-08-30 Thread Swati Sharma
Each platform supports different gamma modes and each gamma mode has different bit precision. Here bit precision corresponds to number of bits the hw LUT supports. Add func per platform to return bit precision corresponding to gamma mode which will be later used as a parameter in lut comparison