]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/gpu/drm/i915/i915_gem_execbuffer.c
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)
commit5032d871f7d300aee10c309ea004eb4f851553fe
tree28e145929fe243527037a4c8b287f60ca333783a
parent1403c0d4d46f2eed2ab13b89561c853988ad7513
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