Searched defs:busy (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/kernel/i915/src/
H A Di915_irq.c2433 bool busy = true; local
2449 busy = false;
2454 * if the ring is busy and still processing
2498 busy_count += busy;
H A Di915_drm.h783 /** Handle of the buffer to check for busy */
786 /** Return busy status (1 if busy, 0 if idle).
789 * 16:31 - busy (r or r/w) rings (16 render, 17 bsd, 18 blt, etc)
791 __u32 busy; member in struct:drm_i915_gem_busy

Completed in 1474 milliseconds