Re: [Intel-gfx] [PATCH 9/9] drm/i915: Don't populate plane->plane for cursors and sprites

2016-11-08 Thread Ville Syrjälä
On Tue, Nov 08, 2016 at 03:30:33PM +, Chris Wilson wrote: > On Tue, Nov 08, 2016 at 04:47:19PM +0200, ville.syrj...@linux.intel.com wrote: > > From: Ville Syrjälä > > > > With plane->plane now purely reserved for the primary planes, let's > > not even populate it for cursors and sprites. Let'

Re: [Intel-gfx] [PATCH 9/9] drm/i915: Don't populate plane->plane for cursors and sprites

2016-11-08 Thread Chris Wilson
On Tue, Nov 08, 2016 at 04:47:19PM +0200, ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > With plane->plane now purely reserved for the primary planes, let's > not even populate it for cursors and sprites. Let's switch the type > to enum plane as well since it's no longer being abu

[Intel-gfx] [PATCH 9/9] drm/i915: Don't populate plane->plane for cursors and sprites

2016-11-08 Thread ville . syrjala
From: Ville Syrjälä With plane->plane now purely reserved for the primary planes, let's not even populate it for cursors and sprites. Let's switch the type to enum plane as well since it's no longer being abused for anything else. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/intel_dis