[PATCH 08/18] drm/i915: Add pipe gamma correction handlers

2015-08-25 Thread Daniel Vetter
On Sat, Aug 22, 2015 at 11:41:45AM +0530, Sharma, Shashank wrote: > Regards > Shashank > > On 8/22/2015 4:10 AM, Matt Roper wrote: > >On Thu, Aug 06, 2015 at 10:08:17PM +0530, Shashank Sharma wrote: > >>From: Kausal Malladi > >> > >>I915 driver registers gamma correction as palette correction >

[PATCH 08/18] drm/i915: Add pipe gamma correction handlers

2015-08-22 Thread Sharma, Shashank
Regards Shashank On 8/22/2015 4:10 AM, Matt Roper wrote: > On Thu, Aug 06, 2015 at 10:08:17PM +0530, Shashank Sharma wrote: >> From: Kausal Malladi >> >> I915 driver registers gamma correction as palette correction >> property with DRM layer. This patch adds set_property() and get_property() >>

[PATCH 08/18] drm/i915: Add pipe gamma correction handlers

2015-08-21 Thread Matt Roper
On Thu, Aug 06, 2015 at 10:08:17PM +0530, Shashank Sharma wrote: > From: Kausal Malladi > > I915 driver registers gamma correction as palette correction > property with DRM layer. This patch adds set_property() and get_property() > handlers for pipe level gamma correction. > > The set function

[PATCH 08/18] drm/i915: Add pipe gamma correction handlers

2015-08-06 Thread Shashank Sharma
From: Kausal Malladi I915 driver registers gamma correction as palette correction property with DRM layer. This patch adds set_property() and get_property() handlers for pipe level gamma correction. The set function attaches the Gamma correction blob to CRTC state,