diff options
author | Christian König <christian.koenig@amd.com> | 2020-10-01 17:22:42 +0300 |
---|---|---|
committer | Christian König <christian.koenig@amd.com> | 2020-10-07 14:53:52 +0300 |
commit | d7c59750f274acb0aace9b09692eda282a5b01e7 (patch) | |
tree | 44dc6126d57c5f7d929778ce1ae30aa7db407508 /include/drm/ttm/ttm_bo_api.h | |
parent | 4561b366c70e312698361154bdfe1e04f596056b (diff) | |
download | linux-d7c59750f274acb0aace9b09692eda282a5b01e7.tar.xz |
drm/vmwgfx: move ttm_bo_swapout_all into vmwgfx
It is the sole user of this.
Signed-off-by: Christian König <christian.koenig@amd.com>
Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/393498/
Diffstat (limited to 'include/drm/ttm/ttm_bo_api.h')
-rw-r--r-- | include/drm/ttm/ttm_bo_api.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/drm/ttm/ttm_bo_api.h b/include/drm/ttm/ttm_bo_api.h index 11c59d6d72d5..37102e45e496 100644 --- a/include/drm/ttm/ttm_bo_api.h +++ b/include/drm/ttm/ttm_bo_api.h @@ -542,7 +542,6 @@ ssize_t ttm_bo_io(struct ttm_bo_device *bdev, struct file *filp, size_t count, loff_t *f_pos, bool write); int ttm_bo_swapout(struct ttm_operation_ctx *ctx); -void ttm_bo_swapout_all(void); /** * ttm_bo_uses_embedded_gem_object - check if the given bo uses the |