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

  /src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_dmabuf.c 194 static const struct dma_buf_ops i915_dmabuf_ops = { variable in typeref:typename:const struct dma_buf_ops
210 exp_info.ops = &i915_dmabuf_ops;
263 if (dma_buf->ops == &i915_dmabuf_ops) {
i915_gem_dmabuf.c 194 static const struct dma_buf_ops i915_dmabuf_ops = { variable in typeref:typename:const struct dma_buf_ops
210 exp_info.ops = &i915_dmabuf_ops;
263 if (dma_buf->ops == &i915_dmabuf_ops) {

Completed in 69 milliseconds