• Home
  • Raw
  • Download

Lines Matching refs:DRM_IOW

461 #define DRM_IOW(nr,type) _IOW(DRM_IOCTL_BASE,nr,type)  macro
474 #define DRM_IOCTL_MODESET_CTL DRM_IOW(0x08, struct drm_modeset_ctl)
475 #define DRM_IOCTL_GEM_CLOSE DRM_IOW (0x09, struct drm_gem_close)
480 #define DRM_IOCTL_SET_CLIENT_CAP DRM_IOW( 0x0d, struct drm_set_client_cap)
481 #define DRM_IOCTL_SET_UNIQUE DRM_IOW( 0x10, struct drm_unique)
482 #define DRM_IOCTL_AUTH_MAGIC DRM_IOW( 0x11, struct drm_auth)
486 #define DRM_IOCTL_CONTROL DRM_IOW( 0x14, struct drm_control)
490 #define DRM_IOCTL_MARK_BUFS DRM_IOW( 0x17, struct drm_buf_desc)
494 #define DRM_IOCTL_FREE_BUFS DRM_IOW( 0x1a, struct drm_buf_free)
495 #define DRM_IOCTL_RM_MAP DRM_IOW( 0x1b, struct drm_map)
496 #define DRM_IOCTL_SET_SAREA_CTX DRM_IOW( 0x1c, struct drm_ctx_priv_map)
504 #define DRM_IOCTL_MOD_CTX DRM_IOW( 0x22, struct drm_ctx)
506 #define DRM_IOCTL_SWITCH_CTX DRM_IOW( 0x24, struct drm_ctx)
507 #define DRM_IOCTL_NEW_CTX DRM_IOW( 0x25, struct drm_ctx)
514 #define DRM_IOCTL_LOCK DRM_IOW( 0x2a, struct drm_lock)
515 #define DRM_IOCTL_UNLOCK DRM_IOW( 0x2b, struct drm_lock)
516 #define DRM_IOCTL_FINISH DRM_IOW( 0x2c, struct drm_lock)
522 #define DRM_IOCTL_AGP_ENABLE DRM_IOW( 0x32, struct drm_agp_mode)
526 #define DRM_IOCTL_AGP_FREE DRM_IOW( 0x35, struct drm_agp_buffer)
527 #define DRM_IOCTL_AGP_BIND DRM_IOW( 0x36, struct drm_agp_binding)
529 #define DRM_IOCTL_AGP_UNBIND DRM_IOW( 0x37, struct drm_agp_binding)
531 #define DRM_IOCTL_SG_FREE DRM_IOW( 0x39, struct drm_scatter_gather)
534 #define DRM_IOCTL_UPDATE_DRAW DRM_IOW(0x3f, struct drm_update_draw)