diff options
author | Dave Airlie <airlied@redhat.com> | 2020-10-20 11:03:15 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2020-10-21 13:43:43 +1000 |
commit | 29a1d482e4044ab76d0c0f6341212f1a51f48236 (patch) | |
tree | d50578334cc3944eb1fccf0bc7147b9103182456 /include/drm | |
parent | a2dcf77f7583e13510da0f0ab75a2230f1af915c (diff) | |
download | linux-29a1d482e4044ab76d0c0f6341212f1a51f48236.tar.gz linux-29a1d482e4044ab76d0c0f6341212f1a51f48236.tar.bz2 linux-29a1d482e4044ab76d0c0f6341212f1a51f48236.zip |
drm/ttm: add move to system into drivers
This moves the to system move into the drivers, and moves all
the unbinds in the move path under driver control
Note: radeon/nouveau already wait so don't duplicate it.
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20201020010319.1692445-4-airlied@gmail.com
Diffstat (limited to 'include/drm')
-rw-r--r-- | include/drm/ttm/ttm_bo_driver.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/drm/ttm/ttm_bo_driver.h b/include/drm/ttm/ttm_bo_driver.h index a89728cb9a23..81a1618b9535 100644 --- a/include/drm/ttm/ttm_bo_driver.h +++ b/include/drm/ttm/ttm_bo_driver.h @@ -574,8 +574,6 @@ void ttm_mem_io_free(struct ttm_bo_device *bdev, int ttm_bo_move_to_new_tt_mem(struct ttm_buffer_object *bo, struct ttm_operation_ctx *ctx, struct ttm_resource *new_mem); -int ttm_bo_move_to_system(struct ttm_buffer_object *bo, - struct ttm_operation_ctx *ctx); /** * ttm_bo_move_memcpy |