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:
f4510a2
)
drm: Remove unused drm_crtc->fb
author
Matt Roper
<matthew.d.roper@intel.com>
Tue, 1 Apr 2014 22:22:41 +0000
(15:22 -0700)
committer
Rob Clark
<robdclark@gmail.com>
Wed, 2 Apr 2014 00:18:28 +0000
(20:18 -0400)
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Rob Clark <robdclark@gmail.com>
include/drm/drm_crtc.h
patch
|
blob
|
blame
|
history
diff --git
a/include/drm/drm_crtc.h
b/include/drm/drm_crtc.h
index 46790c0de845ba59c02c42713e7fecadff2ab276..e55fccbe7c42373940ff8fee459d076cd5e6d4bf 100644
(file)
--- a/
include/drm/drm_crtc.h
+++ b/
include/drm/drm_crtc.h
@@
-311,9
+311,6
@@
struct drm_crtc {
struct drm_plane *primary;
struct drm_plane *cursor;
- /* framebuffer the connector is currently bound to */
- struct drm_framebuffer *fb;
-
/* Temporary tracking of the old fb while a modeset is ongoing. Used
* by drm_mode_set_config_internal to implement correct refcounting. */
struct drm_framebuffer *old_fb;