Searched defs:drm_display_mode (Results 1 – 1 of 1) sorted by relevance
114 struct drm_display_mode { struct116 struct list_head head;117 struct drm_mode_object base;119 char name[DRM_DISPLAY_MODE_LEN];121 int connector_count;122 enum drm_mode_status status;123 int type;126 int clock; /* in kHz */127 int hdisplay;128 int hsync_start;[all …]