Re: [Intel-gfx] [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 to CRTC

Re: [Intel-gfx] [PATCH 10/16] drm/i915: Add set_property handler for pipe Gamma correction on CHV/BSW

2015-07-20 Thread Matt Roper
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 to CRTC state, that later gets > committed using atomic p

[Intel-gfx] [PATCH 10/16] drm/i915: Add set_property handler for pipe Gamma correction on CHV/BSW

2015-07-15 Thread Kausal Malladi
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 to CRTC state, that later gets committed using atomic path. Signed-off-by: Shashank Sharma Signed-off-by: Kausal Malladi ---