Re: [Intel-gfx] [PATCH 05/18] drm/i915: Initialize color manager and add gamma correction

2015-08-21 Thread Sharma, Shashank
Regards Shashank On 8/22/2015 4:10 AM, Matt Roper wrote: On Thu, Aug 06, 2015 at 10:08:14PM +0530, Shashank Sharma wrote: From: Kausal Malladi As per Color Manager design, each driver is responsible to load its palette color correction and enhancement capabilities in the form of a DRM blob pr

Re: [Intel-gfx] [PATCH 05/18] drm/i915: Initialize color manager and add gamma correction

2015-08-21 Thread Matt Roper
On Thu, Aug 06, 2015 at 10:08:14PM +0530, Shashank Sharma wrote: > From: Kausal Malladi > > As per Color Manager design, each driver is responsible to load its > palette color correction and enhancement capabilities in the form of > a DRM blob property, so that user space can query and read. > >

[Intel-gfx] [PATCH 05/18] drm/i915: Initialize color manager and add gamma correction

2015-08-06 Thread Shashank Sharma
From: Kausal Malladi As per Color Manager design, each driver is responsible to load its palette color correction and enhancement capabilities in the form of a DRM blob property, so that user space can query and read. This patch does the following: 1. Create new files intel_color_manager(.c/.h)