Searched refs:map_req (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/gpu/drm/msm/ |
| H A D | msm_gem_vma.c | 1257 struct drm_gpuvm_map_req map_req = { in vm_bind_job_lock_objects() 1264 ret = drm_gpuvm_sm_map_exec_lock(job->vm, exec, 1, &map_req); in vm_bind_job_lock_objects() 1375 struct drm_gpuvm_map_req map_req = { in vm_bind_job_prepare() 1382 ret = drm_gpuvm_sm_map(job->vm, &arg, &map_req); in vm_bind_job_prepare() 1258 struct drm_gpuvm_map_req map_req = { vm_bind_job_lock_objects() local 1376 struct drm_gpuvm_map_req map_req = { vm_bind_job_prepare() local
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_gpuvm.c | 555 * struct drm_gpuvm_map_req map_req = { 566 * ops = drm_gpuvm_sm_map_ops_create(gpuvm, &map_req); 2506 struct drm_gpuvm_map_req map_req = { in __drm_gpuvm_sm_map() 2511 ret = op_map_cb(ops, priv, &map_req); in __drm_gpuvm_sm_map() 2574 struct drm_gpuvm_map_req map_req = { in __drm_gpuvm_sm_map() 2579 return op_map_cb(ops, priv, &map_req); in __drm_gpuvm_sm_map() 2500 struct drm_gpuvm_map_req map_req = { __drm_gpuvm_sm_map() local 2568 struct drm_gpuvm_map_req map_req = { __drm_gpuvm_sm_map() local
|
| /linux/drivers/gpu/drm/imagination/ |
| H A D | pvr_vm.c | 190 const struct drm_gpuvm_map_req map_req = { in pvr_vm_bind_op_exec() local 198 bind_op, &map_req); in pvr_vm_bind_op_exec()
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_vm.c | 2428 struct drm_gpuvm_map_req map_req = { in vm_bind_ioctl_ops_create() 2435 ops = drm_gpuvm_sm_map_ops_create(&vm->gpuvm, &map_req); in vm_bind_ioctl_ops_create() 4697 struct drm_gpuvm_map_req *map_req, in xe_vm_alloc_vma() 4712 ops = drm_gpuvm_madvise_ops_create(&vm->gpuvm, map_req); in xe_vm_alloc_vma() 4714 ops = drm_gpuvm_sm_map_ops_create(&vm->gpuvm, map_req); in xe_vm_alloc_vma() 4838 struct drm_gpuvm_map_req map_req = { in xe_vm_alloc_madvise_vma() 4847 return xe_vm_alloc_vma(vm, &map_req, true); in xe_vm_alloc_madvise_vma() 4902 struct drm_gpuvm_map_req map_req = { in xe_vm_alloc_cpu_addr_mirror_vma() 4912 return xe_vm_alloc_vma(vm, &map_req, false); in xe_vm_alloc_cpu_addr_mirror_vma() 2429 struct drm_gpuvm_map_req map_req = { vm_bind_ioctl_ops_create() local 4698 xe_vm_alloc_vma(struct xe_vm * vm,struct drm_gpuvm_map_req * map_req,bool is_madvise) xe_vm_alloc_vma() argument 4839 struct drm_gpuvm_map_req map_req = { xe_vm_alloc_madvise_vma() local 4903 struct drm_gpuvm_map_req map_req = { xe_vm_alloc_cpu_addr_mirror_vma() local
|
| /linux/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_uvmm.c | 1347 struct drm_gpuvm_map_req map_req = { in nouveau_uvmm_bind_job_submit() local 1378 &map_req); in nouveau_uvmm_bind_job_submit()
|
| /linux/drivers/gpu/drm/panthor/ |
| H A D | panthor_mmu.c | 2603 const struct drm_gpuvm_map_req map_req = { in panthor_vm_bind_job_cleanup_op_ctx_work() 2615 ret = drm_gpuvm_sm_map(&vm->base, vm, &map_req); 2303 const struct drm_gpuvm_map_req map_req = { panthor_vm_exec_op() local
|