Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/gt/uc/
Dintel_guc_submission.c179 u32 wq_off; in guc_wq_item_append() local
196 wq_off = READ_ONCE(desc->tail); in guc_wq_item_append()
197 GEM_BUG_ON(CIRC_SPACE(wq_off, READ_ONCE(desc->head), in guc_wq_item_append()
199 GEM_BUG_ON(wq_off & (wqi_size - 1)); in guc_wq_item_append()
201 wqi = guc->workqueue_vaddr + wq_off; in guc_wq_item_append()
214 WRITE_ONCE(desc->tail, (wq_off + wqi_size) & (GUC_WQ_SIZE - 1)); in guc_wq_item_append()