Home
last modified time | relevance | path

Searched refs:drm_gem_dmabuf_vmap (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/drm/
H A Ddrm_prime.h86 int drm_gem_dmabuf_vmap(struct dma_buf *dma_buf, struct iosys_map *map);
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_prime.c688 int drm_gem_dmabuf_vmap(struct dma_buf *dma_buf, struct iosys_map *map) in drm_gem_dmabuf_vmap() function
694 EXPORT_SYMBOL(drm_gem_dmabuf_vmap);
796 .vmap = drm_gem_dmabuf_vmap,
/openbmc/linux/drivers/gpu/drm/virtio/
H A Dvirtgpu_prime.c83 .vmap = drm_gem_dmabuf_vmap,
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_dma_buf.c274 .vmap = drm_gem_dmabuf_vmap,