Searched refs:v_odd_front_porch_lines (Results 1 – 2 of 2) sorted by relevance
130 float v_odd_front_porch_lines; in xf86GTFMode() local358 v_odd_front_porch_lines = MIN_PORCH + interlace; in xf86GTFMode()367 mode->VSyncStart = (int) (v_lines_rnd + v_odd_front_porch_lines); in xf86GTFMode()368 mode->VSyncEnd = (int) (v_lines_rnd + v_odd_front_porch_lines + V_SYNC_RQD); in xf86GTFMode()
295 float v_odd_front_porch_lines; in vert_refresh() local571 v_odd_front_porch_lines = MIN_PORCH + interlace; in vert_refresh()573 print_value(36, "[V ODD FRONT PORCH(LINES)]", v_odd_front_porch_lines); in vert_refresh()583 m->vss = (int) (v_lines_rnd + v_odd_front_porch_lines); in vert_refresh()584 m->vse = (int) (int) (v_lines_rnd + v_odd_front_porch_lines + V_SYNC_RQD); in vert_refresh()