[PATCH 11/16] drm/i915: Add pipe level Gamma correction for CHV/BSW

2015-07-21 Thread Malladi, Kausal
On Tuesday 21 July 2015 05:33 AM, Matt Roper wrote: > On Wed, Jul 15, 2015 at 06:39:35PM +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 10/16] drm/i915: Add set_property handler for pipe Gamma correction on CHV/BSW

2015-07-21 Thread Malladi, Kausal
On Tuesday 21 July 2015 05:33 AM, Matt Roper wrote: > On Wed, Jul 15, 2015 at 06:39:34PM +0530, Kausal Malladi wrote: >> This patch adds set_property handler for Gamma color correction and >> enhancement capability at Pipe level on CHV/BSW platform. The set >> function just attaches the Gamma blob

[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 03/12] drm/i915: Attach color properties to CRTC

2015-07-08 Thread Malladi, Kausal
On Wednesday 08 July 2015 04:53 AM, Matt Roper wrote: > On Fri, Jul 03, 2015 at 09:01:38AM +0530, Kausal Malladi wrote: >> This patch does the following: >> 1. Adds new files intel_color_manager(.c/.h) >> 2. Attaches color properties to CRTC while initialization >> >> Signed-off-by: Shashank

[PATCH 02/12] drm: Create Color Management DRM properties

2015-07-08 Thread Malladi, Kausal
Thanks for your review, Matt! Our responses inline... Kausal On Wednesday 08 July 2015 04:53 AM, Matt Roper wrote: > On Fri, Jul 03, 2015 at 09:01:37AM +0530, Kausal Malladi wrote: >> Color Management is an extension to Kernel display framework. It allows >> abstraction of hardware color

[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 v2 06/10] drm: Avoid atomic commit path for CRTC property (Gamma)

2015-06-24 Thread Malladi, Kausal
On Saturday 20 June 2015 04:20 AM, Matt Roper wrote: > On Mon, Jun 08, 2015 at 05:58:23PM -0700, Matt Roper wrote: >> On Sat, Jun 06, 2015 at 05:34:45PM +0530, Sharma, Shashank wrote: >>> Regards >>> Shashank >>> >>> On 6/6/2015 6:31 AM, Matt Roper wrote: On Thu, Jun 04, 2015 at 07:12:37PM

[PATCH v2 00/10] Color Manager Implementation

2015-06-11 Thread Malladi, Kausal
9, 2015 3:41 PM To: Malladi, Kausal Cc: intel-gfx at lists.freedesktop.org; dri-devel at lists.freedesktop.org Subject: Re: [PATCH v2 00/10] Color Manager Implementation On Thu, Jun 04, 2015 at 07:12:31PM +0530, Kausal Malladi wrote: > From: Kausal Malladi > > This patch set adds colo

[PATCH v2 04/10] drm: Add Gamma correction structure

2015-06-05 Thread Malladi, Kausal
Hi Sonika, Please find my responses inline. Thanks, Kausal On Friday 05 June 2015 05:30 PM, Jindal, Sonika wrote: > > > On 6/4/2015 7:12 PM, Kausal Malladi wrote: >> From: Kausal Malladi >> >> This patch adds a new structure in DRM layer for Gamma color correction. >> This structure will be

[PATCH v2 00/10] Color Manager Implementation

2015-06-05 Thread Malladi, Kausal
wise the thread gets lost. > > You can send the entire series once the review is complete and you feel that > the patches are too nested inside. > Please keep sending the patches using --in-reply-to tag. > > Regards, > Sonika > > -----Original Message- > From: Mal