| /xsrc/external/mit/xf86-video-s3/dist/src/ |
| H A D | s3_shadow.c | 58 dst = pS3->FBBase + (pbox->y1 * FBPitch) + (pbox->x1 * Bpp); 106 dstPtr = pS3->FBBase + 110 dstPtr = pS3->FBBase + 152 dstPtr = (CARD16*)pS3->FBBase + 157 dstPtr = (CARD16*)pS3->FBBase + 199 dstPtr = pS3->FBBase + 203 dstPtr = pS3->FBBase + 247 dstPtr = (CARD32*)pS3->FBBase + 252 dstPtr = (CARD32*)pS3->FBBase +
|
| H A D | s3.h | 120 unsigned char * FBBase; member in struct:_S3Rec
|
| H A D | s3_cursor.c | 189 memcpy(pS3->FBBase + (pS3->FBCursorOffset * 1024), image, 1024);
|
| /xsrc/external/mit/xf86-video-nsc/dist/src/ |
| H A D | nsc_gx1_shadow.c | 193 dst = pGeode->FBBase + (pbox->y1 * FBPitch) + (pbox->x1 * Bpp); 272 dstPtr = pGeode->FBBase + 276 dstPtr = pGeode->FBBase + 328 dstPtr = (CARD16 *) pGeode->FBBase + 333 dstPtr = (CARD16 *) pGeode->FBBase + 388 dstPtr = pGeode->FBBase + 392 dstPtr = pGeode->FBBase + 446 dstPtr = (CARD32 *) pGeode->FBBase + 451 dstPtr = (CARD32 *) pGeode->FBBase +
|
| H A D | nsc_gx2_shadow.c | 193 dst = pGeode->FBBase + (pbox->y1 * FBPitch) + (pbox->x1 * Bpp); 272 dstPtr = pGeode->FBBase + 276 dstPtr = pGeode->FBBase + 328 dstPtr = (CARD16 *) pGeode->FBBase + 333 dstPtr = (CARD16 *) pGeode->FBBase + 388 dstPtr = pGeode->FBBase + 392 dstPtr = pGeode->FBBase + 446 dstPtr = (CARD32 *) pGeode->FBBase + 451 dstPtr = (CARD32 *) pGeode->FBBase +
|
| H A D | nsc.h | 303 unsigned char *FBBase; member in struct:__anon7fec0e5a0108
|
| H A D | nsc_gx1_driver.c | 532 pGeode->FBBase, XpressROMPtr)); 1862 ((unsigned char *)pGeode->FBBase) + 1963 FBStart = pGeode->FBBase + (pGeode->Pitch * pGeode->TVOy) + 1966 FBStart = pGeode->FBBase; 2076 pScreenInfo->memPhysBase = (unsigned long)(pGeode->FBBase + 2085 pScreenInfo->memPhysBase = (unsigned long)pGeode->FBBase; 2346 pGeode->FBBase = (unsigned char *)xf86MapVidMem(pScreenInfo->scrnIndex, 2388 pGeode->FBBase = gfx_virt_fbptr;
|
| H A D | nsc_gx1_dga.c | 259 currentMode->address = pGeode->FBBase;
|
| H A D | nsc_gx2_dga.c | 258 currentMode->address = pGeode->FBBase;
|
| /xsrc/external/mit/xf86-video-imstt/dist/src/ |
| H A D | imstt.h | 18 unsigned char * FBBase; member in struct:_IMSTTRec
|
| /xsrc/external/mit/xf86-video-openchrome/dist/src/ |
| H A D | via_ums.c | 198 (void **)&pVia->FBBase); 227 pVia->FBBase = xf86MapPciMem(pScrn->scrnIndex, VIDMEM_FRAMEBUFFER, 231 if (!pVia->FBBase) { 243 pVia->FBBase, pVia->FBFreeStart, pVia->FBFreeEnd); 290 if (pVia->FBBase) { 291 pci_device_unmap_range(pVia->PciInfo, (pointer) pVia->FBBase, 305 if (pVia->FBBase) { 306 xf86UnMapVidMem(pScrn->scrnIndex, (pointer) pVia->FBBase, 321 pVia->FBBase = NULL; 341 if (pVia->FBBase) { [all...] |
| H A D | via_memmgr.c | 207 obj->ptr = (pVia->FBBase + obj->offset);
|
| /xsrc/external/mit/xf86-video-geode/dist/src/ |
| H A D | gx_rotate.c | 45 return (pGeode->FBBase + pGeode->displayOffset) + 159 (pointer) (pGeode->FBBase +
|
| H A D | lx_display.c | 298 (char *) pGeode->FBBase)); 475 memset(pGeode->FBBase + pGeode->shadowArea->offset, 0, size); 476 return pGeode->FBBase + pGeode->shadowArea->offset;
|
| H A D | gx_driver.c | 125 pGeode->AccelImageWriteBuffers[i] = pGeode->FBBase + *offset; 145 pGeode->AccelColorExpandBuffers[i] = pGeode->FBBase + *offset; 399 pGeode->FBBase = gfx_virt_fbptr; 406 pGeode->pExa->memoryBase = pGeode->FBBase; 409 pGeode->FBAvail, pGeode->FBBase); 1144 memset(pGeode->FBBase + pGeode->displayOffset, 0, pGeode->displaySize); 1362 ret = fbScreenInit(pScrn, pGeode->FBBase + pGeode->displayOffset,
|
| H A D | lx_driver.c | 256 pGeode->FBBase = cim_fb_ptr; 259 pGeode->pExa->memoryBase = pGeode->FBBase; 262 pGeode->FBAvail, pGeode->FBBase); 816 memset(pGeode->FBBase, 0, pGeode->displaySize); 929 ret = fbScreenInit(pScrn, pGeode->FBBase,
|
| /xsrc/external/mit/xf86-video-ark/dist/src/ |
| H A D | ark.h | 45 pointer FBBase; member in struct:_ARKRec
|
| H A D | ark_driver.c | 513 if (!fbScreenInit(pScreen, pARK->FBBase, pScrn->virtualX, 1028 pARK->FBBase = xf86MapPciMem(pScrn->scrnIndex, VIDMEM_FRAMEBUFFER, 1038 void** result = &pARK->FBBase; 1054 if (!pARK->FBBase) { 1072 xf86UnMapVidMem(pScrn->scrnIndex, pARK->FBBase, 1075 pci_device_unmap_range(pARK->PciInfo, pARK->FBBase, pScrn->videoRam * 1024);
|
| /xsrc/external/mit/xf86-video-siliconmotion/dist/src/ |
| H A D | smi_crtc.c | 130 LEAVE(pSmi->FBBase + offset); 211 -1,-1,-1,-1,-1, pSmi->FBBase + pSmi->FBOffset); 217 pScrn->pixmapPrivate.ptr = pSmi->FBBase + pSmi->FBOffset;
|
| H A D | smi_driver.c | 931 /* FBBase may have changed after remapping the memory */ 933 -1,-1,-1,-1,-1, pSmi->FBBase + pSmi->FBOffset); 935 pScrn->pixmapPrivate.ptr=pSmi->FBBase + pSmi->FBOffset; 939 pSmi->EXADriverPtr->memoryBase=pSmi->FBBase; 987 memset(pSmi->FBBase, 0, pSmi->videoRAMBytes); 1476 pSmi->FBBase = xf86MapPciMem(pScrn->scrnIndex, 1483 void **result = (void**)&pSmi->FBBase; 1497 if (pSmi->FBBase == NULL) { 1507 "Logical frame buffer at %p - %p\n", pSmi->FBBase, 1508 pSmi->FBBase [all...] |
| H A D | smi.h | 241 unsigned char * FBBase; /* Base of FB */ member in struct:__anon910553c20208
|
| /xsrc/external/mit/xf86-video-s3virge/dist/src/ |
| H A D | s3v_hwcurs.c | 77 memcpy( (ps3v->FBBase + ps3v->FBCursorOffset), src, 1024);
|
| H A D | s3v.h | 213 unsigned char * FBBase; member in struct:tagS3VRec
|
| H A D | s3v_dga.c | 168 currentMode->address = ps3v->FBBase;
|
| /xsrc/external/mit/xf86-video-rendition/dist/src/ |
| H A D | rendition.c | 1072 unsigned char *FBBase; local in function:renditionScreenInit 1139 FBBase = pRendition->board.shadowPtr; 1142 FBBase = pRendition->board.vmem_base+pRendition->board.fbOffset; 1146 Inited = fbScreenInit(pScreen, FBBase,
|