Re: [Intel-gfx] [PATCH 4/7] drm/i915: sseu: convert slice count field to mask

2015-11-20 Thread Ville Syrjälä
On Thu, Nov 19, 2015 at 03:40:45PM -0800, Ben Widawsky wrote: > On Wed, Oct 21, 2015 at 06:40:34PM +0300, Imre Deak wrote: > > In an upcoming patch we'll need the actual mask of slices in addition to > > their count, so replace the count field with a mask. > > > > Signed-off-by: Imre Deak > > ---

Re: [Intel-gfx] [PATCH 4/7] drm/i915: sseu: convert slice count field to mask

2015-11-19 Thread Ben Widawsky
On Wed, Oct 21, 2015 at 06:40:34PM +0300, Imre Deak wrote: > In an upcoming patch we'll need the actual mask of slices in addition to > their count, so replace the count field with a mask. > > Signed-off-by: Imre Deak > --- > drivers/gpu/drm/i915/i915_debugfs.c | 14 +++--- > drivers/gpu

[Intel-gfx] [PATCH 4/7] drm/i915: sseu: convert slice count field to mask

2015-10-21 Thread Imre Deak
In an upcoming patch we'll need the actual mask of slices in addition to their count, so replace the count field with a mask. Signed-off-by: Imre Deak --- drivers/gpu/drm/i915/i915_debugfs.c | 14 +++--- drivers/gpu/drm/i915/i915_dma.c | 37 +++-- driv