Re: [Intel-gfx] [PATCH v8 15/25] drm/i915: CHV: Pipe level degamma correction

2015-12-17 Thread Sharma, Shashank
Thanks for the testing and comments Lionel. My comments inline. Regards Shashank On 12/16/2015 9:36 PM, Lionel Landwerlin wrote: I gave a try to this patch on Braswell. A couple of comments below. On 03/12/15 11:36, Shashank Sharma wrote: CHV/BSW supports Degamma color correction, which linea

Re: [Intel-gfx] [PATCH v8 15/25] drm/i915: CHV: Pipe level degamma correction

2015-12-16 Thread Lionel Landwerlin
I gave a try to this patch on Braswell. A couple of comments below. On 03/12/15 11:36, Shashank Sharma wrote: CHV/BSW supports Degamma color correction, which linearizes all the non-linear color values. This will be applied before Color Transformation. This patch does the following: 1. Attach d

[Intel-gfx] [PATCH v8 15/25] drm/i915: CHV: Pipe level degamma correction

2015-12-03 Thread Shashank Sharma
CHV/BSW supports Degamma color correction, which linearizes all the non-linear color values. This will be applied before Color Transformation. This patch does the following: 1. Attach deGamma property to CRTC 2. Add the core function to program DeGamma correction values for CHV/BSW platform 2.