HomeSort by: relevance | last modified time | path
    Searched defs:drm_gem_dmabuf_vunmap (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/
drm_prime.c 682 * drm_gem_dmabuf_vunmap(). Userspace mmap support is provided by
822 * drm_gem_dmabuf_vunmap - dma_buf vunmap implementation for GEM
829 void drm_gem_dmabuf_vunmap(struct dma_buf *dma_buf, void *vaddr) function in typeref:typename:void
835 EXPORT_SYMBOL(drm_gem_dmabuf_vunmap);
968 .vunmap = drm_gem_dmabuf_vunmap,
drm_prime.c 682 * drm_gem_dmabuf_vunmap(). Userspace mmap support is provided by
822 * drm_gem_dmabuf_vunmap - dma_buf vunmap implementation for GEM
829 void drm_gem_dmabuf_vunmap(struct dma_buf *dma_buf, void *vaddr) function in typeref:typename:void
835 EXPORT_SYMBOL(drm_gem_dmabuf_vunmap);
968 .vunmap = drm_gem_dmabuf_vunmap,
drm_prime.c 682 * drm_gem_dmabuf_vunmap(). Userspace mmap support is provided by
822 * drm_gem_dmabuf_vunmap - dma_buf vunmap implementation for GEM
829 void drm_gem_dmabuf_vunmap(struct dma_buf *dma_buf, void *vaddr) function in typeref:typename:void
835 EXPORT_SYMBOL(drm_gem_dmabuf_vunmap);
968 .vunmap = drm_gem_dmabuf_vunmap,

Completed in 35 milliseconds