Re: [Intel-gfx] [PATCH] [drm/i915] In execbuffer, split handle lookup and relocation

2008-11-25 Thread Eric Anholt
On Fri, 2008-11-21 at 01:00 -0800, Keith Packard wrote: Splitting these will make re-trying the relocation cleaner I like it, but I'll fold it into the next patch. Signed-off-by: Keith Packard [EMAIL PROTECTED] --- drivers/gpu/drm/i915/i915_gem.c |5 - 1 files changed, 4

Re: [Intel-gfx] [PATCH] [drm/i915] In execbuffer, split handle lookup and relocation

2008-11-25 Thread Keith Packard
On Tue, 2008-11-25 at 16:51 -0800, Eric Anholt wrote: On Fri, 2008-11-21 at 01:00 -0800, Keith Packard wrote: Splitting these will make re-trying the relocation cleaner I like it, but I'll fold it into the next patch. Yeah, I split the changes into fairly small bits to make them easier to

[PATCH] [drm/i915] In execbuffer, split handle lookup and relocation

2008-11-21 Thread Keith Packard
Splitting these will make re-trying the relocation cleaner Signed-off-by: Keith Packard [EMAIL PROTECTED] --- drivers/gpu/drm/i915/i915_gem.c |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_gem.c b/drivers/gpu/drm/i915/i915_gem.c index