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

/solaris-x11-s11/open-src/kernel/efb/src/
H A Ddrm.h745 #define DRM_IOW(nr,type) _IOW(DRM_IOCTL_BASE,nr,type) macro
756 #define DRM_IOCTL_MODESET_CTL DRM_IOW(0x08, struct drm_modeset_ctl)
757 #define DRM_IOCTL_GEM_CLOSE DRM_IOW (0x09, struct drm_gem_close)
762 #define DRM_IOCTL_SET_UNIQUE DRM_IOW( 0x10, struct drm_unique)
763 #define DRM_IOCTL_AUTH_MAGIC DRM_IOW( 0x11, struct drm_auth)
766 #define DRM_IOCTL_CONTROL DRM_IOW( 0x14, struct drm_control)
769 #define DRM_IOCTL_MARK_BUFS DRM_IOW( 0x17, struct drm_buf_desc)
772 #define DRM_IOCTL_FREE_BUFS DRM_IOW( 0x1a, struct drm_buf_free)
774 #define DRM_IOCTL_RM_MAP DRM_IOW( 0x1b, struct drm_map)
776 #define DRM_IOCTL_SET_SAREA_CTX DRM_IOW(
[all...]
/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm.h703 #define DRM_IOW(nr,type) _IOW(DRM_IOCTL_BASE,nr,type) macro
714 #define DRM_IOCTL_MODESET_CTL DRM_IOW(0x08, struct drm_modeset_ctl)
715 #define DRM_IOCTL_GEM_CLOSE DRM_IOW (0x09, struct drm_gem_close)
719 #define DRM_IOCTL_SET_CLIENT_CAP DRM_IOW( 0x0d, struct drm_set_client_cap)
721 #define DRM_IOCTL_SET_UNIQUE DRM_IOW( 0x10, struct drm_unique)
722 #define DRM_IOCTL_AUTH_MAGIC DRM_IOW( 0x11, struct drm_auth)
725 #define DRM_IOCTL_CONTROL DRM_IOW( 0x14, struct drm_control)
728 #define DRM_IOCTL_MARK_BUFS DRM_IOW( 0x17, struct drm_buf_desc)
731 #define DRM_IOCTL_FREE_BUFS DRM_IOW( 0x1a, struct drm_buf_free)
733 #define DRM_IOCTL_RM_MAP DRM_IOW(
[all...]

Completed in 40 milliseconds