Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_guc_submit.c1044 static u32 wq_space_until_wrap(struct xe_exec_queue *q) in wq_space_until_wrap() function
1081 u32 len_dw = wq_space_until_wrap(q) / sizeof(u32) - 1; in wq_noop_append()
1083 if (wq_wait_for_space(q, wq_space_until_wrap(q))) in wq_noop_append()
1107 if (wqi_size > wq_space_until_wrap(q)) { in wq_item_append()