aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2013-09-25 16:45:32 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2013-10-01 07:45:34 +0200
commit99b314a0b37c1f637929db7f20d7e47eb2374c97 (patch)
tree8808ce239efffe9b61459592209641906ed4e348 /include/drm
parentdrm: Make exposing stereo modes a per-connector opt-in (diff)
downloadlinux-dev-99b314a0b37c1f637929db7f20d7e47eb2374c97.tar.xz
linux-dev-99b314a0b37c1f637929db7f20d7e47eb2374c97.zip
drm: Remove clock_index from struct drm_display_mode
This field was only accessed by the nouveau driver, but never set. So concluded we can rid of this one. Acked-by: Ben Skeggs <bskeggs@redhat.com> 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>
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/drm_crtc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h
index 1b69407f3f0f..011baaa159a2 100644
--- 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 clock_index;
int synth_clock;
int crtc_hdisplay;
int crtc_hblank_start;