Lines Matching +full:num +full:- +full:irq +full:- +full:priority +full:- +full:bits

11 /*-
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 */
173 int irq; member
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) */
248 _DRM_STAT_IRQ, /**< IRQ */
252 _DRM_STAT_SPECIAL, /**< Special DMA (e.g., priority or polled) */
277 -- they will be used to support the
278 full-screen DGA-like mode. */
307 * been processed by the hardware --
314 _DRM_DMA_PRIORITY = 0x04, /**< High priority dispatch */
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 */
442 unsigned int num; member
459 int irq; /**< IRQ number */ member
468 /* bits 1-6 are reserved for high crtcs */
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