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:
f5aabb9
)
drm: remove drm_display_mode->private_size
author
Daniel Vetter
<daniel.vetter@ffwll.ch>
Thu, 23 Jan 2014 20:34:33 +0000
(21:34 +0100)
committer
Daniel Vetter
<daniel.vetter@ffwll.ch>
Thu, 13 Mar 2014 11:48:45 +0000
(12:48 +0100)
It' unused and there's also not really any way to make it work with
the current code. So better rip it out.
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
include/drm/drm_modes.h
patch
|
blob
|
blame
|
history
diff --git
a/include/drm/drm_modes.h
b/include/drm/drm_modes.h
index 995c34d91ef181749e4ed71d33ceecb62e6a91e6..2dbbf997666937fc3a4efb57519d87ccb85c59cf 100644
(file)
--- a/
include/drm/drm_modes.h
+++ b/
include/drm/drm_modes.h
@@
-138,7
+138,6
@@
struct drm_display_mode {
int crtc_vtotal;
/* Driver private mode info */
- int private_size;
int *private;
int private_flags;