Searched refs:wq_space_until_wrap (Results 1 – 2 of 2) sorted by relevance
562 static u32 wq_space_until_wrap(struct xe_exec_queue *q) in wq_space_until_wrap() function600 u32 len_dw = wq_space_until_wrap(q) / sizeof(u32) - 1; in wq_noop_append()602 if (wq_wait_for_space(q, wq_space_until_wrap(q))) in wq_noop_append()626 if (wqi_size > wq_space_until_wrap(q)) { in wq_item_append()
814 static u32 wq_space_until_wrap(struct intel_context *ce) in wq_space_until_wrap() function835 u32 *wqi = get_wq_pointer(ce, wq_space_until_wrap(ce)); in guc_wq_noop_append()836 u32 len_dw = wq_space_until_wrap(ce) / sizeof(u32) - 1; in guc_wq_noop_append()867 if (wqi_size > wq_space_until_wrap(ce)) { in __guc_wq_item_append()