aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/ttm/ttm_bo_driver.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2010-10-19 04:13:00 -0400
committerChris Wilson <chris@chris-wilson.co.uk>2010-10-19 04:14:50 -0400
commitfb9a90f7c674f3ddef6baf55cb1612dadd8ea752 (patch)
treef25cf2ce17449ba34cdfdfb948134eb3464e400e /include/drm/ttm/ttm_bo_driver.h
parent2d7b8366ae4a9ec2183c30e432a4a9a495c82bcd (diff)
parent21c74a8ea8b47eb6c3c621e36578f6e27f65c5c7 (diff)
Merge remote branch 'airlied/drm-core-next' into tmp
Diffstat (limited to 'include/drm/ttm/ttm_bo_driver.h')
-rw-r--r--include/drm/ttm/ttm_bo_driver.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/drm/ttm/ttm_bo_driver.h b/include/drm/ttm/ttm_bo_driver.h
index e3371dbe6a10..d0ff529fedde 100644
--- a/include/drm/ttm/ttm_bo_driver.h
+++ b/include/drm/ttm/ttm_bo_driver.h
@@ -214,6 +214,8 @@ struct ttm_mem_type_manager_func {
214 struct ttm_mem_reg *mem); 214 struct ttm_mem_reg *mem);
215 void (*put_node)(struct ttm_mem_type_manager *man, 215 void (*put_node)(struct ttm_mem_type_manager *man,
216 struct ttm_mem_reg *mem); 216 struct ttm_mem_reg *mem);
217 void (*put_node_locked)(struct ttm_mem_type_manager *man,
218 struct ttm_mem_reg *mem);
217 void (*debug)(struct ttm_mem_type_manager *man, const char *prefix); 219 void (*debug)(struct ttm_mem_type_manager *man, const char *prefix);
218}; 220};
219 221
@@ -667,6 +669,8 @@ extern int ttm_bo_mem_space(struct ttm_buffer_object *bo,
667 669
668extern void ttm_bo_mem_put(struct ttm_buffer_object *bo, 670extern void ttm_bo_mem_put(struct ttm_buffer_object *bo,
669 struct ttm_mem_reg *mem); 671 struct ttm_mem_reg *mem);
672extern void ttm_bo_mem_put_locked(struct ttm_buffer_object *bo,
673 struct ttm_mem_reg *mem);
670 674
671/** 675/**
672 * ttm_bo_wait_for_cpu 676 * ttm_bo_wait_for_cpu