Lines Matching full:vertical
51 * @MODE_V_ILLEGAL: mode has illegal vertical timings
66 * @MODE_BAD_VVALUE: vertical timing was out of range
72 * @MODE_VSYNC_NARROW: vertical sync too narrow
73 * @MODE_VSYNC_WIDE: vertical sync too wide
74 * @MODE_VBLANK_NARROW: vertical blanking too narrow
75 * @MODE_VBLANK_WIDE: vertical blanking too wide
158 * @hz: Vertical refresh rate in Hertz
160 * @vd: Vertical resolution, height
173 * @vd: Vertical resolution, height
204 * @vdisplay: vertical display size
205 * @vsync_start: vertical sync start
206 * @vsync_end: vertical sync end
207 * @vtotal: vertical total size
208 * @vscan: vertical scan?!
216 * @crtc_vdisplay: hardware mode vertical display size
217 * @crtc_vblank_start: hardware mode vertical blank start
218 * @crtc_vblank_end: hardware mode vertical blank end
219 * @crtc_vsync_start: hardware mode vertical sync start
220 * @crtc_vsync_end: hardware mode vertical sync end
221 * @crtc_vtotal: hardware mode vertical total size
226 * The horizontal and vertical timings are defined per the following diagram.
276 * - DRM_MODE_FLAG_PVSYNC: vertical sync is active high.
277 * - DRM_MODE_FLAG_NVSYNC: vertical sync is active low.