HomeSort by: relevance | last modified time | path
    Searched refs:drmAgpAlloc (Results 1 - 13 of 13) sorted by relevancy

  /xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/
i810_dri.c 425 drmAgpAlloc(pI810->drmSubFD, 4096 * 1024, 1, NULL,
511 drmAgpAlloc(pI810->drmSubFD, back_size, 0, NULL,
538 drmAgpAlloc(pI810->drmSubFD, back_size, 0, NULL,
568 drmAgpAlloc(pI810->drmSubFD, sysmem_size, 0, NULL,
612 drmAgpAlloc(pI810->drmSubFD, pI810->MC.Size, 0, NULL,
637 drmAgpAlloc(pI810->drmSubFD, 4096, 2,
662 drmAgpAlloc(pI810->drmSubFD, 16384, 2,
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
i810_dri.c 425 drmAgpAlloc(pI810->drmSubFD, 4096 * 1024, 1, NULL,
511 drmAgpAlloc(pI810->drmSubFD, back_size, 0, NULL,
538 drmAgpAlloc(pI810->drmSubFD, back_size, 0, NULL,
568 drmAgpAlloc(pI810->drmSubFD, sysmem_size, 0, NULL,
612 drmAgpAlloc(pI810->drmSubFD, pI810->MC.Size, 0, NULL,
637 drmAgpAlloc(pI810->drmSubFD, 4096, 2,
662 drmAgpAlloc(pI810->drmSubFD, 16384, 2,
  /xsrc/external/mit/xf86-video-sis/dist/src/
sis_dri.c 357 if(drmAgpAlloc(pSIS->drmSubFD, pSIS->agpWantedSize, 0, NULL, &pSIS->agpHandle) < 0) {
368 if(drmAgpAlloc(pSIS->drmSubFD, pSIS->agpWantedSize, 0, NULL, &pSIS->agpHandle) < 0) {
397 if(drmAgpAlloc(pSIS->drmSubFD, pSIS->agpWantedSize, 0, NULL, &pSIS->agpHandle) < 0) {
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
i810_dri.c 517 drmAgpAlloc(pI810->drmSubFD, 4096 * 1024, 1, NULL,
622 drmAgpAlloc(pI810->drmSubFD, back_size, 0, NULL,
649 drmAgpAlloc(pI810->drmSubFD, back_size, 0, NULL,
679 drmAgpAlloc(pI810->drmSubFD, sysmem_size, 0, NULL,
723 drmAgpAlloc(pI810->drmSubFD, pI810->MC.Size, 0, NULL,
748 drmAgpAlloc(pI810->drmSubFD, 4096, 2,
773 drmAgpAlloc(pI810->drmSubFD, 16384, 2,
  /xsrc/external/mit/xf86-video-xgi/dist/src/
xgi_dri.c 429 if (drmAgpAlloc(pXGI->drmSubFD, pXGI->agpSize, 0, NULL, &pXGI->agpHandle) < 0) {
431 "[drm] drmAgpAlloc failed\n");
  /xsrc/external/mit/xf86-video-openchrome/dist/src/
via_dri.c 294 if (drmAgpAlloc(pVia->drmmode.fd, agpPages * AGP_PAGE_SIZE,
296 xf86DrvMsg(pScrn->scrnIndex, X_ERROR, "[drm] drmAgpAlloc failed\n");
  /xsrc/external/mit/libdrm/dist/
xf86drm.h 712 extern int drmAgpAlloc(int fd, unsigned long size,
xf86drm.c 2341 drm_public int drmAgpAlloc(int fd, unsigned long size, unsigned long type,
  /xsrc/external/mit/xf86-video-mach64/dist/src/
atidri.c 610 ret = drmAgpAlloc( pATI->drmFD, pATIDRIServer->agpSize*1024*1024,
  /xsrc/external/mit/xf86-video-mga/dist/src/
mga_dri.c 425 ret = drmAgpAlloc( pMga->drmFD, pMGADRIServer->agp.size,
  /xsrc/external/mit/xf86-video-r128/dist/src/
r128_dri.c 292 if ((ret = drmAgpAlloc(info->drmFD, info->agpSize*1024*1024, 0, NULL,
  /xsrc/external/mit/xf86-video-savage/dist/src/
savage_dri.c 261 ret = drmAgpAlloc( psav->drmFD, pSAVAGEDRIServer->agp.size,
  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_dri.c 943 if ((ret = drmAgpAlloc(info->dri->drmFD, info->dri->gartSize*1024*1024, 0, NULL,

Completed in 26 milliseconds