Lines Matching refs:vtotal
59 mode->vsync_end, mode->vtotal, mode->type, mode->flags); in drm_mode_debug_printmodeline()
195 drm_mode->vtotal = vdisplay_rnd + 2 * vmargin + in drm_cvt_mode()
251 drm_mode->vtotal = vdisplay_rnd + 2 * vmargin + vbilines; in drm_cvt_mode()
267 drm_mode->vtotal *= 2; in drm_cvt_mode()
450 drm_mode->vtotal = vtotal_lines; in drm_gtf_mode_complex()
455 drm_mode->vtotal *= 2; in drm_gtf_mode_complex()
521 dmode->vtotal = dmode->vsync_end + vm->vback_porch; in drm_display_mode_from_videomode()
707 else if (mode->htotal > 0 && mode->vtotal > 0) { in drm_mode_vrefresh()
708 int vtotal; in drm_mode_vrefresh() local
709 vtotal = mode->vtotal; in drm_mode_vrefresh()
713 refresh = (calc_val + vtotal / 2) / vtotal; in drm_mode_vrefresh()
749 p->crtc_vtotal = p->vtotal; in drm_mode_set_crtcinfo()
879 mode1->vtotal == mode2->vtotal && in drm_mode_equal_no_clocks()