drm/ttm: nuke ttm_bo_evict_mm and rename mgr function v3
[linux-2.6-microblaze.git] / include / drm / ttm / ttm_resource.h
index 0e172d9..1b2f561 100644 (file)
@@ -228,8 +228,8 @@ void ttm_resource_free(struct ttm_buffer_object *bo, struct ttm_resource *res);
 void ttm_resource_manager_init(struct ttm_resource_manager *man,
                               unsigned long p_size);
 
-int ttm_resource_manager_force_list_clean(struct ttm_bo_device *bdev,
-                                         struct ttm_resource_manager *man);
+int ttm_resource_manager_evict_all(struct ttm_bo_device *bdev,
+                                  struct ttm_resource_manager *man);
 
 void ttm_resource_manager_debug(struct ttm_resource_manager *man,
                                struct drm_printer *p);