Home
last modified time | relevance | path

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

/linux-4.1.27/include/drm/
Ddrm_modes.h99 struct drm_display_mode { struct
101 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 …]