[PATCH 09/12] drm/i915: Add pipe level Gamma correction for CHV/BSW

2015-07-11 Thread Malladi, Kausal
On Wednesday 08 July 2015 04:53 AM, Matt Roper wrote: > On Fri, Jul 03, 2015 at 09:01:44AM +0530, Kausal Malladi wrote: >> CHV/BSW platform supports various Gamma correction modes, which are: >> 1. Legacy 8-bit mode >> 2. 10-bit CGM (Color Gamut Mapping) mode >> >> This patch does the following:

[PATCH 09/12] drm/i915: Add pipe level Gamma correction for CHV/BSW

2015-07-07 Thread Matt Roper
On Fri, Jul 03, 2015 at 09:01:44AM +0530, Kausal Malladi wrote: > CHV/BSW platform supports various Gamma correction modes, which are: > 1. Legacy 8-bit mode > 2. 10-bit CGM (Color Gamut Mapping) mode > > This patch does the following: > 1. Adds the core function to program Gamma correction

[Intel-gfx] [PATCH 09/12] drm/i915: Add pipe level Gamma correction for CHV/BSW

2015-07-03 Thread Malladi, Kausal
Kausal On Friday 03 July 2015 01:33 PM, Jani Nikula wrote: > On Thu, 02 Jul 2015, Damien Lespiau wrote: >> On Wed, Jul 01, 2015 at 09:18:19PM +0530, Kausal Malladi wrote: >>> From: Kausal Malladi > I didn't get the series at all, and it's not in the moderation queue > either. The same happened

[Intel-gfx] [PATCH 09/12] drm/i915: Add pipe level Gamma correction for CHV/BSW

2015-07-03 Thread Jani Nikula
On Fri, 03 Jul 2015, "Malladi, Kausal" wrote: > On Friday 03 July 2015 01:33 PM, Jani Nikula wrote: >> I didn't get the series at all, and it's not in the moderation queue >> either. The same happened to the last series from Kausal. What gives? >> >> BR, >> Jani. > Yesterday I realized what was

[Intel-gfx] [PATCH 09/12] drm/i915: Add pipe level Gamma correction for CHV/BSW

2015-07-03 Thread Jani Nikula
On Thu, 02 Jul 2015, Damien Lespiau wrote: > On Wed, Jul 01, 2015 at 09:18:19PM +0530, Kausal Malladi wrote: >> From: Kausal Malladi I didn't get the series at all, and it's not in the moderation queue either. The same happened to the last series from Kausal. What gives? BR, Jani. >> >>

[PATCH 09/12] drm/i915: Add pipe level Gamma correction for CHV/BSW

2015-07-03 Thread Kausal Malladi
CHV/BSW platform supports various Gamma correction modes, which are: 1. Legacy 8-bit mode 2. 10-bit CGM (Color Gamut Mapping) mode This patch does the following: 1. Adds the core function to program Gamma correction values for CHV/BSW platform 2. Adds Gamma correction macros/defines

[PATCH 09/12] drm/i915: Add pipe level Gamma correction for CHV/BSW

2015-07-02 Thread Damien Lespiau
On Wed, Jul 01, 2015 at 09:18:19PM +0530, Kausal Malladi wrote: > From: Kausal Malladi > > CHV/BSW platform supports various Gamma correction modes, which are: > 1. Legacy 8-bit mode > 2. 10-bit CGM (Color Gamut Mapping) mode > > This patch does the following: > 1. Adds the core function to