Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_pxp.c646 * xe_pxp_exec_queue_add - add a queue to the PXP list
657 int xe_pxp_exec_queue_add(struct xe_pxp *pxp, struct xe_exec_queue *q) in xe_pxp_exec_queue_add()
688 ALLOW_ERROR_INJECTION(xe_pxp_exec_queue_add, ERRNO); in __pxp_exec_queue_remove()
655 int xe_pxp_exec_queue_add(struct xe_pxp *pxp, struct xe_exec_queue *q) xe_pxp_exec_queue_add() function
H A Dxe_exec_queue.c451 err = xe_pxp_exec_queue_add(xe->pxp, q); in xe_exec_queue_create()