Searched refs:wq_off (Results 1 – 1 of 1) sorted by relevance
447 u32 wq_off; in guc_wq_item_append() local461 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()