Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_submission.c800 static u32 wq_space_until_wrap(struct intel_context *ce) in wq_space_until_wrap() function
821 u32 *wqi = get_wq_pointer(ce, wq_space_until_wrap(ce)); in guc_wq_noop_append()
822 u32 len_dw = wq_space_until_wrap(ce) / sizeof(u32) - 1; in guc_wq_noop_append()
853 if (wqi_size > wq_space_until_wrap(ce)) { in __guc_wq_item_append()