HomeSort by: relevance | last modified time | path
    Searched defs:hperiod (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/
drm_modes.c 166 unsigned int vfieldrate, hperiod; local in function:drm_cvt_mode
253 hperiod = tmp1 * 2 / (tmp2 * vfieldrate);
255 tmp1 = CVT_MIN_VSYNC_BP * HV_FACTOR / hperiod + 1;
279 hperiod / 1000;
312 hperiod = tmp1 / (tmp2 * vfieldrate);
314 vbilines = CVT_RB_MIN_VBLANK * HV_FACTOR / hperiod + 1;
332 do_div(tmp, hperiod);
401 unsigned int __maybe_unused hperiod; local in function:drm_gtf_mode_complex
473 hperiod = 1000000 / (vfieldrate_rqd * vtotal_lines);
drm_modes.c 166 unsigned int vfieldrate, hperiod; local in function:drm_cvt_mode
253 hperiod = tmp1 * 2 / (tmp2 * vfieldrate);
255 tmp1 = CVT_MIN_VSYNC_BP * HV_FACTOR / hperiod + 1;
279 hperiod / 1000;
312 hperiod = tmp1 / (tmp2 * vfieldrate);
314 vbilines = CVT_RB_MIN_VBLANK * HV_FACTOR / hperiod + 1;
332 do_div(tmp, hperiod);
401 unsigned int __maybe_unused hperiod; local in function:drm_gtf_mode_complex
473 hperiod = 1000000 / (vfieldrate_rqd * vtotal_lines);

Completed in 49 milliseconds