Home
last modified time | relevance | path

Searched refs:i915_vma_compare (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_vma.h152 i915_vma_compare(struct i915_vma *vma, in i915_vma_compare() function
H A 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()
H A Di915_debugfs.c263 cmp = i915_vma_compare(vma, stats->vm, NULL); in per_file_stats()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_vma.h208 i915_vma_compare(struct i915_vma *vma, in i915_vma_compare() function
H A Di915_vma.c216 cmp = i915_vma_compare(pos, vm, view); in vma_create()
264 cmp = i915_vma_compare(vma, vm, view); in i915_vma_lookup()
308 GEM_BUG_ON(!IS_ERR(vma) && i915_vma_compare(vma, vm, view)); in i915_vma_instance()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/
H A Di915_vma.c74 /* Manual checks, will be reinforced by i915_vma_compare! */ in checked_vma_instance()
87 if (i915_vma_compare(vma, vm, view)) { in checked_vma_instance()
88 pr_err("i915_vma_compare failed with create parameters!\n"); in checked_vma_instance()
92 if (i915_vma_compare(vma, vma->vm, in checked_vma_instance()
94 pr_err("i915_vma_compare failed with itself\n"); in checked_vma_instance()
99 pr_err("i915_vma_compare failed to detect the difference!\n"); in checked_vma_instance()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/selftests/
H A Di915_vma.c75 /* Manual checks, will be reinforced by i915_vma_compare! */ in checked_vma_instance()
88 if (i915_vma_compare(vma, vm, view)) { in checked_vma_instance()
89 pr_err("i915_vma_compare failed with create parameters!\n"); in checked_vma_instance()
93 if (i915_vma_compare(vma, vma->vm, in checked_vma_instance()
95 pr_err("i915_vma_compare failed with itself\n"); in checked_vma_instance()
100 pr_err("i915_vma_compare failed to detect the difference!\n"); in checked_vma_instance()

Completed in 12 milliseconds