Searched refs:RamDac (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/xf86-video-glint/dist/src/
H A Dglint_driver.c805 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 DIBMramdac.c123 (*pGlint->RamDac->HWCursorInit)(infoPtr);
H A Dpm_dac.c94 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 Dtx_dac.c180 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 DTIramdac.c148 (*pGlint->RamDac->HWCursorInit)(infoPtr);
H A Dglint.h90 RamDacHelperRecPtr RamDac; member in struct:__anon125efece0308
/xsrc/external/mit/xf86-video-tga/dist/src/
H A Dtga_driver.c818 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 Dtga_dac.c740 if (pTga->RamDac != NULL) { /* this really means 8-bit and BT485 */
752 (*pTga->RamDac->SetBpp)(pScrn, ramdacReg);
H A Dtga.h54 RamDacHelperRecPtr RamDac; member in struct:__anon1a35ed4a0208
/xsrc/external/mit/xf86-video-s3/dist/src/
H A Ds3_driver.c627 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 Ds3_Ti.c185 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 Ds3_GENDAC.c148 pS3->RamDac = RamDacHelperCreateInfoRec();
149 pS3->RamDac->RamDacType = found;
H A Ds3_Trio64DAC.c50 pS3->RamDac = RamDacHelperCreateInfoRec();
51 pS3->RamDac->RamDacType = TRIO64_RAMDAC;
H A Ds3.h153 RamDacHelperRecPtr RamDac; member in struct:_S3Rec
H A Ds3_IBMRGB.c137 pS3->RamDac = IBMramdacProbe(pScrn, S3IBMRamdacs);
138 if (pS3->RamDac)

Completed in 14 milliseconds