Searched refs:CRT2VRefresh (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_opt.c282 { 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 Dsis.h1436 char *CRT2VRefresh; member in struct:__anon2d7f85d00508
H A Dsis_driver.c368 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 Dxgi.h863 char * CRT2VRefresh; member in struct:__anon348028e20508
H A Dxgi_opt.c156 { OPTION_CRT2VREFRESH, "CRT2VRefresh", OPTV_STRING, {0}, FALSE },
261 pXGI->CRT2VRefresh = NULL;
H A Dxgi_driver.c2483 if (!pXGI->CRT2VRefresh) {

Completed in 35 milliseconds