Home
last modified time | relevance | path

Searched refs:__vm_create_scratch_for_read_pinned (Results 1 – 7 of 7) sorted by relevance

/openbsd/sys/dev/pci/drm/i915/gt/
H A Dselftest_workarounds.c509 scratch = __vm_create_scratch_for_read_pinned(ce->vm, sz); in check_dirty_whitelist()
1077 __vm_create_scratch_for_read_pinned(gt->vm, 4096); in live_isolated_whitelist()
1084 __vm_create_scratch_for_read_pinned(gt->vm, 4096); in live_isolated_whitelist()
H A Dselftest_mocs.c80 __vm_create_scratch_for_read_pinned(&gt->ggtt->vm, PAGE_SIZE); in live_mocs_init()
H A Dintel_gtt.c691 __vm_create_scratch_for_read_pinned(struct i915_address_space *vm, unsigned long size) in __vm_create_scratch_for_read_pinned() function
H A Dintel_gtt.h684 __vm_create_scratch_for_read_pinned(struct i915_address_space *vm, unsigned long size);
H A Dselftest_lrc.c35 return __vm_create_scratch_for_read_pinned(&gt->ggtt->vm, PAGE_SIZE); in create_scratch()
H A Dselftest_execlists.c4201 __vm_create_scratch_for_read_pinned(&siblings[0]->gt->ggtt->vm, in preserved_virtual_engine()
/openbsd/sys/dev/pci/drm/i915/
H A Di915_perf.c1409 scratch = __vm_create_scratch_for_read_pinned(&ce->engine->gt->ggtt->vm, 4); in gen12_guc_sw_ctx_id()