Searched refs:ijob (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_pt.c | 1309 struct xe_tlb_inval_job *ijob, in xe_pt_vm_dependencies() 1372 if (ijob) { in xe_pt_vm_dependencies() 1373 err = xe_tlb_inval_job_alloc_dep(ijob); in xe_pt_vm_dependencies() 1396 return xe_pt_vm_dependencies(pt_update->job, pt_update->ijob, in xe_pt_pre_commit() 2552 struct xe_tlb_inval_job *ijob = NULL, *mjob = NULL; in xe_pt_update_ops_run() 2583 ijob = xe_tlb_inval_job_create(q, &tile->primary_gt->tlb_inval, in xe_pt_update_ops_run() 2588 if (IS_ERR(ijob)) { in xe_pt_update_ops_run() 2589 err = PTR_ERR(ijob); in xe_pt_update_ops_run() 2592 update.ijob = ijob; in xe_pt_update_ops_run() 1308 xe_pt_vm_dependencies(struct xe_sched_job * job,struct xe_tlb_inval_job * ijob,struct xe_tlb_inval_job * mjob,struct xe_vm * vm,struct xe_vma_ops * vops,struct xe_vm_pgtable_update_ops * pt_update_ops,struct xe_range_fence_tree * rftree) xe_pt_vm_dependencies() argument 2551 struct xe_tlb_inval_job *ijob = NULL, *mjob = NULL; xe_pt_update_ops_run() local [all...] |