Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/i915/
Di915_guc_submission.c200 union guc_doorbell_qw db_cmp, db_exc, db_ret; in guc_ring_doorbell() local
216 db_exc.db_status = GUC_DOORBELL_ENABLED; in guc_ring_doorbell()
217 db_exc.cookie = gc->cookie + 1; in guc_ring_doorbell()
218 if (db_exc.cookie == 0) in guc_ring_doorbell()
219 db_exc.cookie = 1; in guc_ring_doorbell()
227 db_cmp.value_qw, db_exc.value_qw); in guc_ring_doorbell()
232 gc->cookie = db_exc.cookie; in guc_ring_doorbell()
246 db_exc.cookie = db_ret.cookie + 1; in guc_ring_doorbell()
247 if (db_exc.cookie == 0) in guc_ring_doorbell()
248 db_exc.cookie = 1; in guc_ring_doorbell()