OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:i915_vma_compare
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/
i915_vma.c
121
long cmp =
i915_vma_compare
(__UNCONST(a), b->vm,
132
long cmp =
i915_vma_compare
(__UNCONST(vma), key->vm, key->view);
257
cmp =
i915_vma_compare
(pos, vm, view);
310
cmp =
i915_vma_compare
(vma, vm, view);
355
GEM_BUG_ON(!IS_ERR(vma) &&
i915_vma_compare
(vma, vm, view));
i915_vma.h
163
i915_vma_compare
(struct i915_vma *vma,
function in typeref:typename:long
i915_debugfs.c
274
cmp =
i915_vma_compare
(vma, stats->vm, NULL);
/src/sys/external/bsd/drm2/dist/drm/i915/selftests/
i915_vma.c
79
/* Manual checks, will be reinforced by
i915_vma_compare
! */
92
if (
i915_vma_compare
(vma, vm, view)) {
93
pr_err("
i915_vma_compare
failed with create parameters!\n");
97
if (
i915_vma_compare
(vma, vma->vm,
99
pr_err("
i915_vma_compare
failed with itself\n");
104
pr_err("
i915_vma_compare
failed to detect the difference!\n");
Completed in 46 milliseconds
Indexes created Mon Oct 20 16:09:52 GMT 2025