Lines Matching refs:vtotal
1860 mode->vtotal = va + vbl; in decode_mode()
1878 mode->vtotal, vborder); in decode_mode()
1940 } else if (mode->htotal > 0 && mode->vtotal > 0) { in drm_get_vrefresh()
1941 int vtotal; in drm_get_vrefresh() local
1943 vtotal = mode->vtotal; in drm_get_vrefresh()
1947 refresh = (calc_val + vtotal / 2) / vtotal; in drm_get_vrefresh()
2434 drm_mode->vtotal = vdisplay_rnd + 2 * vmargin + in drm_cvt_mode()
2490 drm_mode->vtotal = vdisplay_rnd + 2 * vmargin + vbilines; in drm_cvt_mode()
2506 drm_mode->vtotal *= 2; in drm_cvt_mode()
3853 mode->vtotal *= 2; in drm_mode_do_interlace_quirk()
3854 mode->vtotal |= 1; in drm_mode_do_interlace_quirk()
3936 mode->vtotal = mode->vdisplay + vblank; in drm_mode_detailed()
3941 if (mode->vsync_end > mode->vtotal) in drm_mode_detailed()
3942 mode->vtotal = mode->vsync_end + 1; in drm_mode_detailed()
4014 mode1->vtotal == mode2->vtotal && in drm_mode_equal_no_clocks_no_stereo()
4592 drm_mode->vtotal = vtotal_lines; in drm_gtf_mode_complex()
4597 drm_mode->vtotal *= 2; in drm_gtf_mode_complex()
5090 mode->vtotal = mode->vdisplay + vblank; in drm_displayid_detailed()
6915 mode->vtotal = base_mode->vtotal; in drm_display_mode_convert()