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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86gtf.c117 float vsync_plus_bp; local in function:xf86GTFMode
209 vsync_plus_bp = rint(MIN_VSYNC_PLUS_BP/h_period_est);
218 v_back_porch = vsync_plus_bp - V_SYNC_RQD;
227 total_v_lines = v_lines_rnd + top_margin + bottom_margin + vsync_plus_bp +
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86gtf.c112 float vsync_plus_bp; local in function:xf86GTFMode
204 vsync_plus_bp = rint(MIN_VSYNC_PLUS_BP / h_period_est);
213 v_back_porch = vsync_plus_bp - V_SYNC_RQD;
223 total_v_lines = v_lines_rnd + top_margin + bottom_margin + vsync_plus_bp +
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/utils/gtf/
H A Dgtf.c295 float vsync_plus_bp; local in function:vert_refresh
411 vsync_plus_bp = rint(MIN_VSYNC_PLUS_BP/h_period_est);
413 print_value(8, "[V SYNC+BP]", vsync_plus_bp);
423 v_back_porch = vsync_plus_bp - V_SYNC_RQD;
435 total_v_lines = v_lines_rnd + top_margin + bottom_margin + vsync_plus_bp +
/xsrc/external/mit/xorg-server/dist/hw/xfree86/utils/gtf/
H A Dgtf.c277 float vsync_plus_bp; local in function:vert_refresh
385 vsync_plus_bp = rint(MIN_VSYNC_PLUS_BP / h_period_est);
387 print_value(8, "[V SYNC+BP]", vsync_plus_bp);
396 v_back_porch = vsync_plus_bp - V_SYNC_RQD;
407 total_v_lines = v_lines_rnd + top_margin + bottom_margin + vsync_plus_bp +

Completed in 5 milliseconds