Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/
Di915_vma.c198 cmp = i915_vma_compare(pos, vm, view); in vma_create()
244 cmp = i915_vma_compare(vma, vm, view); in vma_lookup()
288 GEM_BUG_ON(!IS_ERR(vma) && i915_vma_compare(vma, vm, view)); in i915_vma_instance()
Di915_vma.h152 i915_vma_compare(struct i915_vma *vma, in i915_vma_compare() function
Di915_debugfs.c263 cmp = i915_vma_compare(vma, stats->vm, NULL); in per_file_stats()
/drivers/gpu/drm/i915/selftests/
Di915_vma.c87 if (i915_vma_compare(vma, vm, view)) { in checked_vma_instance()
92 if (i915_vma_compare(vma, vma->vm, in checked_vma_instance()