Home
last modified time | relevance | path

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

/gfx-drm/usr/src/uts/intel/io/i915/
H A Di915_irq.c2352 if (ctl & RING_WAIT_SEMAPHORE && semaphore_passed(signaller) < 0) in semaphore_passed()
2393 if (INTEL_INFO(dev)->gen >= 6 && tmp & RING_WAIT_SEMAPHORE) { in ring_stuck()
H A Di915_reg.h724 #define RING_WAIT_SEMAPHORE (1<<10) /* gen6+ */ macro