diff options
author | Tan Xiaojun <tanxiaojun@huawei.com> | 2017-12-25 04:43:29 +0100 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-12-27 17:35:17 +0100 |
commit | 30567ba5f5a0d4cca0f7b15025210aa5e07d5d82 (patch) | |
tree | c14630989e58415267b8347e9083b1f9ed7f3556 /drivers/gpu/drm | |
parent | drm/nouveau: remove the default io_mem_pfn set (diff) | |
download | linux-30567ba5f5a0d4cca0f7b15025210aa5e07d5d82.tar.xz linux-30567ba5f5a0d4cca0f7b15025210aa5e07d5d82.zip |
drm/qxl: 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>
Diffstat (limited to 'drivers/gpu/drm')
-rw-r--r-- | drivers/gpu/drm/qxl/qxl_ttm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/qxl/qxl_ttm.c b/drivers/gpu/drm/qxl/qxl_ttm.c index 78ce118d9157..145175b851c5 100644 --- a/drivers/gpu/drm/qxl/qxl_ttm.c +++ b/drivers/gpu/drm/qxl/qxl_ttm.c @@ -388,7 +388,6 @@ static struct ttm_bo_driver qxl_bo_driver = { .verify_access = &qxl_verify_access, .io_mem_reserve = &qxl_ttm_io_mem_reserve, .io_mem_free = &qxl_ttm_io_mem_free, - .io_mem_pfn = ttm_bo_default_io_mem_pfn, .move_notify = &qxl_bo_move_notify, }; |