Re: [Intel-gfx] [PATCH 06/14] drm/i915: Extract ilk_sprite_ctl()

2017-03-17 Thread Chris Wilson
On Fri, Mar 17, 2017 at 11:18:00PM +0200, ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > Pull the code to calculate the ILK-SNB sprite control register value > into a separate function. Allows us to pre-compute it in the future. > > Signed-off-by: Ville Syrjälä Reviewed-by: Chri

[Intel-gfx] [PATCH 06/14] drm/i915: Extract ilk_sprite_ctl()

2017-03-17 Thread ville . syrjala
From: Ville Syrjälä Pull the code to calculate the ILK-SNB sprite control register value into a separate function. Allows us to pre-compute it in the future. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/intel_sprite.c | 72 + 1 file changed, 41 inse