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.c424 struct xe_exec_queue *xe_exec_queue_create_bind(struct xe_device *xe, in xe_exec_queue_create_bind() function
470 ALLOW_ERROR_INJECTION(xe_exec_queue_create_bind, ERRNO);
1154 new = xe_exec_queue_create_bind(xe, tile, vm, flags, in xe_exec_queue_create_ioctl()
H A Dxe_vm.c1641 q = xe_exec_queue_create_bind(xe, tile, vm, create_flags, 0); in xe_vm_create()