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)
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>

No differences found