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:
d390475
)
drm: remove the list_head from drm_mode_set
author
Daniel Vetter
<daniel.vetter@ffwll.ch>
Wed, 11 Jul 2012 14:28:08 +0000
(16:28 +0200)
committer
Dave Airlie
<airlied@redhat.com>
Fri, 20 Jul 2012 01:27:51 +0000
(21:27 -0400)
It's unused. At it confused me quite a bit until I've discovered that.
Cc: dri-devel@lists.freedesktop.org
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Dave Airlie <airlied@redhat.com>
include/drm/drm_crtc.h
patch
|
blob
|
history
diff --git
a/include/drm/drm_crtc.h
b/include/drm/drm_crtc.h
index bac55c2151131c9689e284a4b4a8b438ed223039..a1a0386e0160d9278f6b74e213f26915a87551af 100644
(file)
--- a/
include/drm/drm_crtc.h
+++ b/
include/drm/drm_crtc.h
@@
-676,8
+676,6
@@
struct drm_plane {
* This is used to set modes.
*/
struct drm_mode_set {
- struct list_head head;
-
struct drm_framebuffer *fb;
struct drm_crtc *crtc;
struct drm_display_mode *mode;