Searched refs:HaveCustomModes (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| H A D | sis_utility.c | 387 if(SiS_CheckModeCRT1(pScrn, mode, vbflags, pSiS->HaveCustomModes) < 0x14) { 448 Bool hcm = pSiS->HaveCustomModes; 628 Bool hcm = pSiS->HaveCustomModes; 682 hcm = pSiS->HaveCustomModes;
|
| H A D | sis_driver.c | 6319 pSiS->HaveCustomModes = FALSE; 6321 isfordvi, &pSiS->HaveCustomModes, FALSE, IsForCRT2)) { 6324 pSiS->HaveCustomModes ? "default" : "entire"); 6347 pSiS->HaveCustomModes = TRUE; 10129 if(SiS_CheckModeCRT1(pScrn, mode, pSiS->VBFlags, pSiS->HaveCustomModes) < 0x14) 10132 if(SiS_CheckModeCRT2(pScrn, mode, pSiS->VBFlags, pSiS->HaveCustomModes) < 0x14) 10141 if(SiS_CheckModeCRT1(pScrn, mode, pSiS->VBFlags, pSiS->HaveCustomModes) < 0x14) 10149 pSiS->VBFlags, pSiS->HaveCustomModes) < 0x14) 10159 if(SiS_CheckModeCRT1(pScrn, mode, pSiS->VBFlags, pSiS->HaveCustomModes) < 0x14) 10162 if(SiS_CheckModeCRT2(pScrn, mode, pSiS->VBFlags, pSiS->HaveCustomModes) < [all...] |
| H A D | sis.h | 1313 Bool HaveCustomModes; member in struct:__anon2d7f85d00508
|
| /xsrc/external/mit/xf86-video-xgi/dist/src/ |
| H A D | xgi.h | 751 BOOLEAN HaveCustomModes; /* Jong 07/27/2009; support customer modes */ member in struct:__anon348028e20508
|
| H A D | xgi_driver.c | 5861 if( !((pXGI->HaveCustomModes) && (!(mode->type & M_T_DEFAULT))) ) 5886 pXGI->HaveCustomModes = TRUE;
|
Completed in 39 milliseconds