HomeSort by: relevance | last modified time | path
    Searched defs:create_scratch (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
selftest_mocs.c 49 static struct i915_vma *create_scratch(struct intel_gt *gt) function in typeref:struct:i915_vma *
83 arg->scratch = create_scratch(gt);
selftest_mocs.c 49 static struct i915_vma *create_scratch(struct intel_gt *gt) function in typeref:struct:i915_vma *
83 arg->scratch = create_scratch(gt);
intel_workarounds.c 1512 create_scratch(struct i915_address_space *vm, int count) function in typeref:struct:i915_vma *
1610 vma = create_scratch(&ce->engine->gt->ggtt->vm, wal->count);
intel_workarounds.c 1512 create_scratch(struct i915_address_space *vm, int count) function in typeref:struct:i915_vma *
1610 vma = create_scratch(&ce->engine->gt->ggtt->vm, wal->count);
selftest_lrc.c 31 static struct i915_vma *create_scratch(struct intel_gt *gt) function in typeref:struct:i915_vma *
3059 scratch = create_scratch(siblings[0]->gt);
3938 scratch = create_scratch(gt);
4071 scratch = create_scratch(gt);
selftest_lrc.c 31 static struct i915_vma *create_scratch(struct intel_gt *gt) function in typeref:struct:i915_vma *
3059 scratch = create_scratch(siblings[0]->gt);
3938 scratch = create_scratch(gt);
4071 scratch = create_scratch(gt);

Completed in 32 milliseconds