Searched refs:DRM_IOWR (Results 1 – 2 of 2) sorted by relevance
| /tools/include/uapi/drm/ |
| A D | drm.h | 1052 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type) macro 1084 #define DRM_IOCTL_BLOCK DRM_IOWR(0x12, struct drm_block) 1085 #define DRM_IOCTL_UNBLOCK DRM_IOWR(0x13, struct drm_block) 1087 #define DRM_IOCTL_ADD_MAP DRM_IOWR(0x15, struct drm_map) 1102 #define DRM_IOCTL_ADD_CTX DRM_IOWR(0x20, struct drm_ctx) 1103 #define DRM_IOCTL_RM_CTX DRM_IOWR(0x21, struct drm_ctx) 1105 #define DRM_IOCTL_GET_CTX DRM_IOWR(0x23, struct drm_ctx) 1109 #define DRM_IOCTL_ADD_DRAW DRM_IOWR(0x27, struct drm_draw) 1110 #define DRM_IOCTL_RM_DRAW DRM_IOWR(0x28, struct drm_draw) 1111 #define DRM_IOCTL_DMA DRM_IOWR(0x29, struct drm_dma) [all …]
|
| A D | i915_drm.h | 494 #define DRM_IOCTL_I915_IRQ_EMIT DRM_IOWR(DRM_COMMAND_BASE + DRM_I915_IRQ_EMIT, drm_i915_irq… 496 #define DRM_IOCTL_I915_GETPARAM DRM_IOWR(DRM_COMMAND_BASE + DRM_I915_GETPARAM, drm_i915_get… 498 #define DRM_IOCTL_I915_ALLOC DRM_IOWR(DRM_COMMAND_BASE + DRM_I915_ALLOC, drm_i915_mem_al… 505 #define DRM_IOCTL_I915_VBLANK_SWAP DRM_IOWR(DRM_COMMAND_BASE + DRM_I915_VBLANK_SWAP, drm_i915_vblan… 511 #define DRM_IOCTL_I915_GEM_PIN DRM_IOWR(DRM_COMMAND_BASE + DRM_I915_GEM_PIN, struct drm_i915_gem_p… 513 #define DRM_IOCTL_I915_GEM_BUSY DRM_IOWR(DRM_COMMAND_BASE + DRM_I915_GEM_BUSY, struct drm_i915_gem… 519 #define DRM_IOCTL_I915_GEM_CREATE DRM_IOWR(DRM_COMMAND_BASE + DRM_I915_GEM_CREATE, struct drm_i915_… 523 #define DRM_IOCTL_I915_GEM_MMAP DRM_IOWR(DRM_COMMAND_BASE + DRM_I915_GEM_MMAP, struct drm_i915_gem… 537 #define DRM_IOCTL_I915_GEM_WAIT DRM_IOWR(DRM_COMMAND_BASE + DRM_I915_GEM_WAIT, struct drm_i915_gem… 541 #define DRM_IOCTL_I915_REG_READ DRM_IOWR (DRM_COMMAND_BASE + DRM_I915_REG_READ, struct drm_i915_r… [all …]
|
Completed in 18 milliseconds