Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_oa_types.h212 struct xe_exec_queue *k_exec_q; member
H A Dxe_oa.c651 struct xe_exec_queue *q = stream->exec_q ?: stream->k_exec_q; in xe_oa_submit_bb()
893 xe_exec_queue_put(stream->k_exec_q); in xe_oa_stream_destroy()
1801 stream->k_exec_q = xe_exec_queue_create(stream->oa->xe, NULL, in xe_oa_stream_init()
1804 if (IS_ERR(stream->k_exec_q)) { in xe_oa_stream_init()
1805 ret = PTR_ERR(stream->k_exec_q); in xe_oa_stream_init()
1833 xe_exec_queue_put(stream->k_exec_q); in xe_oa_stream_init()