Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/
H A Ddrm_modes.c868 unsigned int hfreq_est; in drm_gtf_mode_complex() local
928 hfreq_est = (tmp2 * 1000 * vfieldrate_rqd) / tmp1; in drm_gtf_mode_complex()
933 vsync_plus_bp = MIN_VSYNC_PLUS_BP * hfreq_est / 1000; in drm_gtf_mode_complex()
941 vfieldrate_est = hfreq_est / vtotal_lines; in drm_gtf_mode_complex()
946 vfield_rate = hfreq_est / vtotal_lines; in drm_gtf_mode_complex()
965 (GTF_M_PRIME * 1000000 / hfreq_est); in drm_gtf_mode_complex()
975 pixel_freq = total_pixels * hfreq_est / 1000; in drm_gtf_mode_complex()