Searched defs:drm_display_mode (Results 1 – 1 of 1) sorted by relevance
224 struct drm_display_mode { struct230 struct list_head head;237 char name[DRM_DISPLAY_MODE_LEN];245 enum drm_mode_status status;273 unsigned int type;280 int clock; /* in kHz */281 int hdisplay;282 int hsync_start;283 int hsync_end;284 int htotal;[all …]