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:
40ede3b
)
drm/cirrus: remove the default io_mem_pfn set
author
Tan Xiaojun
<
[email protected]
>
Mon, 25 Dec 2017 03:43:26 +0000
(11:43 +0800)
committer
Alex Deucher
<
[email protected]
>
Wed, 27 Dec 2017 16:34:57 +0000
(11:34 -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/cirrus/cirrus_ttm.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/cirrus/cirrus_ttm.c
b/drivers/gpu/drm/cirrus/cirrus_ttm.c
index 2a5b54d3a03aedb1d7b60a635f3b8cea32939338..5a08224edf41766a981807a27b48bb39c972b21a 100644
(file)
--- a/
drivers/gpu/drm/cirrus/cirrus_ttm.c
+++ b/
drivers/gpu/drm/cirrus/cirrus_ttm.c
@@
-237,7
+237,6
@@
struct ttm_bo_driver cirrus_bo_driver = {
.verify_access = cirrus_bo_verify_access,
.io_mem_reserve = &cirrus_ttm_io_mem_reserve,
.io_mem_free = &cirrus_ttm_io_mem_free,
- .io_mem_pfn = ttm_bo_default_io_mem_pfn,
};
int cirrus_mm_init(struct cirrus_device *cirrus)