[Intel-gfx] [PATCH 48/71] drm/i915/chv: Add plane C support

2014-04-09 Thread ville . syrjala
From: Rafael Barbalho The i9xx_update_plane function was rejecting plane C when it is now a valid plane. Signed-off-by: Rafael Barbalho [vsyrjala: Use PLANE_C instead of the number 2] Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/intel_display.c | 1 + 1 file changed, 1 insertion(+)

Re: [Intel-gfx] [PATCH 48/71] drm/i915/chv: Add plane C support

2014-04-09 Thread Daniel Vetter
On Wed, Apr 09, 2014 at 01:28:46PM +0300, ville.syrj...@linux.intel.com wrote: > From: Rafael Barbalho > > The i9xx_update_plane function was rejecting plane C when it is now a > valid plane. > > Signed-off-by: Rafael Barbalho > [vsyrjala: Use PLANE_C instead of the number 2] > Signed-off-by: V