Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_exec_queue.h29 struct xe_exec_queue *xe_exec_queue_create_bind(struct xe_device *xe,
H A Dxe_sriov_vf_ccs.c353 q = xe_exec_queue_create_bind(xe, tile, NULL, flags, 0); in xe_sriov_vf_ccs_init()
H A Dxe_exec_queue.c502 * xe_exec_queue_create_bind() - Create bind exec queue.
518 struct xe_exec_queue *xe_exec_queue_create_bind(struct xe_device *xe, in xe_exec_queue_assign_name()
564 ALLOW_ERROR_INJECTION(xe_exec_queue_create_bind, ERRNO); in exec_queue_set_priority()
1326 new = xe_exec_queue_create_bind(xe, tile, vm, flags, in xe_exec_queue_is_idle()
423 struct xe_exec_queue *xe_exec_queue_create_bind(struct xe_device *xe, xe_exec_queue_create_bind() function
H A Dxe_vm.c1755 q = xe_exec_queue_create_bind(xe, tile, vm, create_flags, 0); in xe_vm_close_and_put()