Searched refs:RamDac (Results 1 - 15 of 15) sorted by relevance
| /xsrc/external/mit/xf86-video-glint/dist/src/ |
| H A D | glint_driver.c | 805 pGlint->RamDac = TIramdacProbe(pScrn, TIRamdacs); 830 pGlint->RamDac = IBMramdacProbe(pScrn, IBMRamdacs); 1160 pGlint->RamDac = NULL; 1633 if (!pGlint->RamDac) { 1635 if (pGlint->RamDac) 1636 if (pGlint->RamDac->RamDacType == (TI3026_RAMDAC)) 1640 if (!pGlint->RamDac) { 1642 if (pGlint->RamDac) { 1643 if (pGlint->RamDac->RamDacType == (IBM526DB_RAMDAC) || 1644 pGlint->RamDac [all...] |
| H A D | IBMramdac.c | 123 (*pGlint->RamDac->HWCursorInit)(infoPtr);
|
| H A D | pm_dac.c | 94 switch(pGlint->RamDac->RamDacType) { 151 if (pGlint->RamDac->RamDacType == (TI3026_RAMDAC)) 175 (*pGlint->RamDac->SetBpp)(pScrn, ramdacReg); 179 if (pGlint->RamDac->RamDacType == (TI3026_RAMDAC))
|
| H A D | tx_dac.c | 180 switch (pGlint->RamDac->RamDacType) { 266 if (pGlint->RamDac->RamDacType == (TI3026_RAMDAC)) 287 if (pGlint->RamDac->RamDacType == (TI3030_RAMDAC)) 293 (*pGlint->RamDac->SetBpp)(pScrn, ramdacReg);
|
| H A D | TIramdac.c | 148 (*pGlint->RamDac->HWCursorInit)(infoPtr);
|
| H A D | glint.h | 90 RamDacHelperRecPtr RamDac; member in struct:__anon125efece0308
|
| /xsrc/external/mit/xf86-video-tga/dist/src/ |
| H A D | tga_driver.c | 818 pTga->RamDac = NULL; 822 pTga->RamDac = NULL; 853 pTga->RamDac = BTramdacProbe(pScrn, BTramdacs); 857 if (pTga->RamDac == NULL) 1204 if (pTga->RamDac) { /* must be BT485... */ 1207 (*pTga->RamDac->Save)(pScrn, pTga->RamDacRec, BTreg); 1241 if (pTga->Chipset == PCI_CHIP_TGA2 && pTga->RamDac == NULL) 1252 if (pTga->RamDac != NULL) { 1255 (*pTga->RamDac->Restore)(pScrn, pTga->RamDacRec, BTreg); 1293 if (pTga->RamDac ! [all...] |
| H A D | tga_dac.c | 740 if (pTga->RamDac != NULL) { /* this really means 8-bit and BT485 */ 752 (*pTga->RamDac->SetBpp)(pScrn, ramdacReg);
|
| H A D | tga.h | 54 RamDacHelperRecPtr RamDac; member in struct:__anon1a35ed4a0208
|
| /xsrc/external/mit/xf86-video-s3/dist/src/ |
| H A D | s3_driver.c | 627 if (pS3->RamDac->RamDacType == GENDAC_RAMDAC) { 693 pS3->RamDac->SetBpp = IBMramdac526SetBppWeak(); 733 if (pS3->RamDac == NULL) { 1068 if (pS3->RamDac->RamDacType == TI3025_RAMDAC) { 1112 if (pS3->RamDac->RamDacType == TI3025_RAMDAC) 1357 if (pS3->RamDac->RamDacType == TI3025_RAMDAC) { 1440 if ((pS3->RamDac->RamDacType == IBM524_RAMDAC) || 1441 (pS3->RamDac->RamDacType == IBM524A_RAMDAC) || 1442 (pS3->RamDac->RamDacType == TI3025_RAMDAC)) 1444 else if (pS3->RamDac [all...] |
| H A D | s3_Ti.c | 185 pS3->RamDac = RamDacHelperCreateInfoRec(); 186 pS3->RamDac->RamDacType = found; 200 if (pS3->RamDac->RamDacType == TI3025_RAMDAC) { 228 if (pS3->RamDac->RamDacType == TI3025_RAMDAC) { 284 if (pS3->RamDac->RamDacType == TI3025_RAMDAC) {
|
| H A D | s3_GENDAC.c | 148 pS3->RamDac = RamDacHelperCreateInfoRec(); 149 pS3->RamDac->RamDacType = found;
|
| H A D | s3_Trio64DAC.c | 50 pS3->RamDac = RamDacHelperCreateInfoRec(); 51 pS3->RamDac->RamDacType = TRIO64_RAMDAC;
|
| H A D | s3.h | 153 RamDacHelperRecPtr RamDac; member in struct:_S3Rec
|
| H A D | s3_IBMRGB.c | 137 pS3->RamDac = IBMramdacProbe(pScrn, S3IBMRamdacs); 138 if (pS3->RamDac)
|
Completed in 14 milliseconds