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

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_prime.h 84 void drm_gem_unmap_dma_buf(struct dma_buf_attachment *attach,
  /src/sys/external/bsd/drm2/dist/drm/
drm_prime.c 678 * handled by drm_gem_map_dma_buf() and drm_gem_unmap_dma_buf(), which relies on
747 * with drm_gem_unmap_dma_buf().
778 * drm_gem_unmap_dma_buf - unmap_dma_buf implementation for GEM
785 void drm_gem_unmap_dma_buf(struct dma_buf_attachment *attach, function in typeref:typename:void
797 EXPORT_SYMBOL(drm_gem_unmap_dma_buf);
964 .unmap_dma_buf = drm_gem_unmap_dma_buf,

Completed in 35 milliseconds