Lines Matching refs:FB
247 return ((uint8_t *)info->FB + pScrn->fbOffset + row * stride + offset);
489 if (pRADEONEnt->FB) {
491 info->FB = pRADEONEnt->FB;
500 info->FB = xf86MapPciMem(pScrn->scrnIndex,
506 if (!info->FB) return FALSE;
515 &info->FB);
519 "Unable to map FB aperture. %s (%d)\n",
526 pRADEONEnt->FB = info->FB;
539 info->FB = NULL;
544 xf86UnMapVidMem(pScrn->scrnIndex, info->FB, info->FbMapSize);
546 pci_device_unmap_range(info->PciInfo, info->FB, info->FbMapSize);
549 pRADEONEnt->FB = NULL;
550 info->FB = NULL;
1459 /* don't map the whole FB in the internal address space.
3717 if (!fbScreenInit(pScreen, info->FB + pScrn->fbOffset,
3891 memset(info->FB + pScrn->fbOffset, 0,
6272 memset(info->FB + pScrn->fbOffset, 0,
6292 memcpy(info->FB + info->dri->pciGartOffset, info->dri->pciGartBackup, info->dri->pciGartSize);
6359 memcpy(info->dri->pciGartBackup, (info->FB + info->dri->pciGartOffset), info->dri->pciGartSize);