Home
last modified time | relevance | path

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

/drivers/gpu/drm/
Ddrm_modes.c327 unsigned int vtotal_lines, vfieldrate_est, hperiod; in drm_gtf_mode_complex() local
391 vtotal_lines = vdisplay_rnd + top_margin + bottom_margin + in drm_gtf_mode_complex()
394 vfieldrate_est = hfreq_est / vtotal_lines; in drm_gtf_mode_complex()
396 hperiod = 1000000 / (vfieldrate_rqd * vtotal_lines); in drm_gtf_mode_complex()
399 vfield_rate = hfreq_est / vtotal_lines; in drm_gtf_mode_complex()
450 drm_mode->vtotal = vtotal_lines; in drm_gtf_mode_complex()