Searched refs:irefresh (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_driver.c6546 int irefresh; local in function:XGIInternalDDC
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
[all...]
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_driver.c13855 int i = 0, irefresh; local in function:SISSearchCRT1Rate
13863 irefresh = (int)SiSCalcVRate(mode);
13864 if(!irefresh) return defindex;
13883 xf86DrvMsg(0, X_INFO, "Debug: CalcVRate returned %d\n", irefresh);
13887 if(mode->Flags & V_INTERLACE) irefresh /= 2;
13892 xf86DrvMsg(0, X_INFO, "Debug: Rate after correction = %d\n", irefresh);
13899 if(sisx_vrate[i].refresh == irefresh) {
13902 } else if(sisx_vrate[i].refresh > irefresh) {
13903 if((sisx_vrate[i].refresh - irefresh) <= 3) {
13906 ((irefresh
[all...]

Completed in 46 milliseconds