Lines Matching refs:vtotal
58 mode->vsync_end, mode->vtotal, mode->type, mode->flags); in drm_mode_debug_printmodeline()
258 drm_mode->vtotal = vdisplay_rnd + 2 * vmargin + in drm_cvt_mode()
314 drm_mode->vtotal = vdisplay_rnd + 2 * vmargin + vbilines; in drm_cvt_mode()
330 drm_mode->vtotal *= 2; in drm_cvt_mode()
515 drm_mode->vtotal = vtotal_lines; in drm_gtf_mode_complex()
520 drm_mode->vtotal *= 2; in drm_gtf_mode_complex()
595 dmode->vtotal = dmode->vsync_end + vm->vback_porch; in drm_display_mode_from_videomode()
711 else if (mode->htotal > 0 && mode->vtotal > 0) { in drm_mode_vrefresh()
712 int vtotal; in drm_mode_vrefresh() local
713 vtotal = mode->vtotal; in drm_mode_vrefresh()
717 refresh = (calc_val + vtotal / 2) / vtotal; in drm_mode_vrefresh()
757 p->crtc_vtotal = p->vtotal; in drm_mode_set_crtcinfo()
898 mode1->vtotal == mode2->vtotal && in drm_mode_equal_no_clocks_no_stereo()