Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_oa_types.h198 struct xe_exec_queue *k_exec_q; member
H A Dxe_oa.c626 struct xe_exec_queue *q = stream->exec_q ?: stream->k_exec_q; in xe_oa_submit_bb()
856 xe_exec_queue_put(stream->k_exec_q); in xe_oa_stream_destroy()
1746 stream->k_exec_q = xe_exec_queue_create(stream->oa->xe, NULL, in xe_oa_stream_init()
1749 if (IS_ERR(stream->k_exec_q)) { in xe_oa_stream_init()
1750 ret = PTR_ERR(stream->k_exec_q); in xe_oa_stream_init()
1778 xe_exec_queue_put(stream->k_exec_q); in xe_oa_stream_init()