Home
last modified time | relevance | path

Searched refs:DRM_IOR (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/include/uapi/drm/
Ddrm.h686 #define DRM_IOR(nr,type) _IOR(DRM_IOCTL_BASE,nr,type) macro
692 #define DRM_IOCTL_GET_MAGIC DRM_IOR( 0x02, struct drm_auth)
696 #define DRM_IOCTL_GET_STATS DRM_IOR( 0x06, struct drm_stats)
745 #define DRM_IOCTL_AGP_INFO DRM_IOR( 0x33, struct drm_agp_info)
Di810_drm.h223 #define DRM_IOCTL_I810_OV0INFO DRM_IOR( DRM_COMMAND_BASE + DRM_I810_OV0INFO, drm_i810_overlay_t)
Di915_drm.h248 #define DRM_IOCTL_I915_GET_VBLANK_PIPE DRM_IOR( DRM_COMMAND_BASE + DRM_I915_GET_VBLANK_PIPE, drm_i9…
271 #define DRM_IOCTL_I915_GEM_GET_APERTURE DRM_IOR (DRM_COMMAND_BASE + DRM_I915_GEM_GET_APERTURE, str…
/linux-4.4.14/drivers/gpu/drm/
Ddrm_ioc32.c41 #define DRM_IOCTL_GET_STATS32 DRM_IOR( 0x06, drm_stats32_t)
60 #define DRM_IOCTL_AGP_INFO32 DRM_IOR( 0x33, drm_agp_info32_t)
/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_drv.c69 DRM_IOR(DRM_COMMAND_BASE + DRM_VMW_CLAIM_STREAM, \
76 DRM_IOR(DRM_COMMAND_BASE + DRM_VMW_CREATE_CONTEXT, \