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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86gtf.c119 float total_v_lines; local in function:xf86GTFMode
227 total_v_lines = v_lines_rnd + top_margin + bottom_margin + vsync_plus_bp +
235 v_field_rate_est = 1.0 / h_period_est / total_v_lines * 1000000.0;
249 v_field_rate = 1.0 / h_period / total_v_lines * 1000000.0;
373 mode->VTotal = (int) (total_v_lines);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86gtf.c114 float total_v_lines; local in function:xf86GTFMode
223 total_v_lines = v_lines_rnd + top_margin + bottom_margin + vsync_plus_bp +
231 v_field_rate_est = 1.0 / h_period_est / total_v_lines * 1000000.0;
245 v_field_rate = 1.0 / h_period / total_v_lines * 1000000.0;
369 mode->VTotal = (int) (total_v_lines);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/utils/gtf/
H A Dgtf.c297 float total_v_lines; local in function:vert_refresh
435 total_v_lines = v_lines_rnd + top_margin + bottom_margin + vsync_plus_bp +
438 print_value(10, "[TOTAL V LINES]", total_v_lines);
446 v_field_rate_est = 1.0 / h_period_est / total_v_lines * 1000000.0;
466 v_field_rate = 1.0 / h_period / total_v_lines * 1000000.0;
631 m->vfl = (int) (total_v_lines);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/utils/gtf/
H A Dgtf.c279 float total_v_lines; local in function:vert_refresh
407 total_v_lines = v_lines_rnd + top_margin + bottom_margin + vsync_plus_bp +
410 print_value(10, "[TOTAL V LINES]", total_v_lines);
417 v_field_rate_est = 1.0 / h_period_est / total_v_lines * 1000000.0;
435 v_field_rate = 1.0 / h_period / total_v_lines * 1000000.0;
585 m->vfl = (int) (total_v_lines);

Completed in 5 milliseconds