diff options
author | Christian König <christian.koenig@amd.com> | 2018-02-22 12:12:41 +0100 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2018-02-26 23:09:44 -0500 |
commit | 95bbb6d35d0b182968d7ce803a0cdc27e6e5fcb5 (patch) | |
tree | 2e945172b8a1ee816ae8466dbded4cef85a69edd /drivers/gpu/drm/bochs | |
parent | e55b33f8ab0d04172206d7b409321226c2ef0001 (diff) | |
download | talos-obmc-linux-95bbb6d35d0b182968d7ce803a0cdc27e6e5fcb5.tar.gz talos-obmc-linux-95bbb6d35d0b182968d7ce803a0cdc27e6e5fcb5.zip |
drm/bochs: remove the default ttm_tt_populate callbacks
TTM calls the default implementation now.
Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/bochs')
-rw-r--r-- | drivers/gpu/drm/bochs/bochs_mm.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/bochs/bochs_mm.c b/drivers/gpu/drm/bochs/bochs_mm.c index 704e879711e4..5525b6660340 100644 --- a/drivers/gpu/drm/bochs/bochs_mm.c +++ b/drivers/gpu/drm/bochs/bochs_mm.c @@ -196,8 +196,6 @@ static struct ttm_tt *bochs_ttm_tt_create(struct ttm_bo_device *bdev, struct ttm_bo_driver bochs_bo_driver = { .ttm_tt_create = bochs_ttm_tt_create, - .ttm_tt_populate = ttm_pool_populate, - .ttm_tt_unpopulate = ttm_pool_unpopulate, .init_mem_type = bochs_bo_init_mem_type, .eviction_valuable = ttm_bo_eviction_valuable, .evict_flags = bochs_bo_evict_flags, |