Searched refs:DRM_IOR (Results 1 – 4 of 4) sorted by relevance
/bionic/libc/kernel/uapi/drm/ |
D | drm.h | 468 #define DRM_IOR(nr,type) _IOR(DRM_IOCTL_BASE, nr, type) macro 473 #define DRM_IOCTL_GET_MAGIC DRM_IOR(0x02, struct drm_auth) 477 #define DRM_IOCTL_GET_STATS DRM_IOR(0x06, struct drm_stats) 519 #define DRM_IOCTL_AGP_INFO DRM_IOR(0x33, struct drm_agp_info)
|
D | lima_drm.h | 125 #define DRM_IOCTL_LIMA_CTX_CREATE DRM_IOR(DRM_COMMAND_BASE + DRM_LIMA_CTX_CREATE, struct drm_lima_c…
|
D | i810_drm.h | 170 #define DRM_IOCTL_I810_OV0INFO DRM_IOR(DRM_COMMAND_BASE + DRM_I810_OV0INFO, drm_i810_overlay_t)
|
D | i915_drm.h | 236 #define DRM_IOCTL_I915_GET_VBLANK_PIPE DRM_IOR(DRM_COMMAND_BASE + DRM_I915_GET_VBLANK_PIPE, drm_i91… 262 #define DRM_IOCTL_I915_GEM_GET_APERTURE DRM_IOR(DRM_COMMAND_BASE + DRM_I915_GEM_GET_APERTURE, struc…
|