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

  /xsrc/external/mit/libdrm/dist/
xf86drm.h 273 * Used by drmMapBufs() and drmUnmapBufs() to store information about the
696 extern drmBufMapPtr drmMapBufs(int fd);
xf86drm.c 1878 drm_public drmBufMapPtr drmMapBufs(int fd)
1915 * Unmap buffers allocated with drmMapBufs().
1921 * memory allocated by drmMapBufs().
  /xsrc/external/mit/xf86-video-mach64/dist/src/
atidri.c 909 pATIDRIServer->drmBuffers = drmMapBufs( pATI->drmFD );
  /xsrc/external/mit/xf86-video-mga/dist/src/
mga_dri.c 657 pMGADRIServer->drmBuffers = drmMapBufs( pMga->drmFD );
  /xsrc/external/mit/xf86-video-r128/dist/src/
r128_dri.c 702 if (!(info->buffers = drmMapBufs(info->drmFD))) {
  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_dri.c 1269 if (!(info->dri->buffers = drmMapBufs(info->dri->drmFD))) {

Completed in 12 milliseconds