Lines Matching refs:vtotal
55 mode->vsync_end, mode->vtotal, mode->type, mode->flags); in drm_mode_debug_printmodeline()
189 drm_mode->vtotal = vdisplay_rnd + 2 * vmargin + in drm_cvt_mode()
245 drm_mode->vtotal = vdisplay_rnd + 2 * vmargin + vbilines; in drm_cvt_mode()
261 drm_mode->vtotal *= 2; in drm_cvt_mode()
430 drm_mode->vtotal = vtotal_lines; in drm_gtf_mode_complex()
435 drm_mode->vtotal *= 2; in drm_gtf_mode_complex()
619 else if (mode->htotal > 0 && mode->vtotal > 0) { in drm_mode_vrefresh()
620 int vtotal; in drm_mode_vrefresh() local
621 vtotal = mode->vtotal; in drm_mode_vrefresh()
625 refresh = (calc_val + vtotal / 2) / vtotal; in drm_mode_vrefresh()
661 p->crtc_vtotal = p->vtotal; in drm_mode_set_crtcinfo()
771 mode1->vtotal == mode2->vtotal && in drm_mode_equal()