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

/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_ringbuffer.h192 struct intel_ring_hangcheck hangcheck; member in struct:intel_ring_buffer
H A Di915_irq.c1385 * racing irq/hangcheck declaring the gpu dead for a second time. A
2341 ring->hangcheck.deadlock = true;
2344 if (signaller == NULL || signaller->hangcheck.deadlock)
2361 ring->hangcheck.deadlock = false;
2371 if (ring->hangcheck.acthd != acthd)
2410 * ACTHD. If ACTHD hasn't changed by the time the hangcheck timer elapses
2440 if (ring->hangcheck.seqno == seqno) {
2447 ring->hangcheck.score += HUNG;
2453 /* We always increment the hangcheck score
2458 * the hangcheck scor
[all...]
H A Dintel_ringbuffer.c476 (void)memset(&ring->hangcheck, 0, sizeof(ring->hangcheck));
1481 /* With GEM the hangcheck timer should kick us out of the loop,
1620 ring->hangcheck.seqno = seqno;
H A Di915_gem.c1686 if (ring->hangcheck.action != wait &&

Completed in 33 milliseconds