summaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorChristian König <christian.koenig@amd.com>2017-11-08 21:06:03 +0100
committerAlex Deucher <alexander.deucher@amd.com>2017-12-06 12:47:20 -0500
commitadd526b34a8e183d9df14f1acaaffae31bbf52d0 (patch)
treed75d55173b0a263590d5cd617009f74def9ef139 /include/drm
parent842cde05840e9203d13383d30cc479f44f4ab599 (diff)
downloadop-kernel-dev-add526b34a8e183d9df14f1acaaffae31bbf52d0.zip
op-kernel-dev-add526b34a8e183d9df14f1acaaffae31bbf52d0.tar.gz
drm/ttm: remove ttm_bo_unreserve_ticket
Just another alias for ttm_bo_unreserve. Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-and-Tested-by: Michel Dänzer <michel.daenzer@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/ttm/ttm_bo_driver.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/drm/ttm/ttm_bo_driver.h b/include/drm/ttm/ttm_bo_driver.h
index 3659cf6..cba1477 100644
--- a/include/drm/ttm/ttm_bo_driver.h
+++ b/include/drm/ttm/ttm_bo_driver.h
@@ -957,19 +957,6 @@ static inline void ttm_bo_unreserve(struct ttm_buffer_object *bo)
reservation_object_unlock(bo->resv);
}
-/**
- * ttm_bo_unreserve_ticket
- * @bo: A pointer to a struct ttm_buffer_object.
- * @ticket: ww_acquire_ctx used for reserving
- *
- * Unreserve a previous reservation of @bo made with @ticket.
- */
-static inline void ttm_bo_unreserve_ticket(struct ttm_buffer_object *bo,
- struct ww_acquire_ctx *t)
-{
- ttm_bo_unreserve(bo);
-}
-
/*
* ttm_bo_util.c
*/
OpenPOWER on IntegriCloud