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

  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
mock_engine.c 67 ring->vma = i915_vma_alloc();
gen6_ppgtt.c 420 vma = i915_vma_alloc();
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_vma.h 393 struct i915_vma *i915_vma_alloc(void);
i915_vma.c 53 struct i915_vma *i915_vma_alloc(void) function in typeref:struct:i915_vma *
165 vma = i915_vma_alloc();
457 work->flags = bind_flags | I915_VMA_ALLOC;

Completed in 14 milliseconds