Home | History | Annotate | Download | only in modes

Lines Matching refs:vrefresh

779     Monitor->vrefresh[0].lo = 1024.0;
780 Monitor->vrefresh[0].hi = 0.0;
786 if (!Mode->VRefresh)
787 Mode->VRefresh = (1000.0 * ((float) Mode->Clock)) /
796 if (Mode->VRefresh < Monitor->vrefresh[0].lo)
797 Monitor->vrefresh[0].lo = Mode->VRefresh;
799 if (Mode->VRefreshvrefresh[0].hi)
800 Monitor->vrefresh[0].hi = Mode->VRefresh;
1138 p->Monitor->vrefresh[p->Monitor->nVrefresh].lo =
1140 p->Monitor->vrefresh[p->Monitor->nVrefresh].hi =
1145 "Using vrefresh ranges from config file\n");