Name
i915_gem_evict_everything — 
     Try to evict all objects
 
Synopsis
| int i915_gem_evict_everything ( | struct drm_device * dev ); | 
 
Arguments
- dev
- 
     Device to evict objects for
     
Description
   This functions tries to evict all gem objects from all address spaces. Used
   by the shrinker as a last-ditch effort and for suspend, before releasing the
   backing storage of all unbound objects.