drm/i915: Use new bind/unbind in eviction code
authorBen Widawsky <ben@bwidawsk.net>
Thu, 1 Aug 2013 00:00:11 +0000 (17:00 -0700)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 8 Aug 2013 12:04:43 +0000 (14:04 +0200)
commitf6cd1f15d345688cb95cc195aaf8b375f7de8cf6
treed0a33c5577684c5a39fdf0d9821f9d9ebf38eb81
parent07fe0b12800d4752d729d4122c01f41f80a5ba5a
drm/i915: Use new bind/unbind in eviction code

Eviction code, like the rest of the converted code needs to be aware of
the address space for which it is evicting (or the everything case, all
addresses). With the updated bind/unbind interfaces of the last patch,
we can now safely move the eviction code over.

Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/i915_gem.c
drivers/gpu/drm/i915/i915_gem_evict.c
This page took 0.026566 seconds and 5 git commands to generate.