HomeSort by: relevance | last modified time | path
    Searched defs:nPtr (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/xf86-video-neomagic/dist/src/
neo_2090.c 105 NEOPtr nPtr = NEOPTR(pScrn);
108 nPtr->AccelInfoRec = infoPtr = XAACreateInfoRec();
136 if (nPtr->NeoChipset == PCI_CHIP_NM2093 && !nPtr->strangeLockups) {
148 (unsigned char *)(nPtr->NeoMMIOBase + 0x100000);
211 NEOPtr nPtr = NEOPTR(pScrn);
222 NEOPtr nPtr = NEOPTR(pScrn);
241 NEOPtr nPtr = NEOPTR(pScrn);
269 NEOPtr nPtr = NEOPTR(pScrn);
289 NEOPtr nPtr = NEOPTR(pScrn)
    [all...]
neo_2097.c 130 NEOPtr nPtr = NEOPTR(pScrn);
133 nPtr->AccelInfoRec = infoPtr = XAACreateInfoRec();
161 if (!nPtr->strangeLockups) {
171 infoPtr->ScanlineColorExpandBuffers[0] = (unsigned char *)(nPtr->NeoMMIOBase + 0x100000);
199 if (!nPtr->strangeLockups) {
263 NEOPtr nPtr = NEOPTR(pScrn);
288 NEOPtr nPtr = NEOPTR(pScrn);
316 NEOPtr nPtr = NEOPTR(pScrn);
336 NEOPtr nPtr = NEOPTR(pScrn);
349 NEOPtr nPtr = NEOPTR(pScrn)
    [all...]
neo_2200.c 126 NEOPtr nPtr = NEOPTR(pScrn);
129 nPtr->AccelInfoRec = infoPtr = XAACreateInfoRec();
169 if (!nPtr->strangeLockups) {
181 (unsigned char *)(nPtr->NeoMMIOBase + 0x100000);
219 if (nPtr->noAccelSet || nPtr->NeoChipset == NM2230
220 || nPtr->NeoChipset == NM2360
221 || nPtr->NeoChipset == NM2380) {
269 NEOPtr nPtr = NEOPTR(pScrn);
280 NEOPtr nPtr = NEOPTR(pScrn)
    [all...]
neo_2070.c 111 NEOPtr nPtr = NEOPTR(pScrn);
114 nPtr->AccelInfoRec = infoPtr = XAACreateInfoRec();
176 NEOPtr nPtr = NEOPTR(pScrn);
186 NEOPtr nPtr = NEOPTR(pScrn);
205 NEOPtr nPtr = NEOPTR(pScrn);
237 NEOPtr nPtr = NEOPTR(pScrn);
263 NEOPtr nPtr = NEOPTR(pScrn);
neo_shadow.c 32 NEOPtr nPtr = NEOPTR(pScrn);
42 src = nPtr->ShadowPtr + (pbox->y1 * nPtr->ShadowPitch) +
44 dst = nPtr->NeoFbBase + (pbox->y1 * FBPitch) + (pbox->x1 * Bpp);
49 src += nPtr->ShadowPitch;
60 NEOPtr nPtr = NEOPTR(pScrn);
63 if(nPtr->rotate == 1) {
71 (*nPtr->PointerMoved)(arg, newX, newY);
77 NEOPtr nPtr = NEOPTR(pScrn);
83 srcPitch = -nPtr->rotate * nPtr->ShadowPitch
    [all...]
neo_cursor.c 58 NEOPtr nPtr = NEOPTR(pScrn);
62 nPtr->NeoHWCursorShown = TRUE;
68 NEOPtr nPtr = NEOPTR(pScrn);
79 nPtr->NeoHWCursorShown = FALSE;
94 NEOPtr nPtr = NEOPTR(pScrn);
98 unsigned char *_dest = ((unsigned char *)nPtr->NeoFbBase +
100 unsigned char *src = nPtr->NeoCursorImage;
111 if (yoff != nPtr->NeoCursorPrevY || xoff !=nPtr->NeoCursorPrevX) {
112 nPtr->NeoCursorPrevY = yoff
    [all...]
neo_video.c 80 NEOPtr nPtr = NEOPTR(pScrn);
87 if (nPtr->NeoChipset > NM2070
88 && nPtr->NeoMMIOBase2 != NULL){
89 nPtr->video = TRUE;
93 nPtr->video = FALSE;
204 NEOPtr nPtr = NEOPTR(pScrn);
252 pPriv->colorKey = nPtr->videoKey;
253 pPriv->interlace = nPtr->interlace;
257 nPtr->overlayAdaptor = overlayAdaptor;
271 NEOPtr nPtr = NEOPTR(pScrn)
    [all...]
neo_driver.c 627 NEOPtr nPtr;
670 nPtr = NEOPTR(pScrn);
681 nPtr->pEnt = xf86GetEntityInfo(pScrn->entityList[i]);
683 if (nPtr->pEnt->resources) return FALSE;
685 nPtr->NeoChipset = nPtr->pEnt->chipset;
687 nPtr->pEnt->chipset);
689 if (nPtr->pEnt->location.type == BUS_PCI) {
690 nPtr->PciInfo = xf86GetPciInfoForEntity(nPtr->pEnt->index)
    [all...]

Completed in 26 milliseconds