[PATCH 21/23] drm/i915: BDW: Pipe level Gamma correction

2015-09-30 Thread Ville Syrjälä
On Wed, Sep 30, 2015 at 03:31:34PM +0100, Rob Bradford wrote: > Hi Shashank, some feedback below that you would be great to get > addressed before your next version. > > On Wed, 2015-09-16 at 23:07 +0530, Shashank Sharma wrote: > > BDW/SKL/BXT platforms support various Gamma correction modes > > w

[PATCH 21/23] drm/i915: BDW: Pipe level Gamma correction

2015-09-30 Thread Sharma, Shashank
; Roper, Matthew D; Bish, Jim; Smith, Gary K; dri-devel at lists.freedesktop.org; intel-gfx at lists.freedesktop.org; Vetter, Daniel; Mukherjee, Indranil; Palleti, Avinash Reddy; kausalmalladi at gmail.com Subject: Re: [PATCH 21/23] drm/i915: BDW: Pipe level Gamma correction Shashank, Please let us

[PATCH 21/23] drm/i915: BDW: Pipe level Gamma correction

2015-09-30 Thread Matheson, Annie J
Matthew D; Bish, Jim; Smith, Gary K; dri-devel > at lists.freedesktop.org; intel-gfx at lists.freedesktop.org > Cc: Vetter, Daniel; Matheson, Annie J; Mukherjee, Indranil; Palleti, Avinash > Reddy; kausalmalladi at gmail.com > Subject: Re: [PATCH 21/23] drm/i915: BDW: Pipe level Gamm

[PATCH 21/23] drm/i915: BDW: Pipe level Gamma correction

2015-09-30 Thread Sharma, Shashank
-devel at lists.freedesktop.org; intel-gfx at lists.freedesktop.org Cc: Vetter, Daniel; Matheson, Annie J; Mukherjee, Indranil; Palleti, Avinash Reddy; kausalmalladi at gmail.com Subject: Re: [PATCH 21/23] drm/i915: BDW: Pipe level Gamma correction Hi Shashank, some feedback below that you would be

[PATCH 21/23] drm/i915: BDW: Pipe level Gamma correction

2015-09-30 Thread Rob Bradford
Hi Shashank, some feedback below that you would be great to get addressed before your next version. On Wed, 2015-09-16 at 23:07 +0530, Shashank Sharma wrote: > BDW/SKL/BXT platforms support various Gamma correction modes > which are: > 1. Legacy 8-bit mode > 2. 10-bit mode > 3. 10-bit Split Gamma

[PATCH 21/23] drm/i915: BDW: Pipe level Gamma correction

2015-09-16 Thread Shashank Sharma
BDW/SKL/BXT platforms support various Gamma correction modes which are: 1. Legacy 8-bit mode 2. 10-bit mode 3. 10-bit Split Gamma mode 4. 12-bit mode This patch does the following: 1. Adds the core function to program Gamma correction values for BDW/SKL/BXT platforms 2. Adds Gamma correction ma