]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Remove dead i915_gem_evict_everything()
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 1 Oct 2015 11:18:28 +0000 (12:18 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 7 Oct 2015 14:05:40 +0000 (16:05 +0200)
commit312f4a6f0e0d4474d35d523bbca2f86ac57388ee
tree54273f19a9f345c16862263a206c8c3cb599aff9
parent976ca8fe9ba4a8ba9ee1e155f401a60e6e75f57f
drm/i915: Remove dead i915_gem_evict_everything()

With UMS gone, we no longer use it during suspend. And with the last
user removed from the shrinker, we can remove the dead code.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/i915_gem_evict.c