Lines Matching refs:vrefresh
62 if (mode->VRefresh > 0.0)
63 refresh = mode->VRefresh;
384 mode->name, mode->VRefresh, mode->Clock / 1000.,
460 * hsync and vrefresh ranges.
487 mon->vrefresh[i].lo * (1 - SYNC_TOLERANCE) &&
489 mon->vrefresh[i].hi * (1 + SYNC_TOLERANCE)) {
798 * Generate a CVT standard mode from HDisplay, VDisplay and VRefresh.
801 xf86CVTMode(int HDisplay, int VDisplay, float VRefresh, Bool Reduced,
809 libxcvt_gen_mode_info(HDisplay, VDisplay, VRefresh, Reduced, Interlaced);
823 Mode->VRefresh = libxcvt_mode_info->vrefresh;