Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_oa_types.h201 struct xe_exec_queue *k_exec_q; member
Dxe_oa.c578 job = xe_bb_create_job(stream->k_exec_q, bb); in xe_oa_submit_bb()
831 xe_exec_queue_put(stream->k_exec_q); in xe_oa_stream_destroy()
1418 stream->k_exec_q = xe_exec_queue_create(stream->oa->xe, NULL, in xe_oa_stream_init()
1421 if (IS_ERR(stream->k_exec_q)) { in xe_oa_stream_init()
1422 ret = PTR_ERR(stream->k_exec_q); in xe_oa_stream_init()
1450 xe_exec_queue_put(stream->k_exec_q); in xe_oa_stream_init()