Searched defs:DRM_IOR (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/drm/
H A Ddrm.h789 #define DRM_IOR(nr,type) _IOR(DRM_IOCTL_BASE,nr,type) macro
795 #define DRM_IOCTL_GET_MAGIC DRM_IOR( 0x02, drm_auth_t)
799 #define DRM_IOCTL_GET_STATS DRM_IOR( 0x06, drm_stats_t)
840 #define DRM_IOCTL_AGP_INFO DRM_IOR( 0x33, drm_agp_info_t)

Completed in 60 milliseconds