Lines Matching defs:drm_display_mode
226 struct drm_display_mode { struct
228 int clock; /* in kHz */
229 int hdisplay;
230 int hsync_start;
231 int hsync_end;
232 int htotal;
233 int vdisplay;
234 int vsync_start;
235 int vsync_end;
236 int vtotal;
237 int vrefresh;
238 int vscan;
239 unsigned int flags;
240 int picture_aspect_ratio;
241 int hskew;
242 unsigned int type;
244 int crtc_clock; /* in KHz */
245 int crtc_hdisplay;
246 int crtc_hblank_start;
247 int crtc_hblank_end;
248 int crtc_hsync_start;
249 int crtc_hsync_end;
250 int crtc_htotal;
251 int crtc_hskew;
252 int crtc_vdisplay;
253 int crtc_vblank_start;
254 int crtc_vblank_end;
255 int crtc_vsync_start;
256 int crtc_vsync_end;
257 int crtc_vtotal;
258 bool invalid;