drm/i915: move functions around
commit225067eedf1f4d4065940232c9069fcb255206ee
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 20 Aug 2012 08:23:20 +0000 (20 10:23 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 20 Aug 2012 08:59:41 +0000 (20 10:59 +0200)
tree953d3e1702dae2add3579bf15f62cfea84a64753
parent83358c85866ebd2af1229fc9870b93e126690671
drm/i915: move functions around

Prep work to make Chris Wilson's unbound tracking patch a bit easier
to read. Alas, I'd have preferred that moving the page allocation
retry loop from bind to get_pages would have been a separate patch,
too. But that looks like real work ;-)

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_gem.c