Linux Kernel
3.7.1
|
#include <i915_drm.h>
Data Fields | |
__u32 | handle |
__u32 | busy |
Definition at line 697 of file i915_drm.h.
__u32 busy |
Return busy status (1 if busy, 0 if idle). The high word is used to indicate on which rings the object currently resides: 16:31 - busy (r or r/w) rings (16 render, 17 bsd, 18 blt, etc)
Definition at line 706 of file i915_drm.h.
Handle of the buffer to check for busy
Definition at line 699 of file i915_drm.h.