]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit63b2e0c0f9bd44f719561ebeea00e34ed30591f4
treed0a33c5577684c5a39fdf0d9821f9d9ebf38eb81
parentb0328ada4bde1a7bc7a09b7424d2bd3d3a60c8ff
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