diff options
author | Christian König <christian.koenig@amd.com> | 2020-10-07 10:51:29 +0200 |
---|---|---|
committer | Christian König <christian.koenig@amd.com> | 2020-10-07 13:54:05 +0200 |
commit | 72dc6e3b948c40bd1d78c7cf1b9d32c92a756328 (patch) | |
tree | ba611827f964c37f3f27f449d21540d0726317c8 /include/drm | |
parent | d7c59750f274acb0aace9b09692eda282a5b01e7 (diff) | |
download | linux-72dc6e3b948c40bd1d78c7cf1b9d32c92a756328.tar.gz linux-72dc6e3b948c40bd1d78c7cf1b9d32c92a756328.tar.bz2 linux-72dc6e3b948c40bd1d78c7cf1b9d32c92a756328.zip |
drm/ttm: remove ttm_bo_unmap_virtual_locked declaration v2
That was missed during the cleanup.
v2: fix comment in vmwgfx as well
Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Michael J. Ruhl <michael.j.ruhl@intel.com>
Link: https://patchwork.freedesktop.org/patch/394092/
Diffstat (limited to 'include/drm')
-rw-r--r-- | include/drm/ttm/ttm_bo_driver.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/drm/ttm/ttm_bo_driver.h b/include/drm/ttm/ttm_bo_driver.h index 9897a16c0a9d..b58dedce7079 100644 --- a/include/drm/ttm/ttm_bo_driver.h +++ b/include/drm/ttm/ttm_bo_driver.h @@ -450,15 +450,6 @@ int ttm_bo_device_init(struct ttm_bo_device *bdev, void ttm_bo_unmap_virtual(struct ttm_buffer_object *bo); /** - * ttm_bo_unmap_virtual - * - * @bo: tear down the virtual mappings for this BO - * - * The caller must take ttm_mem_io_lock before calling this function. - */ -void ttm_bo_unmap_virtual_locked(struct ttm_buffer_object *bo); - -/** * ttm_bo_reserve: * * @bo: A pointer to a struct ttm_buffer_object. |