Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_oa.c85 struct xe_exec_queue *exec_q; member
622 struct xe_exec_queue *q = stream->exec_q ?: stream->k_exec_q; in xe_oa_submit_bb()
829 if (stream->exec_q) in xe_oa_disable_metric_set()
1112 if (stream->exec_q) { in xe_oa_enable_metric_set()
1425 struct xe_exec_queue *q = stream->exec_q; in xe_oa_enable_preempt_timeslice()
1441 struct xe_exec_queue *q = stream->exec_q; in xe_oa_disable_preempt_timeslice()
1603 if (stream->exec_q) in xe_oa_destroy_locked()
1604 xe_exec_queue_put(stream->exec_q); in xe_oa_destroy_locked()
1685 stream->exec_q = param->exec_q; in xe_oa_stream_init()
1918 if (param->exec_q) { in xe_oa_assign_hwe()
[all …]
H A Dxe_oa_types.h195 struct xe_exec_queue *exec_q; member