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

  /src/sys/dev/videomode/
vesagtf.c 223 uint64_t h_period_est; local in function:vesagtf_mode_params
345 h_period_est = DIVIDE(((DIVIDE(2000000000000ULL, v_field_rqd)) -
349 print_value(7, "[H PERIOD EST (ps)]", h_period_est);
356 * But recall that h_period_est is in psec. So multiply by 1000000.
359 vsync_plus_bp = DIVIDE(params->min_vsbp * 1000000, h_period_est);
403 v_field_est = DIVIDE(DIVIDE(1000000000000000ULL, h_period_est),
414 h_period = DIVIDE(h_period_est * v_field_est, v_field_rqd * 1000);
vesagtf.c 223 uint64_t h_period_est; local in function:vesagtf_mode_params
345 h_period_est = DIVIDE(((DIVIDE(2000000000000ULL, v_field_rqd)) -
349 print_value(7, "[H PERIOD EST (ps)]", h_period_est);
356 * But recall that h_period_est is in psec. So multiply by 1000000.
359 vsync_plus_bp = DIVIDE(params->min_vsbp * 1000000, h_period_est);
403 v_field_est = DIVIDE(DIVIDE(1000000000000000ULL, h_period_est),
414 h_period = DIVIDE(h_period_est * v_field_est, v_field_rqd * 1000);

Completed in 52 milliseconds