Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/i915/gt/
Dselftest_workarounds.c513 scratch = __vm_create_scratch_for_read_pinned(ce->vm, sz); in check_dirty_whitelist()
1093 __vm_create_scratch_for_read_pinned(gt->vm, 4096); in live_isolated_whitelist()
1100 __vm_create_scratch_for_read_pinned(gt->vm, 4096); in live_isolated_whitelist()
Dselftest_mocs.c79 __vm_create_scratch_for_read_pinned(&gt->ggtt->vm, PAGE_SIZE); in live_mocs_init()
Dintel_gtt.c626 __vm_create_scratch_for_read_pinned(struct i915_address_space *vm, unsigned long size) in __vm_create_scratch_for_read_pinned() function
Dintel_gtt.h684 __vm_create_scratch_for_read_pinned(struct i915_address_space *vm, unsigned long size);
Dselftest_lrc.c35 return __vm_create_scratch_for_read_pinned(&gt->ggtt->vm, PAGE_SIZE); in create_scratch()
Dselftest_execlists.c4215 __vm_create_scratch_for_read_pinned(&siblings[0]->gt->ggtt->vm, in preserved_virtual_engine()