Lines Matching refs:pGlint
81 GLINTPtr pGlint = GLINTPTR(pScrn);
105 GLINTPtr pGlint = GLINTPTR(pScrn);
123 if (!xf86IsPrimaryPci(pGlint->PciInfo)) {
137 GLINTPtr pGlint = GLINTPTR(pScrn);
138 GLINTRegPtr pReg = &pGlint->ModeReg[0];
144 switch (pGlint->HwBpp) {
175 if (pGlint->UseBlockWrite)
223 (void) PM2VDAC_CalculateClock(mode->Clock/2,pGlint->RefClock,
279 GLINTPtr pGlint = GLINTPTR(pScrn);
285 memcpy((CARD8*)pGlint->VGAdata,(CARD8*)pGlint->FbBase, 65536);
297 if (pGlint->UseBlockWrite)
341 GLINTPtr pGlint = GLINTPTR(pScrn);
348 if (pGlint->STATE)
349 memcpy((CARD8*)pGlint->FbBase,(CARD8*)pGlint->VGAdata, 65536);
361 if (pGlint->UseBlockWrite)
421 GLINTPtr pGlint = GLINTPTR(pScrn);
432 if (pGlint->Chipset == PCI_VENDOR_3DLABS_CHIP_PERMEDIA2V) {
433 memset(pGlint->HardwareCursorPattern, 0, 1024);
434 pGlint->LoadCursorCallback = Permedia2vLoadCursorCallback;
443 GLINTPtr pGlint = GLINTPTR(pScrn);
448 pGlint->HardwareCursorPattern[i]);
450 pGlint->LoadCursorCallback = NULL;
459 GLINTPtr pGlint = GLINTPTR(pScrn);
463 pGlint->HardwareCursorPattern[i] = *(src++);
465 pGlint->LoadCursorCallback = Permedia2vLoadCursorCallback;
492 GLINTPtr pGlint = GLINTPTR(pScrn);
493 int fg = pGlint->FGCursor;
494 int bg = pGlint->BGCursor;
496 if ((pGlint->Chipset == PCI_VENDOR_3DLABS_CHIP_PERMEDIA3) ||
497 ((pGlint->Chipset == PCI_VENDOR_3DLABS_CHIP_GAMMA) &&
498 (pGlint->MultiChip == PCI_CHIP_3DLABS_PERMEDIA3)) ) {
517 pGlint->CursorColorCallback = NULL;
526 GLINTPtr pGlint = GLINTPTR(pScrn);
528 pGlint->FGCursor = fg;
529 pGlint->BGCursor = bg;
531 pGlint->CursorColorCallback = Permedia2vCursorColorCallback;
544 GLINTPtr pGlint = GLINTPTR(pScrn);
550 pGlint->CursorInfoRec = infoPtr;