Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_guc_submission.c443 const size_t wqi_size = sizeof(struct guc_wq_item); in guc_wq_item_append() local
444 const u32 wqi_len = wqi_size / sizeof(u32) - 1; in guc_wq_item_append()
458 BUILD_BUG_ON(wqi_size != 16); in guc_wq_item_append()
463 GUC_WQ_SIZE) < wqi_size); in guc_wq_item_append()
464 GEM_BUG_ON(wq_off & (wqi_size - 1)); in guc_wq_item_append()
480 WRITE_ONCE(desc->tail, (wq_off + wqi_size) & (GUC_WQ_SIZE - 1)); in guc_wq_item_append()