Searched refs:i915_vma_compare (Results 1 – 4 of 4) sorted by relevance
/drivers/gpu/drm/i915/ |
D | i915_vma.c | 198 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()
|
D | i915_vma.h | 152 i915_vma_compare(struct i915_vma *vma, in i915_vma_compare() function
|
D | i915_debugfs.c | 263 cmp = i915_vma_compare(vma, stats->vm, NULL); in per_file_stats()
|
/drivers/gpu/drm/i915/selftests/ |
D | i915_vma.c | 87 if (i915_vma_compare(vma, vm, view)) { in checked_vma_instance() 92 if (i915_vma_compare(vma, vma->vm, in checked_vma_instance()
|