Home
last modified time | relevance | path

Searched refs:gsc_res (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_pxp_submit.c140 gsc_res->vm = vm; in allocate_gsc_client_resources()
141 gsc_res->bo = bo; in allocate_gsc_client_resources()
142 gsc_res->inout_size = inout_size; in allocate_gsc_client_resources()
146 gsc_res->q = q; in allocate_gsc_client_resources()
163 if (!gsc_res->q) in destroy_gsc_client_resources()
166 xe_exec_queue_put(gsc_res->q); in destroy_gsc_client_resources()
167 xe_bo_unpin_map_no_vm(gsc_res->bo); in destroy_gsc_client_resources()
168 xe_vm_close_and_put(gsc_res->vm); in destroy_gsc_client_resources()
403 struct xe_device *xe = gsc_res->vm->xe; in gsccs_send_message()
451 ret = pxp_pkt_submit(gsc_res->q, 0); in gsccs_send_message()
[all …]
H A Dxe_pxp_submit.h17 int xe_pxp_submit_session_init(struct xe_pxp_gsc_client_resources *gsc_res, u32 id);
19 int xe_pxp_submit_session_invalidation(struct xe_pxp_gsc_client_resources *gsc_res,
H A Dxe_pxp_types.h86 struct xe_pxp_gsc_client_resources gsc_res; member
H A Dxe_pxp.c162 ret = xe_pxp_submit_session_invalidation(&pxp->gsc_res, ARB_SESSION); in pxp_terminate_hw()
467 ret = xe_pxp_submit_session_init(&pxp->gsc_res, ARB_SESSION); in __pxp_start_arb_session()