Lines Matching defs:refresh
458 double refresh, bestRefresh = 0.0;
540 * otherwise record the refresh and continue looking.
551 refresh = xf86ModeVRefresh(p);
553 refresh /= INTERLACE_REFRESH_WEIGHT;
554 if (refresh > bestRefresh) {
559 bestRefresh = refresh;
592 refresh = xf86ModeVRefresh(p);
594 refresh /= INTERLACE_REFRESH_WEIGHT;
595 if (refresh > bestRefresh) {
602 bestRefresh = refresh;
739 /* Now see whether we ran out of refresh ranges without finding a match */
908 * effect as if we do if (flags & V_INTERLACE) refresh *= 2.0
2067 float hsync, refresh = 0;
2084 refresh = xf86ModeVRefresh(p);
2106 if (hsync == 0 || refresh == 0) {
2118 hsync, refresh, desc, desc2);
2124 p->SynthClock / 1000.0, hsync, refresh, desc, desc2);
2126 if (hsync != 0 && refresh != 0)