Searched refs:create_scratch (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dselftest_mocs.c49 static struct i915_vma *create_scratch(struct intel_gt *gt) function
83 arg->scratch = create_scratch(gt);
H A Dselftest_workarounds.c483 scratch = create_scratch(ce->vm, 2 * ARRAY_SIZE(values) + 1);
1023 client[i].scratch[0] = create_scratch(vm, 1024);
1031 client[i].scratch[1] = create_scratch(vm, 1024);
H A Dintel_workarounds.c1512 create_scratch(struct i915_address_space *vm, int count) function
1610 vma = create_scratch(&ce->engine->gt->ggtt->vm, wal->count);
H A Dselftest_lrc.c31 static struct i915_vma *create_scratch(struct intel_gt *gt) function
3059 scratch = create_scratch(siblings[0]->gt);
3938 scratch = create_scratch(gt);
4071 scratch = create_scratch(gt);

Completed in 212 milliseconds