Re: [Intel-gfx] [PATCH] drm/i915: Cleaning up the relocate entry function

2013-08-21 Thread Daniel Vetter
On Wed, Aug 21, 2013 at 05:10:51PM +0100, rafael.barba...@intel.com wrote: > From: Rafael Barbalho > > As the relocate entry function was getting a bit too big I've moved > the code that used to use either the cpu or the gtt to for the > relocation into two separate functions. > > Signed-off-by:

Re: [Intel-gfx] [PATCH] drm/i915: Cleaning up the relocate entry function

2013-08-21 Thread Sedat Dilek
From: Rafael Barbalho As the relocate entry function was getting a bit too big I've moved the code that used to use either the cpu or the gtt to for the relocation into two separate functions. Signed-off-by: Rafael Barbalho Feel free to add my... Tested-by: Sedat Dilek (against next

[Intel-gfx] [PATCH] drm/i915: Cleaning up the relocate entry function

2013-08-21 Thread rafael . barbalho
From: Rafael Barbalho As the relocate entry function was getting a bit too big I've moved the code that used to use either the cpu or the gtt to for the relocation into two separate functions. Signed-off-by: Rafael Barbalho --- drivers/gpu/drm/i915/i915_gem_execbuffer.c | 88 ++