diff options
author | Damien Lespiau <damien.lespiau@intel.com> | 2013-09-25 11:45:34 -0400 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2013-10-01 01:45:35 -0400 |
commit | bde2dcf701db9fa6d010afa8e9254c3d7b0331fb (patch) | |
tree | 50a72137c808db9f77c6b11cb44f3ad7e68dcdf6 /include/drm/drm_crtc.h | |
parent | 65427b1e94eca5923e0f723d1dd000f47e6d1696 (diff) |
drm: Introduce a crtc_clock for struct drm_display_mode
Just like the various timings, make it possible to have a clock field
what we can tweak before giving it to hardware.
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/drm_crtc.h')
-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; |