Home
last modified time | relevance | path

Searched refs:xe_pxp_exec_queue_remove (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_pxp.h29 void xe_pxp_exec_queue_remove(struct xe_pxp *pxp, struct xe_exec_queue *q);
H A Dxe_exec_queue.c43 xe_pxp_exec_queue_remove(gt_to_xe(q->gt)->pxp, q); in __xe_exec_queue_free()
290 xe_pxp_exec_queue_remove(gt_to_xe(q->gt)->pxp, q); in xe_exec_queue_destroy()
H A Dxe_pxp.c696 void xe_pxp_exec_queue_remove(struct xe_pxp *pxp, struct xe_exec_queue *q) in xe_pxp_exec_queue_remove() function