Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_exec_queue.c237 struct xe_exec_queue *xe_exec_queue_create_bind(struct xe_device *xe, in xe_exec_queue_create_bind() function
269 ALLOW_ERROR_INJECTION(xe_exec_queue_create_bind, ERRNO);
632 new = xe_exec_queue_create_bind(xe, tile, flags, in xe_exec_queue_create_ioctl()
H A Dxe_vm.c1789 q = xe_exec_queue_create_bind(xe, tile, create_flags, 0); in xe_vm_create()