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

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_dma_buf.h 44 extern const struct dma_buf_ops amdgpu_dmabuf_ops;
amdgpu_dma_buf.c 48 * amdgpu_gem_prime_vmap - &dma_buf_ops.vmap implementation
70 * amdgpu_gem_prime_vunmap - &dma_buf_ops.vunmap implementation
187 * amdgpu_dma_buf_attach - &dma_buf_ops.attach implementation
231 * amdgpu_dma_buf_detach - &dma_buf_ops.detach implementation
255 * amdgpu_dma_buf_map - &dma_buf_ops.map_dma_buf implementation
297 * amdgpu_dma_buf_unmap - &dma_buf_ops.unmap_dma_buf implementation
319 * amdgpu_dma_buf_begin_cpu_access - &dma_buf_ops.begin_cpu_access implementation
359 const struct dma_buf_ops amdgpu_dmabuf_ops = {
  /src/sys/external/bsd/drm2/include/linux/
dma-buf.h 48 struct dma_buf_ops;
55 struct dma_buf_ops { struct
76 const struct dma_buf_ops *ops;
98 const struct dma_buf_ops *ops;
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_prime.c 70 const struct dma_buf_ops vmw_prime_dmabuf_ops = {
ttm_object.h 312 const struct dma_buf_ops *ops);
ttm_object.c 101 struct dma_buf_ops ops;
535 const struct dma_buf_ops *ops)
vmwgfx_drv.h 1209 extern const struct dma_buf_ops vmw_prime_dmabuf_ops;
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/selftests/
mock_dmabuf.c 89 static const struct dma_buf_ops mock_dmabuf_ops = {
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_dmabuf.c 194 static const struct dma_buf_ops i915_dmabuf_ops = {
  /src/sys/external/bsd/drm2/dist/drm/
drm_prime.c 73 * &dma_buf_ops implementations for GEM drivers are all individually exported
84 * itself is dropped and its &dma_buf_ops.release function is called. For
400 * must use this in their &dma_buf_ops structure as the release callback.
708 * used as the &dma_buf_ops.attach callback. Must be used together with
729 * &dma_buf_ops.detach callback.
746 * can be used as the &dma_buf_ops.map_dma_buf callback. Should be used together
783 * This can be used as the &dma_buf_ops.unmap_dma_buf callback.
803 * Sets up a kernel virtual mapping. This can be used as the &dma_buf_ops.vmap
827 * &dma_buf_ops.vunmap callback. Calls into &drm_gem_object_funcs.vunmap for device specific handling.
926 * &dma_buf_ops.mmap callback. It just forwards to &drm_driver.gem_prime_mmap
    [all...]

Completed in 18 milliseconds