projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56a91d2
)
drm/vmwgfx: remove the default io_mem_pfn set
author
Tan Xiaojun
<
[email protected]
>
Mon, 25 Dec 2017 03:43:32 +0000
(11:43 +0800)
committer
Alex Deucher
<
[email protected]
>
Wed, 27 Dec 2017 16:35:35 +0000
(11:35 -0500)
The default interface situation has been taken into the framework, so
remove the default set of each module.
Signed-off-by: Tan Xiaojun <
[email protected]
>
Reviewed-by: Christian König <
[email protected]
>
Signed-off-by: Alex Deucher <
[email protected]
>
drivers/gpu/drm/vmwgfx/vmwgfx_buffer.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/vmwgfx/vmwgfx_buffer.c
b/drivers/gpu/drm/vmwgfx/vmwgfx_buffer.c
index c7056322211cc80fa5b42742ffcd496973d19ed6..828dd5994854c8ef02732ee5344df5573745a9e5 100644
(file)
--- 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,
};