HomeSort by: relevance | last modified time | path
    Searched defs:DRM_IOW (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/include/drm-uapi/
drm.h 957 #define DRM_IOW(nr,type) _IOW(DRM_IOCTL_BASE,nr,type)
968 #define DRM_IOCTL_MODESET_CTL DRM_IOW(0x08, struct drm_modeset_ctl)
969 #define DRM_IOCTL_GEM_CLOSE DRM_IOW (0x09, struct drm_gem_close)
973 #define DRM_IOCTL_SET_CLIENT_CAP DRM_IOW( 0x0d, struct drm_set_client_cap)
975 #define DRM_IOCTL_SET_UNIQUE DRM_IOW( 0x10, struct drm_unique)
976 #define DRM_IOCTL_AUTH_MAGIC DRM_IOW( 0x11, struct drm_auth)
979 #define DRM_IOCTL_CONTROL DRM_IOW( 0x14, struct drm_control)
982 #define DRM_IOCTL_MARK_BUFS DRM_IOW( 0x17, struct drm_buf_desc)
985 #define DRM_IOCTL_FREE_BUFS DRM_IOW( 0x1a, struct drm_buf_free)
987 #define DRM_IOCTL_RM_MAP DRM_IOW( 0x1b, struct drm_map
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/include/drm-uapi/
drm.h 785 #define DRM_IOW(nr,type) _IOW(DRM_IOCTL_BASE,nr,type)
796 #define DRM_IOCTL_MODESET_CTL DRM_IOW(0x08, struct drm_modeset_ctl)
797 #define DRM_IOCTL_GEM_CLOSE DRM_IOW (0x09, struct drm_gem_close)
801 #define DRM_IOCTL_SET_CLIENT_CAP DRM_IOW( 0x0d, struct drm_set_client_cap)
803 #define DRM_IOCTL_SET_UNIQUE DRM_IOW( 0x10, struct drm_unique)
804 #define DRM_IOCTL_AUTH_MAGIC DRM_IOW( 0x11, struct drm_auth)
807 #define DRM_IOCTL_CONTROL DRM_IOW( 0x14, struct drm_control)
810 #define DRM_IOCTL_MARK_BUFS DRM_IOW( 0x17, struct drm_buf_desc)
813 #define DRM_IOCTL_FREE_BUFS DRM_IOW( 0x1a, struct drm_buf_free)
815 #define DRM_IOCTL_RM_MAP DRM_IOW( 0x1b, struct drm_map
    [all...]
  /xsrc/external/mit/libdrm/dist/include/drm/
drm.h 1094 #define DRM_IOW(nr,type) _IOW(DRM_IOCTL_BASE,nr,type)
1105 #define DRM_IOCTL_MODESET_CTL DRM_IOW(0x08, struct drm_modeset_ctl)
1119 #define DRM_IOCTL_GEM_CLOSE DRM_IOW (0x09, struct drm_gem_close)
1123 #define DRM_IOCTL_SET_CLIENT_CAP DRM_IOW( 0x0d, struct drm_set_client_cap)
1125 #define DRM_IOCTL_SET_UNIQUE DRM_IOW( 0x10, struct drm_unique)
1126 #define DRM_IOCTL_AUTH_MAGIC DRM_IOW( 0x11, struct drm_auth)
1129 #define DRM_IOCTL_CONTROL DRM_IOW( 0x14, struct drm_control)
1132 #define DRM_IOCTL_MARK_BUFS DRM_IOW( 0x17, struct drm_buf_desc)
1135 #define DRM_IOCTL_FREE_BUFS DRM_IOW( 0x1a, struct drm_buf_free)
1137 #define DRM_IOCTL_RM_MAP DRM_IOW( 0x1b, struct drm_map
    [all...]

Completed in 13 milliseconds