commit | 5032d871f7d300aee10c309ea004eb4f851553fe | [log] [tgz] |
---|---|---|
author | Rafael Barbalho <rafael.barbalho@intel.com> | Wed Aug 21 17:10:51 2013 +0100 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Fri Aug 23 14:52:31 2013 +0200 |
tree | 28e145929fe243527037a4c8b287f60ca333783a | |
parent | 1403c0d4d46f2eed2ab13b89561c853988ad7513 [diff] |
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>