Searched refs:total_v_lines (Results 1 – 3 of 3) sorted by relevance
114 float total_v_lines; in xf86GTFMode() local223 total_v_lines = v_lines_rnd + top_margin + bottom_margin + vsync_plus_bp + in xf86GTFMode()231 v_field_rate_est = 1.0 / h_period_est / total_v_lines * 1000000.0; in xf86GTFMode()245 v_field_rate = 1.0 / h_period / total_v_lines * 1000000.0; in xf86GTFMode()369 mode->VTotal = (int) (total_v_lines); in xf86GTFMode()
279 float total_v_lines; in vert_refresh() local407 total_v_lines = v_lines_rnd + top_margin + bottom_margin + vsync_plus_bp + in vert_refresh()410 print_value(10, "[TOTAL V LINES]", total_v_lines); in vert_refresh()417 v_field_rate_est = 1.0 / h_period_est / total_v_lines * 1000000.0; in vert_refresh()435 v_field_rate = 1.0 / h_period / total_v_lines * 1000000.0; in vert_refresh()585 m->vfl = (int) (total_v_lines); in vert_refresh()
1699 u32 total_v_lines; in valid_cvt_gtf_timings() local1707 total_v_lines = V4L2_DV_BT_FRAME_HEIGHT(bt); in valid_cvt_gtf_timings()1712 if (v4l2_detect_cvt(total_v_lines, h_freq, bt->vsync, bt->width, in valid_cvt_gtf_timings()1723 if (v4l2_detect_gtf(total_v_lines, h_freq, bt->vsync, in valid_cvt_gtf_timings()