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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86gtf.c121 float h_period; local in function:xf86GTFMode
242 h_period = h_period_est / (v_field_rate_rqd / v_field_rate_est);
249 v_field_rate = 1.0 / h_period / total_v_lines * 1000000.0;
297 ideal_duty_cycle = C_PRIME - (M_PRIME * h_period / 1000.0);
326 pixel_freq = total_pixels / h_period;
333 h_freq = 1000.0 / h_period;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86gtf.c116 float h_period; local in function:xf86GTFMode
238 h_period = h_period_est / (v_field_rate_rqd / v_field_rate_est);
245 v_field_rate = 1.0 / h_period / total_v_lines * 1000000.0;
294 ideal_duty_cycle = C_PRIME - (M_PRIME * h_period / 1000.0);
323 pixel_freq = total_pixels / h_period;
330 h_freq = 1000.0 / h_period;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/utils/gtf/
H A Dgtf.c299 float h_period; local in function:vert_refresh
456 h_period = h_period_est / (v_field_rate_rqd / v_field_rate_est);
458 print_value(12, "[H PERIOD]", h_period);
466 v_field_rate = 1.0 / h_period / total_v_lines * 1000000.0;
529 ideal_duty_cycle = C_PRIME - (M_PRIME * h_period / 1000.0);
567 pixel_freq = total_pixels / h_period;
577 h_freq = 1000.0 / h_period;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/utils/gtf/
H A Dgtf.c281 float h_period; local in function:vert_refresh
426 h_period = h_period_est / (v_field_rate_rqd / v_field_rate_est);
428 print_value(12, "[H PERIOD]", h_period);
435 v_field_rate = 1.0 / h_period / total_v_lines * 1000000.0;
493 ideal_duty_cycle = C_PRIME - (M_PRIME * h_period / 1000.0);
528 pixel_freq = total_pixels / h_period;
537 h_freq = 1000.0 / h_period;

Completed in 5 milliseconds