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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86gtf.c134 float h_front_porch; local in function:xf86GTFMode
355 h_front_porch = (h_blank / 2.0) - h_sync;
367 mode->HSyncStart = (int) (h_pixels_rnd + h_front_porch);
368 mode->HSyncEnd = (int) (h_pixels_rnd + h_front_porch + h_sync);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86gtf.c129 float h_front_porch; local in function:xf86GTFMode
351 h_front_porch = (h_blank / 2.0) - h_sync;
363 mode->HSyncStart = (int) (h_pixels_rnd + h_front_porch);
364 mode->HSyncEnd = (int) (h_pixels_rnd + h_front_porch + h_sync);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/utils/gtf/
H A Dgtf.c312 float h_front_porch; local in function:vert_refresh
606 h_front_porch = (h_blank / 2.0) - h_sync;
608 print_value(18, "[H FRONT PORCH (PIXELS)]", h_front_porch);
624 m->hss = (int) (h_pixels_rnd + h_front_porch);
625 m->hse = (int) (h_pixels_rnd + h_front_porch + h_sync);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/utils/gtf/
H A Dgtf.c294 float h_front_porch; local in function:vert_refresh
562 h_front_porch = (h_blank / 2.0) - h_sync;
564 print_value(18, "[H FRONT PORCH (PIXELS)]", h_front_porch);
578 m->hss = (int) (h_pixels_rnd + h_front_porch);
579 m->hse = (int) (h_pixels_rnd + h_front_porch + h_sync);

Completed in 7 milliseconds