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:
99b314a
)
drm: Remove synth_clock from struct drm_display_mode
author
Damien Lespiau
<damien.lespiau@intel.com>
Wed, 25 Sep 2013 15:45:33 +0000
(16:45 +0100)
committer
Daniel Vetter
<daniel.vetter@ffwll.ch>
Tue, 1 Oct 2013 05:45:34 +0000
(07:45 +0200)
This field is unused. Garbage collect it.
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Acked-by: Dave Airlie <airlied@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
include/drm/drm_crtc.h
patch
|
blob
|
blame
|
history
diff --git
a/include/drm/drm_crtc.h
b/include/drm/drm_crtc.h
index 011baaa159a2c78371e105638d496170fa763fee..8e9716e362e1f2f846d2be094dec41031d726d6a 100644
(file)
--- a/
include/drm/drm_crtc.h
+++ b/
include/drm/drm_crtc.h
@@
-156,7
+156,6
@@
struct drm_display_mode {
int height_mm;
/* Actual mode we give to hw */
- int synth_clock;
int crtc_hdisplay;
int crtc_hblank_start;
int crtc_hblank_end;