Lines Matching full:horizontal
50 * @MODE_H_ILLEGAL: mode has illegal horizontal timings
65 * @MODE_BAD_HVALUE: horizontal timing was out of range
68 * @MODE_HSYNC_NARROW: horizontal sync too narrow
69 * @MODE_HSYNC_WIDE: horizontal sync too wide
70 * @MODE_HBLANK_NARROW: horizontal blanking too narrow
71 * @MODE_HBLANK_WIDE: horizontal blanking too wide
143 * @hd: Horizontal resolution, width
174 * @hdisplay: horizontal display size
175 * @hsync_start: horizontal sync start
176 * @hsync_end: horizontal sync end
177 * @htotal: horizontal total size
178 * @hskew: horizontal skew?!
184 * @crtc_hdisplay: hardware mode horizontal display size
185 * @crtc_hblank_start: hardware mode horizontal blank start
186 * @crtc_hblank_end: hardware mode horizontal blank end
187 * @crtc_hsync_start: hardware mode horizontal sync start
188 * @crtc_hsync_end: hardware mode horizontal sync end
189 * @crtc_htotal: hardware mode horizontal total size
190 * @crtc_hskew: hardware mode horizontal skew?!
198 * The horizontal and vertical timings are defined per the following diagram.
246 * - DRM_MODE_FLAG_PHSYNC: horizontal sync is active high.
247 * - DRM_MODE_FLAG_NHSYNC: horizontal sync is active low.