Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_exec.c268 if (xe_exec_queue_is_lr(q) && xe_exec_queue_ring_full(q)) { in xe_exec_ioctl()
330 if (xe_exec_queue_is_lr(q)) in xe_exec_ioctl()
H A Dxe_guc_submit.c587 if (xe_exec_queue_is_lr(q)) in register_exec_queue()
755 bool lr = xe_exec_queue_is_lr(q); in guc_exec_queue_run_job()
845 if (xe_exec_queue_is_lr(q)) in xe_guc_exec_queue_trigger_cleanup()
913 xe_gt_assert(guc_to_gt(guc), xe_exec_queue_is_lr(q)); in xe_guc_exec_queue_lr_cleanup()
1291 if (xe_exec_queue_is_lr(q)) in __guc_exec_queue_fini_async()
1505 if (xe_exec_queue_is_lr(q)) in guc_exec_queue_init()
1732 if (exec_queue_extra_ref(q) || xe_exec_queue_is_lr(q)) in guc_exec_queue_stop()
1764 } else if (xe_exec_queue_is_lr(q) && in guc_exec_queue_stop()
1989 if (exec_queue_extra_ref(q) || xe_exec_queue_is_lr(q)) in handle_deregister_done()
H A Dxe_exec_queue.c750 bool xe_exec_queue_is_lr(struct xe_exec_queue *q) in xe_exec_queue_is_lr() function