Lines Matching refs:vsync_start
59 mode->vdisplay, mode->vsync_start,
227 drm_mode->vsync_start = drm_mode->vdisplay + CVT_MIN_V_PORCH;
228 drm_mode->vsync_end = drm_mode->vsync_start + vsync;
259 drm_mode->vsync_start = drm_mode->vdisplay + CVT_RB_VFPORCH;
260 drm_mode->vsync_end = drm_mode->vsync_start + vsync;
451 drm_mode->vsync_start = vdisplay_rnd + vodd_front_porch_lines;
452 drm_mode->vsync_end = drm_mode->vsync_start + V_SYNC_RQD;
520 dmode->vsync_start = dmode->vdisplay + vm->vfront_porch;
521 dmode->vsync_end = dmode->vsync_start + vm->vsync_len;
742 p->crtc_vsync_start = p->vsync_start;
869 mode1->vsync_start == mode2->vsync_start &&