aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_buffer.c
diff options
context:
space:
mode:
authorTan Xiaojun <tanxiaojun@huawei.com>2017-12-25 11:43:32 +0800
committerAlex Deucher <alexander.deucher@amd.com>2017-12-27 11:35:35 -0500
commit44835a86276ac2c90661267d3a3738aa1fa159ef (patch)
treea631795ee95d17f3754b694a107ab900178de042 /drivers/gpu/drm/vmwgfx/vmwgfx_buffer.c
parentdrm/virtio: remove the default io_mem_pfn set (diff)
downloadlinux-dev-44835a86276ac2c90661267d3a3738aa1fa159ef.tar.xz
linux-dev-44835a86276ac2c90661267d3a3738aa1fa159ef.zip
drm/vmwgfx: 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/vmwgfx/vmwgfx_buffer.c')
-rw-r--r--drivers/gpu/drm/vmwgfx/vmwgfx_buffer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_buffer.c b/drivers/gpu/drm/vmwgfx/vmwgfx_buffer.c
index c7056322211c..828dd5994854 100644
--- a/drivers/gpu/drm/vmwgfx/vmwgfx_buffer.c
+++ b/drivers/gpu/drm/vmwgfx/vmwgfx_buffer.c
@@ -859,5 +859,4 @@ struct ttm_bo_driver vmw_bo_driver = {
.fault_reserve_notify = &vmw_ttm_fault_reserve_notify,
.io_mem_reserve = &vmw_ttm_io_mem_reserve,
.io_mem_free = &vmw_ttm_io_mem_free,
- .io_mem_pfn = ttm_bo_default_io_mem_pfn,
};