Lines Matching defs:drm_display_mode
179 struct drm_display_mode { struct
181 int clock; /* in kHz */
182 int hdisplay;
183 int hsync_start;
184 int hsync_end;
185 int htotal;
186 int vdisplay;
187 int vsync_start;
188 int vsync_end;
189 int vtotal;
190 int vrefresh;
191 int vscan;
192 unsigned int flags;
193 int picture_aspect_ratio;
194 int hskew;
195 unsigned int type;
197 int crtc_clock; /* in KHz */
198 int crtc_hdisplay;
199 int crtc_hblank_start;
200 int crtc_hblank_end;
201 int crtc_hsync_start;
202 int crtc_hsync_end;
203 int crtc_htotal;
204 int crtc_hskew;
205 int crtc_vdisplay;
206 int crtc_vblank_start;
207 int crtc_vblank_end;
208 int crtc_vsync_start;
209 int crtc_vsync_end;
210 int crtc_vtotal;
211 bool invalid;