Lines Matching +full:send +full:- +full:flush +full:- +full:out +full:- +full:sequence

11 /*-
32 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
85 * backwards-compatibility reasons.
116 * The lock structure is a simple cache-line aligned integer. To avoid
137 char __user *date; /**< User-space buffer to hold date */
139 char __user *desc; /**< User-space buffer to hold desc */
153 int count; /**< Length of user-space structures */
193 _DRM_RESTRICTED = 0x01, /**< Cannot be mapped to user-virtual */
197 _DRM_WRITE_COMBINING = 0x10, /**< use write-combining if available */
219 void *handle; /**< User-space: "Handle" to pass to mmap() */
220 /**< Kernel-space: kernel-virtual address */
246 _DRM_STAT_COUNT, /**< Generic non-byte counter (1000/k) */
274 _DRM_LOCK_FLUSH = 0x04, /**< Flush this context's DMA queue first */
275 _DRM_LOCK_FLUSH_ALL = 0x08, /**< Flush all DMA queues first */
277 -- they will be used to support the
278 full-screen DGA-like mode. */
307 * been processed by the hardware --
318 _DRM_DMA_SMALLER_OK = 0x20, /**< Smaller-than-requested buffers OK */
319 _DRM_DMA_LARGER_OK = 0x40 /**< Larger-than-requested buffers OK */
337 _DRM_PCI_BUFFER_RO = 0x10 /**< Map PCI DMA buffer read-only */
378 void __user *virtual; /**< Mmap'd area in user-virtual */
391 int send_count; /**< Number of buffers to send */
393 int __user *send_sizes; /**< Lengths of data to send */
466 _DRM_VBLANK_ABSOLUTE = 0x0, /**< Wait for specific vblank sequence number */
468 /* bits 1-6 are reserved for high crtcs */
470 _DRM_VBLANK_EVENT = 0x4000000, /**< Send event instead of blocking */
474 _DRM_VBLANK_SIGNAL = 0x40000000 /**< Send signal instead of blocking, unsupported */
484 unsigned int sequence; member
490 unsigned int sequence; member
533 unsigned long size; /**< In bytes -- will round to page boundary */
546 unsigned long offset; /**< In bytes -- will round to page boundary */
574 unsigned long size; /**< In bytes -- will round to page boundary */
626 /** Flags.. only applicable for handle->fd */
758 * Event types 0 - 0x7fffffff are generic drm events, 0x80000000 and
774 __u32 sequence; member