Home
last modified time | relevance | path

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

/freebsd/sys/dev/drm2/
H A Ddrm_crtc.h122 struct drm_display_mode { struct
124 struct list_head head;
125 struct drm_mode_object base;
127 char name[DRM_DISPLAY_MODE_LEN];
129 enum drm_mode_status status;
130 unsigned int type;
133 int clock; /* in kHz */
134 int hdisplay;
135 int hsync_start;
136 int hsync_end;
[all …]