DRM_IOCTL_BASE 577 include/drm/drm.h #define DRM_IO(nr) _IO(DRM_IOCTL_BASE,nr) DRM_IOCTL_BASE 578 include/drm/drm.h #define DRM_IOR(nr,type) _IOR(DRM_IOCTL_BASE,nr,type) DRM_IOCTL_BASE 579 include/drm/drm.h #define DRM_IOW(nr,type) _IOW(DRM_IOCTL_BASE,nr,type) DRM_IOCTL_BASE 580 include/drm/drm.h #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)