Lines Matching refs:vrefresh
793 Monitor->vrefresh[0].lo = 1024.0;
794 Monitor->vrefresh[0].hi = 0.0;
800 if (!Mode->VRefresh)
801 Mode->VRefresh = (1000.0 * ((float) Mode->Clock)) /
810 if (Mode->VRefresh < Monitor->vrefresh[0].lo)
811 Monitor->vrefresh[0].lo = Mode->VRefresh;
813 if (Mode->VRefresh > Monitor->vrefresh[0].hi)
814 Monitor->vrefresh[0].hi = Mode->VRefresh;
1146 p->Monitor->vrefresh[p->Monitor->nVrefresh].lo =
1148 p->Monitor->vrefresh[p->Monitor->nVrefresh].hi =
1154 "Using vrefresh ranges from config file\n");