Searched refs:i915_vma_compare (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/gpu/drm/i915/ |
A D | i915_vma.c | 191 cmp = i915_vma_compare(pos, vm, view); in vma_create() 237 cmp = i915_vma_compare(vma, vm, view); in i915_vma_lookup() 281 GEM_BUG_ON(!IS_ERR(vma) && i915_vma_compare(vma, vm, view)); in i915_vma_instance()
|
A D | i915_vma.h | 162 i915_vma_compare(struct i915_vma *vma, in i915_vma_compare() function
|
/linux/drivers/gpu/drm/i915/selftests/ |
A 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()
|
Completed in 9 milliseconds