| /xsrc/external/mit/xf86-video-cirrus/dist/src/ |
| H A D | cir_driver.c | 285 pCir->FbBase = xf86MapPciMem(scrnIndex, VIDMEM_FRAMEBUFFER, 288 if (pCir->FbBase == NULL) 292 void** result = (void**)&pCir->FbBase; 306 ErrorF("CirMapMem pCir->FbBase=0x%08x\n", pCir->FbBase); 378 xf86UnMapVidMem(scrnIndex, (pointer)pCir->FbBase, pCir->FbMapSize); 380 pci_device_unmap_range(pCir->PciInfo, (pointer)pCir->FbBase, pCir->FbMapSize); 382 pCir->FbBase = NULL;
|
| H A D | cir_shadow.c | 44 dst = pCir->FbBase + (y1 * FBPitch) + (x1 * Bpp); 100 dstPtr = pCir->FbBase + 104 dstPtr = pCir->FbBase + 154 dstPtr = (CARD16*)pCir->FbBase + 159 dstPtr = (CARD16*)pCir->FbBase + 209 dstPtr = pCir->FbBase + 213 dstPtr = pCir->FbBase + 265 dstPtr = (CARD32*)pCir->FbBase + 270 dstPtr = (CARD32*)pCir->FbBase +
|
| H A D | cir.h | 43 unsigned char *FbBase; member in struct:__anon805ca9280108
|
| /xsrc/external/mit/xf86-video-trident/dist/src/ |
| H A D | trident_shadow.c | 33 dst = pTrident->FbBase + (pbox->y1 * FBPitch) + (pbox->x1 * Bpp); 92 dstPtr = pTrident->FbBase + 96 dstPtr = pTrident->FbBase + 138 dstPtr = (CARD16*)pTrident->FbBase + 143 dstPtr = (CARD16*)pTrident->FbBase + 185 dstPtr = pTrident->FbBase + 189 dstPtr = pTrident->FbBase + 233 dstPtr = (CARD32*)pTrident->FbBase + 238 dstPtr = (CARD32*)pTrident->FbBase +
|
| /xsrc/external/mit/xf86-video-chips/dist/src/ |
| H A D | ct_shadow.c | 28 dst = cPtr->FbBase + (pbox->y1 * FBPitch) + (pbox->x1 * Bpp); 76 dstPtr = cPtr->FbBase + 80 dstPtr = cPtr->FbBase + 122 dstPtr = (CARD16*)cPtr->FbBase + 127 dstPtr = (CARD16*)cPtr->FbBase + 131 /* ErrorF("dst: %x base: %x\n",dstPtr,cPtr->FbBase);*/ 170 dstPtr = cPtr->FbBase + 174 dstPtr = cPtr->FbBase + 218 dstPtr = (CARD32*)cPtr->FbBase + 223 dstPtr = (CARD32*)cPtr->FbBase [all...] |
| H A D | ct_BlitMM.h | 124 memset((unsigned char *)cPtr->FbBase + addr, (mask&0xFF), 64); \ 133 memcpy((unsigned char *)cPtr->FbBase + addr \
|
| H A D | ct_Blitter.h | 151 memset((unsigned char *)cPtr->FbBase + addr, (mask&0xFF), 64); \ 160 memcpy((unsigned char *)cPtr->FbBase + addr \
|
| H A D | ct_exa.c | 216 unsigned char *dst = cPtr->FbBase + exaGetPixmapOffset(pDst); 245 unsigned char *src = cPtr->FbBase + exaGetPixmapOffset(pSrc); 291 pExa->memoryBase = cPtr->FbBase;
|
| /xsrc/external/mit/xf86-video-glint/dist/src/ |
| H A D | glint_shadow.c | 35 dst = pGlint->FbBase + (pbox->y1 * FBPitch) + (pbox->x1 * Bpp);
|
| H A D | pm3_dac.c | 68 pGlint->FbBase = xf86MapPciMem(pScrn->scrnIndex, VIDMEM_MMIO, 72 void** result = (void**)&pGlint->FbBase; 84 if (pGlint->FbBase == NULL) 101 MMIO_OUT32(pGlint->FbBase, i*1024*1024, i*0x00345678); 103 temp1 = MMIO_IN32(pGlint->FbBase, i*1024*1024); 115 MMIO_OUT32(pGlint->FbBase, i*1024*1024, 0); 121 MMIO_OUT32(pGlint->FbBase, i*1024*1024, i*0x00345678); 123 temp1 = MMIO_IN32(pGlint->FbBase, i*1024*1024); 124 temp2 = MMIO_IN32(pGlint->FbBase, (i-32)*1024*1024); 136 xf86UnMapVidMem(pScrn->scrnIndex, (pointer)pGlint->FbBase, [all...] |
| H A D | pm3_exa.c | 278 unsigned char *dst = pGlint->FbBase + exaGetPixmapOffset(pDst); 307 unsigned char *src = pGlint->FbBase + exaGetPixmapOffset(pSrc); 347 pExa->memoryBase = pGlint->FbBase;
|
| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| H A D | sis_shadow.c | 94 dst = pSiS->FbBase + (pbox->y1 * FBPitch) + (pbox->x1 * Bpp); 124 dst = pSiS->FbBase; 231 dstPtr = pSiS->FbBase + (pbox->x1 * dstPitch) + pScrn->virtualX - y2; 234 dstPtr = pSiS->FbBase + ((pScrn->virtualY - pbox->x2) * dstPitch) + y1; 275 dstPtr = (CARD16 *)pSiS->FbBase + (pbox->x1 * dstPitch) + pScrn->virtualX - y2; 278 dstPtr = (CARD16 *)pSiS->FbBase + ((pScrn->virtualY - pbox->x2) * dstPitch) + y1; 317 dstPtr = pSiS->FbBase + (pbox->x1 * dstPitch) + ((pScrn->virtualX - y2) * 3); 320 dstPtr = pSiS->FbBase + ((pScrn->virtualY - pbox->x2) * dstPitch) + (y1 * 3); 367 dstPtr = (CARD32 *)pSiS->FbBase + (pbox->x1 * dstPitch) + pScrn->virtualX - pbox->y2; 370 dstPtr = (CARD32 *)pSiS->FbBase [all...] |
| /xsrc/external/mit/xf86-video-tdfx/dist/src/ |
| H A D | tdfx_priv.c | 200 pTDFX->fifoBase = (uint32*)(pTDFX->FbBase+pTDFX->fifoOffset); 272 pTDFX->fifoPtr = (unsigned int *)(pTDFX->FbBase+sPriv->fifoPtr); 273 pTDFX->fifoRead = (unsigned int *)(pTDFX->FbBase+sPriv->fifoRead); 305 pTDFX->fifoRead = (uint32*)(pTDFX->FbBase + GetReadPtr(pTDFX)); 334 pTDFX->fifoRead = (uint32*)(pTDFX->FbBase + GetReadPtr(pTDFX));
|
| H A D | tdfx_hwcurs.c | 87 unsigned int *ptr=(unsigned int *)(pTDFX->FbBase+pTDFX->cursorOffset); 95 memcpy(pTDFX->FbBase+pTDFX->cursorOffset, src, 1024);
|
| /xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/ |
| H A D | i810_video.c | 325 I810OverlayRegPtr overlay = (I810OverlayRegPtr) (pI810->FbBase + pI810->OverlayStart); 524 I810OverlayRegPtr overlay = (I810OverlayRegPtr) (pI810->FbBase + pI810->OverlayStart); 556 I810OverlayRegPtr overlay = (I810OverlayRegPtr) (pI810->FbBase + pI810->OverlayStart); 647 dst = pI810->FbBase + pPriv->YBuf0offset; 649 dst = pI810->FbBase + pPriv->YBuf1offset; 681 dst1 = pI810->FbBase + pPriv->YBuf0offset; 683 dst1 = pI810->FbBase + pPriv->YBuf1offset; 695 dst2 = pI810->FbBase + pPriv->UBuf0offset; 697 dst2 = pI810->FbBase + pPriv->VBuf0offset; 700 dst2 = pI810->FbBase [all...] |
| H A D | i810_cursor.c | 120 uint32_t *pcurs = (uint32_t *) (pI810->FbBase + pI810->CursorStart); 161 uint8_t *pcurs = (uint8_t *) (pI810->FbBase + pI810->CursorStart);
|
| H A D | i810_xaa.c | 158 pI810->FbBase); 283 unsigned char *ptr = pI810->FbBase + pI810->Scratch.Start;
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/ |
| H A D | i810_video.c | 321 I810OverlayRegPtr overlay = (I810OverlayRegPtr) (pI810->FbBase + pI810->OverlayStart); 514 I810OverlayRegPtr overlay = (I810OverlayRegPtr) (pI810->FbBase + pI810->OverlayStart); 546 I810OverlayRegPtr overlay = (I810OverlayRegPtr) (pI810->FbBase + pI810->OverlayStart); 637 dst = pI810->FbBase + pPriv->YBuf0offset; 639 dst = pI810->FbBase + pPriv->YBuf1offset; 671 dst1 = pI810->FbBase + pPriv->YBuf0offset; 673 dst1 = pI810->FbBase + pPriv->YBuf1offset; 685 dst2 = pI810->FbBase + pPriv->UBuf0offset; 687 dst2 = pI810->FbBase + pPriv->VBuf0offset; 690 dst2 = pI810->FbBase [all...] |
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | i810_video.c | 331 I810OverlayRegPtr overlay = (I810OverlayRegPtr) (pI810->FbBase + pI810->OverlayStart); 524 I810OverlayRegPtr overlay = (I810OverlayRegPtr) (pI810->FbBase + pI810->OverlayStart); 556 I810OverlayRegPtr overlay = (I810OverlayRegPtr) (pI810->FbBase + pI810->OverlayStart); 647 dst = pI810->FbBase + pPriv->YBuf0offset; 649 dst = pI810->FbBase + pPriv->YBuf1offset; 681 dst1 = pI810->FbBase + pPriv->YBuf0offset; 683 dst1 = pI810->FbBase + pPriv->YBuf1offset; 695 dst2 = pI810->FbBase + pPriv->UBuf0offset; 697 dst2 = pI810->FbBase + pPriv->VBuf0offset; 700 dst2 = pI810->FbBase [all...] |
| H A D | i830_accel.c | 60 return (unsigned long)pPix->devPrivate.ptr - (unsigned long)pI830->FbBase;
|
| /xsrc/external/mit/xf86-video-nv/dist/src/ |
| H A D | riva_driver.c | 838 pRiva->FbBase = tmp; 843 pRiva->FbBase = xf86MapPciMem(pScrn->scrnIndex, VIDMEM_FRAMEBUFFER, 851 if (pRiva->FbBase == NULL) 854 pRiva->FbStart = pRiva->FbBase; 866 pRiva->FbBase = fbdevHWMapVidmem(pScrn); 867 if (pRiva->FbBase == NULL) 874 pRiva->FbStart = pRiva->FbBase; 895 pci_device_unmap_range(pRiva->PciInfo, pRiva->FbBase, pRiva->FbMapSize); 898 xf86UnMapVidMem(pScrn->scrnIndex, (pointer)pRiva->FbBase, pRiva->FbMapSize); 902 pRiva->FbBase [all...] |
| /xsrc/external/mit/xf86-video-i740/dist/src/ |
| H A D | i740.h | 100 unsigned char *FbBase; member in struct:_I740Rec
|
| /xsrc/external/mit/xf86-video-tseng/dist/src/ |
| H A D | tseng_driver.c | 1387 ret = xf1bppScreenInit(pScreen, pTseng->FbBase, 1395 ret = xf4bppScreenInit(pScreen, pTseng->FbBase, 1402 ret = fbScreenInit(pScreen, pTseng->FbBase, 1623 pTseng->FbBase = xf86MapPciMem(pScrn->scrnIndex, VIDMEM_FRAMEBUFFER, 1629 void** result = (void**)&pTseng->FbBase; 1641 if (pTseng->FbBase == NULL) { 1655 pTseng->MMioBase = pTseng->FbBase; 1665 if (pTseng->FbBase == NULL) 1679 xf86UnMapVidMem(pScrn->scrnIndex, (pointer) pTseng->FbBase, pTseng->FbMapSize); 1681 pci_device_unmap_range(pTseng->PciInfo, pTseng->FbBase, pTsen [all...] |
| /xsrc/external/mit/xf86-video-vmware/dist/src/ |
| H A D | vmware.c | 748 pVMWARE->FbBase = fbBase; 750 pVMWARE->FbBase = xf86MapPciMem(pScrn->scrnIndex, 0, 755 if (!pVMWARE->FbBase) 760 pVMWARE->FbBase, pVMWARE->videoRam)); 771 VmwareLog(("Unmapped: %p/%u\n", pVMWARE->FbBase, pVMWARE->videoRam)); 774 pci_device_unmap_range(pVMWARE->PciInfo, pVMWARE->FbBase, pVMWARE->videoRam); 776 xf86UnMapVidMem(pScrn->scrnIndex, pVMWARE->FbBase, pVMWARE->videoRam); 778 pVMWARE->FbBase = NULL; 920 (pointer)(pVMWARE->FbBase + pScrn->fbOffset)); 1413 memset(pVMWARE->FbBase, [all...] |
| /xsrc/external/mit/xf86-video-xgi/dist/src/ |
| H A D | xgi_cursor.c | 160 pXGI->FbBase + pXGI->CursorOffset; 217 pCursorShape = pXGI->FbBase + cursor_addr ;
|