Searched refs:insert_page (Results 1 – 15 of 15) sorted by relevance
| /drivers/gpu/drm/i915/selftests/ |
| A D | mock_gtt.c | 84 ppgtt->vm.insert_page = mock_insert_page; in mock_ppgtt() 123 ggtt->vm.insert_page = mock_insert_page; in mock_init_ggtt()
|
| A D | i915_gem.c | 62 ggtt->vm.insert_page(&ggtt->vm, dma, slot, in trash_stolen()
|
| A D | i915_gem_gtt.c | 1383 ggtt->vm.insert_page(&ggtt->vm, in igt_ggtt_page()
|
| /drivers/gpu/drm/i915/gt/ |
| A D | intel_ggtt.c | 698 struct insert_page { struct 707 struct insert_page *arg = _arg; in bxt_vtd_ggtt_insert_page__cb() argument 722 struct insert_page arg = { vm, addr, offset, pat_index }; in bxt_vtd_ggtt_insert_page__BKL() 1285 ggtt->vm.insert_page = gen8_ggtt_insert_page; in gen8_gmch_probe() 1298 ggtt->vm.insert_page = bxt_vtd_ggtt_insert_page__BKL; in gen8_gmch_probe() 1315 ggtt->vm.insert_page = gen8_ggtt_insert_page_bind; in gen8_gmch_probe() 1482 ggtt->vm.insert_page = gen6_ggtt_insert_page; in gen6_gmch_probe()
|
| A D | selftest_reset.c | 87 ggtt->vm.insert_page(&ggtt->vm, dma, in __igt_reset_stolen() 130 ggtt->vm.insert_page(&ggtt->vm, dma, in __igt_reset_stolen()
|
| A D | intel_ggtt_gmch.c | 109 ggtt->vm.insert_page = gmch_ggtt_insert_page; in intel_ggtt_gmch_probe()
|
| A D | intel_migrate.c | 48 vm->insert_page(vm, 0, d->offset, in xehp_toggle_pdes() 68 vm->insert_page(vm, px_dma(pt), d->offset, in xehp_insert_pte() 80 vm->insert_page(vm, px_dma(pt), d->offset, in insert_pte()
|
| A D | gen8_ppgtt.c | 1048 ppgtt->vm.insert_page = xehp_ppgtt_insert_entry; in gen8_ppgtt_create() 1050 ppgtt->vm.insert_page = gen8_ppgtt_insert_entry; in gen8_ppgtt_create()
|
| A D | intel_gtt.h | 326 void (*insert_page)(struct i915_address_space *vm, member
|
| /drivers/gpu/drm/i915/display/ |
| A D | intel_dpt.c | 299 vm->insert_page = dpt_insert_page; in intel_dpt_create()
|
| /drivers/net/ethernet/mellanox/mlx5/core/ |
| A D | pagealloc.c | 125 static int insert_page(struct mlx5_core_dev *dev, u64 addr, struct page *page, u32 function) in insert_page() function 319 err = insert_page(dev, addr, page, function); in alloc_system_page()
|
| /drivers/gpu/drm/i915/ |
| A D | i915_gem.c | 419 ggtt->vm.insert_page(&ggtt->vm, in i915_gem_gtt_pread() 600 ggtt->vm.insert_page(&ggtt->vm, in i915_gem_gtt_pwrite_fast()
|
| A D | i915_gpu_error.c | 1119 ggtt->vm.insert_page(&ggtt->vm, dma, slot, in i915_vma_coredump_create()
|
| /drivers/gpu/drm/i915/gem/ |
| A D | i915_gem_stolen.c | 588 ggtt->vm.insert_page(&ggtt->vm, addr, in dbg_poison()
|
| A D | i915_gem_execbuffer.c | 1330 ggtt->vm.insert_page(&ggtt->vm, in reloc_iomap()
|
Completed in 41 milliseconds