Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_guc_submission.c447 u32 wq_off; in guc_wq_item_append() local
461 wq_off = READ_ONCE(desc->tail); in guc_wq_item_append()
462 GEM_BUG_ON(CIRC_SPACE(wq_off, READ_ONCE(desc->head), in guc_wq_item_append()
464 GEM_BUG_ON(wq_off & (wqi_size - 1)); in guc_wq_item_append()
467 wqi = client->vaddr + wq_off + GUC_DB_SIZE; in guc_wq_item_append()
480 WRITE_ONCE(desc->tail, (wq_off + wqi_size) & (GUC_WQ_SIZE - 1)); in guc_wq_item_append()