Lines Matching refs:vcs_exec
64 pxp->vcs_exec.q = q; in allocate_vcs_execution_resources()
65 pxp->vcs_exec.bo = bo; in allocate_vcs_execution_resources()
76 if (pxp->vcs_exec.bo) in destroy_vcs_execution_resources()
77 xe_bo_unpin_map_no_vm(pxp->vcs_exec.bo); in destroy_vcs_execution_resources()
79 if (pxp->vcs_exec.q) in destroy_vcs_execution_resources()
80 xe_exec_queue_put(pxp->vcs_exec.q); in destroy_vcs_execution_resources()
294 u64 addr = xe_bo_ggtt_addr(pxp->vcs_exec.bo); in xe_pxp_submit_session_termination()
296 offset = pxp_emit_session_termination(pxp->xe, &pxp->vcs_exec.bo->vmap, offset, id); in xe_pxp_submit_session_termination()
297 offset = pxp_emit_wait(pxp->xe, &pxp->vcs_exec.bo->vmap, offset); in xe_pxp_submit_session_termination()
298 emit_cmd(pxp->xe, &pxp->vcs_exec.bo->vmap, offset, MI_BATCH_BUFFER_END); in xe_pxp_submit_session_termination()
300 job = xe_sched_job_create(pxp->vcs_exec.q, &addr); in xe_pxp_submit_session_termination()