Home
last modified time | relevance | path

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

/linux-3.3/include/drm/
Ddrm_crtc.h116 struct drm_display_mode { struct
118 struct list_head head;
119 struct drm_mode_object base;
121 char name[DRM_DISPLAY_MODE_LEN];
123 enum drm_mode_status status;
124 int type;
127 int clock; /* in kHz */
128 int hdisplay;
129 int hsync_start;
130 int hsync_end;
[all …]