Searched refs:i915_vma_compare (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_vma.h | 152 i915_vma_compare(struct i915_vma *vma, in i915_vma_compare() function
|
H A 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()
|
H A D | i915_debugfs.c | 263 cmp = i915_vma_compare(vma, stats->vm, NULL); in per_file_stats()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | i915_vma.h | 208 i915_vma_compare(struct i915_vma *vma, in i915_vma_compare() function
|
H A D | i915_vma.c | 216 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 D | i915_vma.c | 74 /* 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 D | i915_vma.c | 75 /* 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