Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
drm_i915_gem_busy Struct Reference

#include <i915_drm.h>

Data Fields

__u32 handle
 
__u32 busy
 

Detailed Description

Definition at line 697 of file i915_drm.h.

Field Documentation

__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.


The documentation for this struct was generated from the following file: