[Intel-gfx] [PATCH 02/11] drm/i915: Register pipe level color properties

2014-07-23 Thread shashank . sharma
From: Shashank Sharma In valleyview we have two pipe level color correction properties: 1. CSC correction (wide gamut) 2. Gamma correction What this patch does: 1. This patch adds software infrastructure to register pipe level color correction properties per CRTC. Adding a new function, in

Re: [Intel-gfx] [PATCH 02/11] drm/i915: Register pipe level color properties

2014-07-24 Thread Matt Roper
On Wed, Jul 23, 2014 at 11:34:56PM +0530, shashank.sha...@intel.com wrote: > From: Shashank Sharma > > In valleyview we have two pipe level color correction > properties: > 1. CSC correction (wide gamut) > 2. Gamma correction > > What this patch does: > 1. This patch adds software infrastructure