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

  /src/sys/external/bsd/drm2/dist/drm/
drm_prime.c 681 * For kernel-internal access there's drm_gem_dmabuf_vmap() and
800 * drm_gem_dmabuf_vmap - dma_buf vmap implementation for GEM
808 void *drm_gem_dmabuf_vmap(struct dma_buf *dma_buf) function in typeref:typename:void *
819 EXPORT_SYMBOL(drm_gem_dmabuf_vmap);
967 .vmap = drm_gem_dmabuf_vmap,
drm_prime.c 681 * For kernel-internal access there's drm_gem_dmabuf_vmap() and
800 * drm_gem_dmabuf_vmap - dma_buf vmap implementation for GEM
808 void *drm_gem_dmabuf_vmap(struct dma_buf *dma_buf) function in typeref:typename:void *
819 EXPORT_SYMBOL(drm_gem_dmabuf_vmap);
967 .vmap = drm_gem_dmabuf_vmap,
drm_prime.c 681 * For kernel-internal access there's drm_gem_dmabuf_vmap() and
800 * drm_gem_dmabuf_vmap - dma_buf vmap implementation for GEM
808 void *drm_gem_dmabuf_vmap(struct dma_buf *dma_buf) function in typeref:typename:void *
819 EXPORT_SYMBOL(drm_gem_dmabuf_vmap);
967 .vmap = drm_gem_dmabuf_vmap,

Completed in 32 milliseconds