Re: [Intel-gfx] [PATCH 02/14] drm/i915: set ring-size in common ring setup code

2012-04-12 Thread Ben Widawsky
On Wed, 11 Apr 2012 22:12:47 +0200 Daniel Vetter daniel.vet...@ffwll.ch wrote: Eventually we want to scale the ring size depending upon available gtt space. For now just consolidate this instead of replicating it over all ringbuffer templates. Signed-off-by: Daniel Vetter

Re: [Intel-gfx] [PATCH 02/14] drm/i915: set ring-size in common ring setup code

2012-04-12 Thread Daniel Vetter
On Thu, Apr 12, 2012 at 12:23:47PM -0700, Ben Widawsky wrote: On Wed, 11 Apr 2012 22:12:47 +0200 Daniel Vetter daniel.vet...@ffwll.ch wrote: Eventually we want to scale the ring size depending upon available gtt space. For now just consolidate this instead of replicating it over all

[Intel-gfx] [PATCH 02/14] drm/i915: set ring-size in common ring setup code

2012-04-11 Thread Daniel Vetter
Eventually we want to scale the ring size depending upon available gtt space. For now just consolidate this instead of replicating it over all ringbuffer templates. Signed-off-by: Daniel Vetter daniel.vet...@ffwll.ch --- drivers/gpu/drm/i915/intel_ringbuffer.c |5 + 1 files changed, 1