Lines Matching defs:vsync
82 /* use +hsync +vsync for detailed mode */
2566 /* it is incorrect if hsync/vsync width is zero */
2569 "Wrong Hsync/Vsync pulse width\n");
2659 int vsync, vmin, vmax;
2667 vsync = drm_mode_vrefresh(mode);
2669 return (vsync <= vmax && vsync >= vmin);
5036 unsigned vsync = (timings->vsync[0] | (timings->vsync[1] & 0x7f) << 8) + 1;
5039 bool vsync_positive = (timings->vsync[1] >> 7) & 0x1;
5051 mode->vsync_start = mode->vdisplay + vsync;