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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86gtf.c135 float v_odd_front_porch_lines; local in function:xf86GTFMode
362 v_odd_front_porch_lines = MIN_PORCH + interlace;
371 mode->VSyncStart = (int) (v_lines_rnd + v_odd_front_porch_lines);
372 mode->VSyncEnd = (int) (v_lines_rnd + v_odd_front_porch_lines + V_SYNC_RQD);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86gtf.c130 float v_odd_front_porch_lines; local in function:xf86GTFMode
358 v_odd_front_porch_lines = MIN_PORCH + interlace;
367 mode->VSyncStart = (int) (v_lines_rnd + v_odd_front_porch_lines);
368 mode->VSyncEnd = (int) (v_lines_rnd + v_odd_front_porch_lines + V_SYNC_RQD);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/utils/gtf/
H A Dgtf.c313 float v_odd_front_porch_lines; local in function:vert_refresh
616 v_odd_front_porch_lines = MIN_PORCH + interlace;
618 print_value(36, "[V ODD FRONT PORCH(LINES)]", v_odd_front_porch_lines);
629 m->vss = (int) (v_lines_rnd + v_odd_front_porch_lines);
630 m->vse = (int) (int) (v_lines_rnd + v_odd_front_porch_lines + V_SYNC_RQD);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/utils/gtf/
H A Dgtf.c295 float v_odd_front_porch_lines; local in function:vert_refresh
571 v_odd_front_porch_lines = MIN_PORCH + interlace;
573 print_value(36, "[V ODD FRONT PORCH(LINES)]", v_odd_front_porch_lines);
583 m->vss = (int) (v_lines_rnd + v_odd_front_porch_lines);
584 m->vse = (int) (int) (v_lines_rnd + v_odd_front_porch_lines + V_SYNC_RQD);

Completed in 5 milliseconds