diff options
Diffstat (limited to 'include/drm/ttm')
-rw-r--r-- | include/drm/ttm/ttm_bo_driver.h | 4 |
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 b87504235f18..6c694d86e03d 100644 --- a/include/drm/ttm/ttm_bo_driver.h +++ b/include/drm/ttm/ttm_bo_driver.h | |||
@@ -649,6 +649,10 @@ extern int ttm_bo_mem_space(struct ttm_buffer_object *bo, | |||
649 | struct ttm_mem_reg *mem, | 649 | struct ttm_mem_reg *mem, |
650 | bool interruptible, | 650 | bool interruptible, |
651 | bool no_wait_reserve, bool no_wait_gpu); | 651 | bool no_wait_reserve, bool no_wait_gpu); |
652 | |||
653 | extern void ttm_bo_mem_put(struct ttm_buffer_object *bo, | ||
654 | struct ttm_mem_reg *mem); | ||
655 | |||
652 | /** | 656 | /** |
653 | * ttm_bo_wait_for_cpu | 657 | * ttm_bo_wait_for_cpu |
654 | * | 658 | * |