Lines Matching defs:drm_display_mode
99 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;
114 int htotal;
115 int hskew;
116 int vdisplay;
117 int vsync_start;
118 int vsync_end;
119 int vtotal;
120 int vscan;
121 unsigned int flags;
124 int width_mm;
125 int height_mm;
128 int crtc_clock; /* in KHz */
129 int crtc_hdisplay;
130 int crtc_hblank_start;
131 int crtc_hblank_end;
132 int crtc_hsync_start;
133 int crtc_hsync_end;
134 int crtc_htotal;
135 int crtc_hskew;
136 int crtc_vdisplay;
137 int crtc_vblank_start;
138 int crtc_vblank_end;
139 int crtc_vsync_start;
140 int crtc_vsync_end;
141 int crtc_vtotal;
144 int *private;
145 int private_flags;
169 * @mode: drm_display_mode to check argument