]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Cleaning up the relocate entry function
authorRafael Barbalho <rafael.barbalho@intel.com>
Wed, 21 Aug 2013 16:10:51 +0000 (17:10 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 23 Aug 2013 12:52:31 +0000 (14:52 +0200)
commitd17d6211e0d467dae7f9af58b57d9b691d288a6a
tree28e145929fe243527037a4c8b287f60ca333783a
parentf0ca87b5c57c54831bb5398f893db96922b9ab75
drm/i915: Cleaning up the relocate entry function

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 <rafael.barbalho@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_gem_execbuffer.c