Searched refs:i915_vma_compare (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/i915/ |
A D | i915_vma.h | 208 i915_vma_compare(struct i915_vma *vma, in i915_vma_compare() function
|
A D | i915_vma.c | 215 cmp = i915_vma_compare(pos, vm, view); in vma_create() 263 cmp = i915_vma_compare(vma, vm, view); in i915_vma_lookup() 307 GEM_BUG_ON(!IS_ERR(vma) && i915_vma_compare(vma, vm, view)); in i915_vma_instance()
|
/linux-6.3-rc2/drivers/gpu/drm/i915/selftests/ |
A D | i915_vma.c | 88 if (i915_vma_compare(vma, vm, view)) { in checked_vma_instance() 93 if (i915_vma_compare(vma, vma->vm, in checked_vma_instance()
|
Completed in 9 milliseconds