Home
last modified time | relevance | path

Searched refs:vcs_exec (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_pxp_submit.c65 pxp->vcs_exec.q = q; in allocate_vcs_execution_resources()
66 pxp->vcs_exec.bo = bo; in allocate_vcs_execution_resources()
77 if (pxp->vcs_exec.bo) in destroy_vcs_execution_resources()
78 xe_bo_unpin_map_no_vm(pxp->vcs_exec.bo); in destroy_vcs_execution_resources()
80 if (pxp->vcs_exec.q) in destroy_vcs_execution_resources()
81 xe_exec_queue_put(pxp->vcs_exec.q); in destroy_vcs_execution_resources()
308 u64 addr = xe_bo_ggtt_addr(pxp->vcs_exec.bo); in xe_pxp_submit_session_termination()
310 offset = pxp_emit_session_termination(pxp->xe, &pxp->vcs_exec.bo->vmap, offset, id); in xe_pxp_submit_session_termination()
311 offset = pxp_emit_wait(pxp->xe, &pxp->vcs_exec.bo->vmap, offset); in xe_pxp_submit_session_termination()
312 emit_cmd(pxp->xe, &pxp->vcs_exec.bo->vmap, offset, MI_BATCH_BUFFER_END); in xe_pxp_submit_session_termination()
[all …]
H A Dxe_pxp_types.h83 } vcs_exec; member