diff options
author | Christian König <christian.koenig@amd.com> | 2016-06-06 10:17:50 +0200 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-07-07 14:54:33 -0400 |
commit | 089f16c55baacd5e8ae3745625efa82899b4b217 (patch) | |
tree | e58472d4698ca286dd5e6178e29a32cbb6e281a3 /include/drm/ttm | |
parent | 14b33074299cbdf3213723dc4267fd3c822135c7 (diff) | |
download | linux-089f16c55baacd5e8ae3745625efa82899b4b217.tar.gz linux-089f16c55baacd5e8ae3745625efa82899b4b217.tar.bz2 linux-089f16c55baacd5e8ae3745625efa82899b4b217.zip |
drm/ttm: cleanup ttm_tt_(unbind|destroy)
ttm_tt_destroy should be the only one unbinding the object.
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'include/drm/ttm')
-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 513f7f96b80a..da6ee17d7c0b 100644 --- a/include/drm/ttm/ttm_bo_driver.h +++ b/include/drm/ttm/ttm_bo_driver.h @@ -623,15 +623,6 @@ extern int ttm_tt_bind(struct ttm_tt *ttm, struct ttm_mem_reg *bo_mem); extern void ttm_tt_destroy(struct ttm_tt *ttm); /** - * ttm_ttm_unbind: - * - * @ttm: The struct ttm_tt. - * - * Unbind a struct ttm_tt. - */ -extern void ttm_tt_unbind(struct ttm_tt *ttm); - -/** * ttm_tt_swapin: * * @ttm: The struct ttm_tt. |