Home
last modified time | relevance | path

Searched refs:xe_exec_queue_kill (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_exec_queue.h121 void xe_exec_queue_kill(struct xe_exec_queue *q);
H A Dxe_exec_queue.c1426 xe_exec_queue_kill(q); in xe_exec_queue_destroy_ioctl()
1561 * xe_exec_queue_kill - permanently stop all execution from an exec queue in xe_exec_queue_tlb_inval_last_fence_put()
1569 void xe_exec_queue_kill(struct xe_exec_queue *q)
1617 xe_exec_queue_kill(q);
1393 void xe_exec_queue_kill(struct xe_exec_queue *q) xe_exec_queue_kill() function
H A Dxe_pxp.c743 xe_exec_queue_kill(q); in pxp_invalidate_queues()
H A Dxe_device.c177 * vm->lock taken during xe_exec_queue_kill(). in xe_file_close()
182 xe_exec_queue_kill(q); in xe_file_close()
H A Dxe_vm.c1881 xe_exec_queue_kill(vm->q[id]); in xe_vm_lookup()