diff options
Diffstat (limited to 'include/drm')
-rw-r--r-- | include/drm/drm_crtc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h index 8e9716e362e1..73478bc8f9ee 100644 --- a/include/drm/drm_crtc.h +++ b/include/drm/drm_crtc.h | |||
@@ -156,6 +156,7 @@ struct drm_display_mode { | |||
156 | int height_mm; | 156 | int height_mm; |
157 | 157 | ||
158 | /* Actual mode we give to hw */ | 158 | /* Actual mode we give to hw */ |
159 | int crtc_clock; /* in KHz */ | ||
159 | int crtc_hdisplay; | 160 | int crtc_hdisplay; |
160 | int crtc_hblank_start; | 161 | int crtc_hblank_start; |
161 | int crtc_hblank_end; | 162 | int crtc_hblank_end; |