diff options
author | Christian König <christian.koenig@amd.com> | 2022-05-09 13:26:49 +0200 |
---|---|---|
committer | Christian König <christian.koenig@amd.com> | 2023-01-18 15:57:52 +0100 |
commit | 13acb368bf02c4ab2c3bd7c35629b421b0ceed18 (patch) | |
tree | 42e05d97631b8338f5b0fa5766b2c148a344fadb /include/drm/ttm | |
parent | drm/nouveau: stop using ttm_bo_wait (diff) | |
download | linux-13acb368bf02c4ab2c3bd7c35629b421b0ceed18.tar.xz linux-13acb368bf02c4ab2c3bd7c35629b421b0ceed18.zip |
drm/ttm/vmwgfx: move ttm_bo_wait into VMWGFX
Not used anymore by other drivers or TTM itself.
Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Zack Rusin <zackr@vmware.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20221125102137.1801-9-christian.koenig@amd.com
Diffstat (limited to 'include/drm/ttm')
-rw-r--r-- | include/drm/ttm/ttm_bo.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/drm/ttm/ttm_bo.h b/include/drm/ttm/ttm_bo.h index d87232472435..8b113c384236 100644 --- a/include/drm/ttm/ttm_bo.h +++ b/include/drm/ttm/ttm_bo.h @@ -347,7 +347,6 @@ static inline void *ttm_kmap_obj_virtual(struct ttm_bo_kmap_obj *map, return map->virtual; } -int ttm_bo_wait(struct ttm_buffer_object *bo, bool interruptible, bool no_wait); int ttm_bo_wait_ctx(struct ttm_buffer_object *bo, struct ttm_operation_ctx *ctx); int ttm_bo_validate(struct ttm_buffer_object *bo, |