Home
last modified time | relevance | path

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

/linux-2.6.39/include/drm/
Ddrm_crtc.h114 struct drm_display_mode { struct
116 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 …]