aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/ttm
diff options
context:
space:
mode:
authorMaarten Lankhorst <maarten.lankhorst@canonical.com>2013-01-15 08:57:28 -0500
committerMaarten Lankhorst <maarten.lankhorst@canonical.com>2013-01-15 10:49:39 -0500
commitcc4c0c4de3c775be22072ec3251f2e581b63d9a0 (patch)
tree3c0a42c628c0388681687e68c420f3a2721d89ed /include/drm/ttm
parentc354c893dd57aac11f5d96ada7c47a20fe090a6e (diff)
drm/ttm: unexport ttm_bo_wait_unreserved
All legitimate users of this function outside ttm_bo.c are gone, now it's only an implementation detail. Signed-off-by: Maarten Lankhorst <maarten.lankhorst@canonical.com> Reviewed-by: Jerome Glisse <jglisse@redhat.com>
Diffstat (limited to 'include/drm/ttm')
-rw-r--r--include/drm/ttm/ttm_bo_driver.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/drm/ttm/ttm_bo_driver.h b/include/drm/ttm/ttm_bo_driver.h
index 5af71af6bf88..0fbd046e7c93 100644
--- a/include/drm/ttm/ttm_bo_driver.h
+++ b/include/drm/ttm/ttm_bo_driver.h
@@ -898,18 +898,6 @@ extern void ttm_bo_unreserve(struct ttm_buffer_object *bo);
898 */ 898 */
899extern void ttm_bo_unreserve_locked(struct ttm_buffer_object *bo); 899extern void ttm_bo_unreserve_locked(struct ttm_buffer_object *bo);
900 900
901/**
902 * ttm_bo_wait_unreserved
903 *
904 * @bo: A pointer to a struct ttm_buffer_object.
905 *
906 * Wait for a struct ttm_buffer_object to become unreserved.
907 * This is typically used in the execbuf code to relax cpu-usage when
908 * a potential deadlock condition backoff.
909 */
910extern int ttm_bo_wait_unreserved(struct ttm_buffer_object *bo,
911 bool interruptible);
912
913/* 901/*
914 * ttm_bo_util.c 902 * ttm_bo_util.c
915 */ 903 */