Lines Matching refs:irefresh
6546 int irefresh;
6552 irefresh = XGICalcVRate(mode);
6553 if (!irefresh) {
6561 xf86DrvMsg(0, X_INFO, "Debug: CalcVRate returned %d\n", irefresh);
6566 irefresh /= 2;
6571 xf86DrvMsg(0, X_INFO, "Debug: Rate after correction = %d\n", irefresh);
6579 if (xgix_vrate[i].refresh == irefresh) {
6583 else if (xgix_vrate[i].refresh > irefresh) {
6584 if ((xgix_vrate[i].refresh - irefresh) <= 3) {
6589 && ((irefresh - xgix_vrate[i - 1].refresh) <= 2)
6595 else if ((irefresh - xgix_vrate[i].refresh) <= 2) {