]> git.karo-electronics.de Git - karo-tx-linux.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>
Wed, 21 Aug 2013 21:26:50 +0000 (23:26 +0200)
commit940c608dfc575c4841c748f829e4f156374a90be
treeb9a0f8e5698aabb7d035c3af85f49b60be964077
parent26b32d77b24692c495b70888b577fa5a746cf744
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