projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c3a818
)
drm: Remove pending_read_domains and pending_write_domain
author
Chris Wilson
<chris@chris-wilson.co.uk>
Wed, 5 Jul 2017 15:49:00 +0000
(16:49 +0100)
committer
Daniel Vetter
<daniel.vetter@ffwll.ch>
Wed, 5 Jul 2017 20:18:07 +0000
(22:18 +0200)
The last user of these (i915.ko) no longer does. We can slim down the
core GEM object by removing the unused 8 bytes.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link:
http://patchwork.freedesktop.org/patch/msgid/20170705154900.28697-1-chris@chris-wilson.co.uk
include/drm/drm_gem.h
patch
|
blob
|
blame
|
history
diff --git
a/include/drm/drm_gem.h
b/include/drm/drm_gem.h
index 663d803580578b9ee198ff9f4402dfa8c86cd05c..4a9d231b42941e7dd2bd563484f5c16427ad04dc 100644
(file)
--- a/
include/drm/drm_gem.h
+++ b/
include/drm/drm_gem.h
@@
-130,21
+130,6
@@
struct drm_gem_object {
*/
uint32_t write_domain;
- /**
- * @pending_read_domains:
- *
- * While validating an exec operation, the
- * new read/write domain values are computed here.
- * They will be transferred to the above values
- * at the point that any cache flushing occurs
- */
- uint32_t pending_read_domains;
-
- /**
- * @pending_write_domain: Write domain similar to @pending_read_domains.
- */
- uint32_t pending_write_domain;
-
/**
* @dma_buf:
*