Searched refs:sync_seqno (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_ringbuffer.h120 u32 sync_seqno[I915_NUM_RINGS-1]; member in struct:intel_ring_buffer
H A Dintel_ringbuffer.c1294 memset(ring->sync_seqno, 0, sizeof(ring->sync_seqno));
H A Di915_gem.c1465 for (j = 0; j < ARRAY_SIZE(ring->sync_seqno); j++)
1466 ring->sync_seqno[j] = 0;
2056 if (seqno <= from->sync_seqno[idx])
2069 from->sync_seqno[idx] = obj->last_read_seqno;
H A Di915_irq.c1714 error->semaphore_seqno[ring->id][0] = ring->sync_seqno[0];
1715 error->semaphore_seqno[ring->id][1] = ring->sync_seqno[1];

Completed in 35 milliseconds