HomeSort by: relevance | last modified time | path
    Searched refs:VIDMEM_MMIO (Results 1 - 25 of 44) sorted by relevancy

1 2

  /xsrc/external/mit/xf86-video-ast/dist/src/
ast_tool.c 108 mmioFlags = VIDMEM_MMIO | VIDMEM_READSIDEEFFECT;
110 mmioFlags = VIDMEM_MMIO | VIDMEM_READSIDEEFFECT | VIDMEM_SPARSE;
  /xsrc/external/mit/xf86-video-mach64/dist/src/
atividmem.c 303 pATI->pMemoryLE = xf86MapPciMem(iScreen, VIDMEM_MMIO, Tag,
351 pATI->pMMIO = xf86MapPciMem(iScreen, VIDMEM_MMIO,
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/shared/
vidmem.c 195 (Flags & (VIDMEM_MMIO | VIDMEM_MMIO_32BIT))))
221 if (Flags & (VIDMEM_MMIO | VIDMEM_MMIO_32BIT))
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/
xf86_OSproc.h 84 #define VIDMEM_MMIO 0x02 /* memory for I/O use */
88 * assumed when VIDMEM_MMIO is
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/int10/
generic.c 168 sysMem = xf86MapVidMem(screen, VIDMEM_MMIO, V_BIOS,
317 INTPriv(pInt)->vRam = xf86MapDomainMemory(pInt->scrnIndex, VIDMEM_MMIO,
helper_exec.c 693 VIDMEM_MMIO, 0, pagesize);
718 base = xf86MapVidMem(pInt->scrnIndex, VIDMEM_MMIO, 0, pagesize);
  /xsrc/external/mit/xf86-video-cirrus/dist/src/
cir_driver.c 324 xf86MapPciMem(scrnIndex, VIDMEM_MMIO, pCir->PciTag,
  /xsrc/external/mit/xf86-video-geode/dist/src/
lx_driver.c 199 cim_gp_ptr = (unsigned char *) xf86MapPciMem(index, VIDMEM_MMIO,
203 cim_vg_ptr = (unsigned char *) xf86MapPciMem(index, VIDMEM_MMIO,
207 cim_vid_ptr = (unsigned char *) xf86MapPciMem(index, VIDMEM_MMIO,
211 cim_vip_ptr = (unsigned char *) xf86MapPciMem(index, VIDMEM_MMIO,
gx_driver.c 362 gfx_virt_regptr = (unsigned char *) xf86MapVidMem(index, VIDMEM_MMIO,
366 gfx_virt_gpptr = (unsigned char *) xf86MapVidMem(index, VIDMEM_MMIO,
370 gfx_virt_vidptr = (unsigned char *) xf86MapVidMem(index, VIDMEM_MMIO,
  /xsrc/external/mit/xf86-video-openchrome/dist/src/
via_ums.c 131 VIDMEM_MMIO, pVia->PciTag,
160 VIDMEM_MMIO, pVia->PciTag,
212 tmp = xf86MapPciMem(pScrn->scrnIndex, VIDMEM_MMIO, pVia->PciTag,
220 tmp = xf86MapPciMem(pScrn->scrnIndex, VIDMEM_MMIO, pVia->PciTag,
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/bus/
linuxPci.c 439 DomainMmappedIO[domain] = linuxMapPci(-1, VIDMEM_MMIO, bridge,
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/
lnx_video.c 656 if (((flags & VIDMEM_MMIO) && !(flags & VIDMEM_MMIO_32BIT)) ||
671 if (((flags & VIDMEM_MMIO) && !(flags & VIDMEM_MMIO_32BIT)) ||
  /xsrc/external/mit/xf86-video-nv/dist/src/
riva_setup.c 245 pRiva->riva.ptr = xf86MapPciMem(pScrn->scrnIndex, VIDMEM_MMIO | \
g80_driver.c 323 VIDMEM_MMIO | VIDMEM_READSIDEEFFECT,
387 VIDMEM_MMIO | VIDMEM_READSIDEEFFECT,
nv_setup.c 417 tmp = xf86MapPciMem(pScrn->scrnIndex, VIDMEM_MMIO | VIDMEM_READSIDEEFFECT,
riva_driver.c 841 VIDMEM_MMIO | VIDMEM_READSIDEEFFECT,
  /xsrc/external/mit/xf86-video-newport/dist/src/
newport_driver.c 1049 VIDMEM_MMIO, NEWPORT_REGISTERS, sizeof(NewportRegs));
1052 VIDMEM_MMIO,
  /xsrc/external/mit/xf86-video-nsc/dist/src/
nsc_gx2_driver.c 2235 VIDMEM_MMIO,
2242 VIDMEM_MMIO,
2252 VIDMEM_MMIO,
nsc_gx1_driver.c 2357 VIDMEM_MMIO,
2363 VIDMEM_MMIO,
  /xsrc/external/mit/xf86-video-glint/dist/src/
pm3_dac.c 67 /* Mark as VIDMEM_MMIO to avoid write-combining while detecting memory */
68 pGlint->FbBase = xf86MapPciMem(pScrn->scrnIndex, VIDMEM_MMIO,
  /xsrc/external/mit/xf86-video-neomagic/dist/src/
neo_driver.c 1967 xf86MapPciMem(pScrn->scrnIndex, VIDMEM_MMIO,
1972 xf86MapPciMem(pScrn->scrnIndex, VIDMEM_MMIO,
2000 #ifdef VIDMEM_MMIO
2003 VIDMEM_MMIO, nPtr->NeoMMIOAddr,
  /xsrc/external/mit/xf86-video-imstt/dist/src/
imstt_driver.c 575 iptr->MMIOBase = xf86MapPciMem(pScrn->scrnIndex, VIDMEM_MMIO, iptr->PciTag,
602 iptr->CMAPBase = xf86MapPciMem(pScrn->scrnIndex, VIDMEM_MMIO, iptr->PciTag,
  /xsrc/external/mit/xf86-video-qxl/dist/src/
qxl_driver.c 267 qxl->vram = xf86MapPciMem (scrnIndex, VIDMEM_MMIO | VIDMEM_MMIO_32BIT,
273 qxl->rom = xf86MapPciMem (scrnIndex, VIDMEM_MMIO | VIDMEM_MMIO_32BIT,
  /xsrc/external/mit/xf86-video-siliconmotion/dist/src/
smi_driver.c 1260 pSmi->MapBase = xf86MapPciMem(pScrn->scrnIndex, VIDMEM_MMIO, pSmi->PciTag,
1369 mem = xf86MapPciMem(pScrn->scrnIndex, VIDMEM_MMIO, pSmi->PciTag,
  /xsrc/external/mit/xf86-video-rendition/dist/src/
rendition.c 1391 mapOption = VIDMEM_MMIO;

Completed in 35 milliseconds

1 2