summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ast
diff options
context:
space:
mode:
authorTan Xiaojun2017-12-25 04:43:24 +0100
committerAlex Deucher2017-12-27 17:34:45 +0100
commit89829cb3979fd918a812c717b58380877f4b1345 (patch)
tree777c9cdfdc8fc373f183005bb5471d42b96a56d2 /drivers/gpu/drm/ast
parentdrm/ttm: add ttm_bo_io_mem_pfn to check io_mem_pfn (diff)
downloadkernel-qcow2-linux-89829cb3979fd918a812c717b58380877f4b1345.tar.gz
kernel-qcow2-linux-89829cb3979fd918a812c717b58380877f4b1345.tar.xz
kernel-qcow2-linux-89829cb3979fd918a812c717b58380877f4b1345.zip
drm/ast: 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/ast')
-rw-r--r--drivers/gpu/drm/ast/ast_ttm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/ast/ast_ttm.c b/drivers/gpu/drm/ast/ast_ttm.c
index 28da7c2b7ed9..572d2d27ac20 100644
--- a/drivers/gpu/drm/ast/ast_ttm.c
+++ b/drivers/gpu/drm/ast/ast_ttm.c
@@ -237,7 +237,6 @@ struct ttm_bo_driver ast_bo_driver = {
.verify_access = ast_bo_verify_access,
.io_mem_reserve = &ast_ttm_io_mem_reserve,
.io_mem_free = &ast_ttm_io_mem_free,
- .io_mem_pfn = ttm_bo_default_io_mem_pfn,
};
int ast_mm_init(struct ast_private *ast)