Lines Matching refs:refresh
461 double refresh, bestRefresh = 0.0;
547 * otherwise record the refresh and continue looking.
558 refresh = xf86ModeVRefresh(p);
560 refresh /= INTERLACE_REFRESH_WEIGHT;
561 if (refresh > bestRefresh) {
566 bestRefresh = refresh;
600 refresh = xf86ModeVRefresh(p);
602 refresh /= INTERLACE_REFRESH_WEIGHT;
603 if (refresh > bestRefresh) {
610 bestRefresh = refresh;
750 /* Now see whether we ran out of refresh ranges without finding a match */
911 * effect as if we do if (flags & V_INTERLACE) refresh *= 2.0
2060 float hsync, refresh = 0;
2076 refresh = xf86ModeVRefresh(p);
2098 if (hsync == 0 || refresh == 0) {
2111 hsync, refresh, desc, desc2);
2118 p->SynthClock / 1000.0, hsync, refresh, desc, desc2);
2120 if (hsync != 0 && refresh != 0)