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

  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_vma.c 155 vma_create(struct drm_i915_gem_object *obj, function in typeref:struct:i915_vma *
351 /* vma_create() will resolve the race if another creates the vma */
353 vma = vma_create(obj, vm, view);
i915_vma.c 155 vma_create(struct drm_i915_gem_object *obj, function in typeref:struct:i915_vma *
351 /* vma_create() will resolve the race if another creates the vma */
353 vma = vma_create(obj, vm, view);

Completed in 22 milliseconds