Lines Matching defs:drm_display_mode
208 struct drm_display_mode { struct
214 struct list_head head;
228 struct drm_mode_object base;
235 char name[DRM_DISPLAY_MODE_LEN];
243 enum drm_mode_status status;
271 unsigned int type;
278 int clock; /* in kHz */
279 int hdisplay;
280 int hsync_start;
281 int hsync_end;
282 int htotal;
283 int hskew;
284 int vdisplay;
285 int vsync_start;
286 int vsync_end;
287 int vtotal;
288 int vscan;
323 unsigned int flags;
331 int width_mm;
339 int height_mm;
356 int crtc_clock;
357 int crtc_hdisplay;
358 int crtc_hblank_start;
359 int crtc_hblank_end;
360 int crtc_hsync_start;
361 int crtc_hsync_end;
362 int crtc_htotal;
363 int crtc_hskew;
364 int crtc_vdisplay;
365 int crtc_vblank_start;
366 int crtc_vblank_end;
367 int crtc_vsync_start;
368 int crtc_vsync_end;
369 int crtc_vtotal;
379 int *private;
386 int private_flags;
396 int vrefresh;
406 int hsync;
430 * DRM_MODE_FMT - printf string for &struct drm_display_mode argument