Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gt/uc/
A Dintel_guc_submission.c739 static u32 wq_space_until_wrap(struct intel_context *ce) in wq_space_until_wrap() function
763 u32 *wqi = get_wq_pointer(desc, ce, wq_space_until_wrap(ce)); in guc_wq_noop_append()
764 u32 len_dw = wq_space_until_wrap(ce) / sizeof(u32) - 1; in guc_wq_noop_append()
796 if (wqi_size > wq_space_until_wrap(ce)) { in __guc_wq_item_append()

Completed in 11 milliseconds