Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/gt/uc/
Dintel_guc_submission.c399 u32 wq_off; in guc_wq_item_append() local
416 wq_off = READ_ONCE(desc->tail); in guc_wq_item_append()
417 GEM_BUG_ON(CIRC_SPACE(wq_off, READ_ONCE(desc->head), in guc_wq_item_append()
419 GEM_BUG_ON(wq_off & (wqi_size - 1)); in guc_wq_item_append()
422 wqi = client->vaddr + wq_off + GUC_DB_SIZE; in guc_wq_item_append()
439 WRITE_ONCE(desc->tail, (wq_off + wqi_size) & (GUC_WQ_SIZE - 1)); in guc_wq_item_append()