Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_modes.c390 unsigned int vtotal_lines, __maybe_unused vfieldrate_est; in drm_gtf_mode_complex() local
462 vtotal_lines = vdisplay_rnd + top_margin + bottom_margin + vsync_plus_bp + GTF_MIN_V_PORCH; in drm_gtf_mode_complex()
464 vfieldrate_est = hfreq_est / vtotal_lines; in drm_gtf_mode_complex()
466 hperiod = 0xf4240 / (vfieldrate_rqd * vtotal_lines); in drm_gtf_mode_complex()
469 vfield_rate = hfreq_est / vtotal_lines; in drm_gtf_mode_complex()
519 drm_mode->vtotal = vtotal_lines; in drm_gtf_mode_complex()

Completed in 4 milliseconds