Home
last modified time | relevance | path

Searched defs:drm_display_mode (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_modes.h227 struct drm_display_mode { struct
233 struct list_head head;
240 char name[DRM_DISPLAY_MODE_LEN];
248 enum drm_mode_status status;
276 unsigned int type;
283 int clock; /* in kHz */
284 int hdisplay;
285 int hsync_start;
286 int hsync_end;
287 int htotal;
[all …]