Searched refs:CRT2VRefresh (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| H A D | sis_opt.c | 282 { OPTION_CRT2VREFRESH, "CRT2VRefresh", OPTV_STRING, {0}, FALSE }, 588 pSiS->CRT2VRefresh = NULL; 960 pSiS->CRT2VRefresh = malloc(strlen(strptr) + 1); 961 if(pSiS->CRT2VRefresh) memcpy(pSiS->CRT2VRefresh, strptr, strlen(strptr) + 1);
|
| H A D | sis.h | 1436 char *CRT2VRefresh; member in struct:__anon2d7f85d00508
|
| H A D | sis_driver.c | 368 if(pSiS->CRT2VRefresh) free(pSiS->CRT2VRefresh); 369 pSiS->CRT2VRefresh = NULL; 6107 if(pSiS->CRT2VRefresh) { 6109 SiSStrToRanges(pSiS->CRT2pScrn->monitor->vrefresh, pSiS->CRT2VRefresh, MAX_VREFRESH); 6123 if(!pSiS->CRT2VRefresh) {
|
| /xsrc/external/mit/xf86-video-xgi/dist/src/ |
| H A D | xgi.h | 863 char * CRT2VRefresh; member in struct:__anon348028e20508
|
| H A D | xgi_opt.c | 156 { OPTION_CRT2VREFRESH, "CRT2VRefresh", OPTV_STRING, {0}, FALSE }, 261 pXGI->CRT2VRefresh = NULL;
|
| H A D | xgi_driver.c | 2483 if (!pXGI->CRT2VRefresh) {
|
Completed in 35 milliseconds