Home
last modified time | relevance | path

Searched refs:vtotal_lines (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/
H A Ddrm_modes.c870 unsigned int vtotal_lines, __maybe_unused vfieldrate_est; in drm_gtf_mode_complex() local
938 vtotal_lines = vdisplay_rnd + top_margin + bottom_margin + in drm_gtf_mode_complex()
941 vfieldrate_est = hfreq_est / vtotal_lines; in drm_gtf_mode_complex()
943 hperiod = 1000000 / (vfieldrate_rqd * vtotal_lines); in drm_gtf_mode_complex()
946 vfield_rate = hfreq_est / vtotal_lines; in drm_gtf_mode_complex()
997 drm_mode->vtotal = vtotal_lines; in drm_gtf_mode_complex()
/openbmc/qemu/hw/display/
H A Dvga.c198 int vtotal_lines; in vga_precise_update_retrace_info() local
217 vtotal_lines = (s->cr[VGA_CRTC_V_TOTAL] | in vga_precise_update_retrace_info()
233 r->total_chars = vtotal_lines * htotal_chars; in vga_precise_update_retrace_info()
270 vtotal_lines, in vga_precise_update_retrace_info()