Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/gt/uc/
Dintel_guc_submission.c395 const size_t wqi_size = sizeof(struct guc_wq_item); in guc_wq_item_append() local
396 const u32 wqi_len = wqi_size / sizeof(u32) - 1; in guc_wq_item_append()
410 BUILD_BUG_ON(wqi_size != 16); in guc_wq_item_append()
418 GUC_WQ_SIZE) < wqi_size); in guc_wq_item_append()
419 GEM_BUG_ON(wq_off & (wqi_size - 1)); in guc_wq_item_append()
439 WRITE_ONCE(desc->tail, (wq_off + wqi_size) & (GUC_WQ_SIZE - 1)); in guc_wq_item_append()