| From 5370db7d9d67f81f445d53c3666d6b45ccb537ec Mon Sep 17 00:00:00 2001 |
| From: Damien Lespiau <damien.lespiau@intel.com> |
| Date: Wed, 25 Sep 2013 16:45:33 +0100 |
| Subject: drm: Remove synth_clock from struct drm_display_mode |
| MIME-Version: 1.0 |
| Content-Type: text/plain; charset=UTF-8 |
| Content-Transfer-Encoding: 8bit |
| |
| 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> |
| (cherry picked from commit 65427b1e94eca5923e0f723d1dd000f47e6d1696) |
| Signed-off-by: Darren Hart <dvhart@linux.intel.com> |
| --- |
| include/drm/drm_crtc.h | 1 - |
| 1 file changed, 1 deletion(-) |
| |
| diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h |
| index 4c4e3925620e..bfb98d1956ea 100644 |
| --- a/include/drm/drm_crtc.h |
| +++ b/include/drm/drm_crtc.h |
| @@ -154,7 +154,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; |
| -- |
| 1.8.5.rc3 |
| |