diff options
author | Tan Xiaojun <tanxiaojun@huawei.com> | 2017-12-24 22:43:30 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-12-27 11:35:23 -0500 |
commit | f8506d32720b9a0ae9f834bb1d05636afcc18ca8 (patch) | |
tree | 9d036db877b70043975cff867233e1b4befcd1d1 | |
parent | 30567ba5f5a0d4cca0f7b15025210aa5e07d5d82 (diff) |
drm/radeon: remove the default io_mem_pfn set
The default interface situation has been taken into the framework, so
remove the default set of each module.
Signed-off-by: Tan Xiaojun <tanxiaojun@huawei.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-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 557fd7915973..7b915aaab937 100644 --- a/drivers/gpu/drm/radeon/radeon_ttm.c +++ b/drivers/gpu/drm/radeon/radeon_ttm.c | |||
@@ -844,7 +844,6 @@ static struct ttm_bo_driver radeon_bo_driver = { | |||
844 | .fault_reserve_notify = &radeon_bo_fault_reserve_notify, | 844 | .fault_reserve_notify = &radeon_bo_fault_reserve_notify, |
845 | .io_mem_reserve = &radeon_ttm_io_mem_reserve, | 845 | .io_mem_reserve = &radeon_ttm_io_mem_reserve, |
846 | .io_mem_free = &radeon_ttm_io_mem_free, | 846 | .io_mem_free = &radeon_ttm_io_mem_free, |
847 | .io_mem_pfn = ttm_bo_default_io_mem_pfn, | ||
848 | }; | 847 | }; |
849 | 848 | ||
850 | int radeon_ttm_init(struct radeon_device *rdev) | 849 | int radeon_ttm_init(struct radeon_device *rdev) |