Searched refs:DRM_IOR (Results 1 – 4 of 4) sorted by relevance
/include/uapi/drm/ |
D | lima_drm.h | 169 #define DRM_IOCTL_LIMA_CTX_CREATE DRM_IOR(DRM_COMMAND_BASE + DRM_LIMA_CTX_CREATE, struct drm_lima_c…
|
D | drm.h | 824 #define DRM_IOR(nr,type) _IOR(DRM_IOCTL_BASE,nr,type) macro 830 #define DRM_IOCTL_GET_MAGIC DRM_IOR( 0x02, struct drm_auth) 834 #define DRM_IOCTL_GET_STATS DRM_IOR( 0x06, struct drm_stats) 883 #define DRM_IOCTL_AGP_INFO DRM_IOR( 0x33, struct drm_agp_info)
|
D | i810_drm.h | 228 #define DRM_IOCTL_I810_OV0INFO DRM_IOR( DRM_COMMAND_BASE + DRM_I810_OV0INFO, drm_i810_overlay_t)
|
D | i915_drm.h | 378 #define DRM_IOCTL_I915_GET_VBLANK_PIPE DRM_IOR( DRM_COMMAND_BASE + DRM_I915_GET_VBLANK_PIPE, drm_i9… 403 #define DRM_IOCTL_I915_GEM_GET_APERTURE DRM_IOR (DRM_COMMAND_BASE + DRM_I915_GEM_GET_APERTURE, str…
|