Searched defs:drm_display_mode (Results 1 – 1 of 1) sorted by relevance
99 struct drm_display_mode { struct101 struct list_head head;102 struct drm_mode_object base;104 char name[DRM_DISPLAY_MODE_LEN];106 enum drm_mode_status status;107 unsigned int type;110 int clock; /* in kHz */111 int hdisplay;112 int hsync_start;113 int hsync_end;[all …]