Re: [Intel-gfx] [PATCH 2/3] drm/i915: make eb structure do more

2011-10-11 Thread Chris Wilson
On Tue, 11 Oct 2011 11:31:55 -0700, Ben Widawsky wrote: > clean up some code using the existing eb structure. > > There is a tiny hunk here related to setting eb->cliprects which is not > really useful yet, but will be in the future. You're scaring me! In the current incarnation there is no way

[Intel-gfx] [PATCH 2/3] drm/i915: make eb structure do more

2011-10-11 Thread Ben Widawsky
clean up some code using the existing eb structure. There is a tiny hunk here related to setting eb->cliprects which is not really useful yet, but will be in the future. Signed-off-by: Ben Widawsky --- drivers/gpu/drm/i915/i915_gem_execbuffer.c | 112 ++-- 1 files chang