diff options
author | Dave Airlie <airlied@redhat.com> | 2020-10-20 03:03:16 +0200 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2020-10-21 05:43:54 +0200 |
commit | f227ccc9612f5d2f6315874c93acf3945fd51dfb (patch) | |
tree | 47faf5df8b4ebbd59fc37d3524f906dd3e7a5442 /drivers/gpu/drm/radeon/radeon_ttm.c | |
parent | drm/ttm: add move to system into drivers (diff) | |
download | linux-f227ccc9612f5d2f6315874c93acf3945fd51dfb.tar.xz linux-f227ccc9612f5d2f6315874c93acf3945fd51dfb.zip |
drm/ttm: drop unbind callback.
The drivers now control this, so drop unbinding.
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-5-airlied@gmail.com
Diffstat (limited to 'drivers/gpu/drm/radeon/radeon_ttm.c')
-rw-r--r-- | drivers/gpu/drm/radeon/radeon_ttm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/radeon_ttm.c b/drivers/gpu/drm/radeon/radeon_ttm.c index 42c85afe7955..914b2ca86936 100644 --- a/drivers/gpu/drm/radeon/radeon_ttm.c +++ b/drivers/gpu/drm/radeon/radeon_ttm.c @@ -817,7 +817,6 @@ static struct ttm_bo_driver radeon_bo_driver = { .ttm_tt_populate = &radeon_ttm_tt_populate, .ttm_tt_unpopulate = &radeon_ttm_tt_unpopulate, .ttm_tt_bind = &radeon_ttm_tt_bind, - .ttm_tt_unbind = &radeon_ttm_tt_unbind, .ttm_tt_destroy = &radeon_ttm_tt_destroy, .eviction_valuable = ttm_bo_eviction_valuable, .evict_flags = &radeon_evict_flags, |