Searched refs:DRM_IOR (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/include/uapi/drm/ |
A D | drm.h | 962 #define DRM_IOR(nr,type) _IOR(DRM_IOCTL_BASE,nr,type) macro 968 #define DRM_IOCTL_GET_MAGIC DRM_IOR( 0x02, struct drm_auth) 972 #define DRM_IOCTL_GET_STATS DRM_IOR( 0x06, struct drm_stats) 1021 #define DRM_IOCTL_AGP_INFO DRM_IOR( 0x33, struct drm_agp_info)
|
A D | lima_drm.h | 169 #define DRM_IOCTL_LIMA_CTX_CREATE DRM_IOR(DRM_COMMAND_BASE + DRM_LIMA_CTX_CREATE, struct drm_lima_c…
|
A D | i915_drm.h | 489 #define DRM_IOCTL_I915_GET_VBLANK_PIPE DRM_IOR( DRM_COMMAND_BASE + DRM_I915_GET_VBLANK_PIPE, drm_i9… 515 #define DRM_IOCTL_I915_GEM_GET_APERTURE DRM_IOR (DRM_COMMAND_BASE + DRM_I915_GEM_GET_APERTURE, str…
|
/linux-6.3-rc2/tools/include/uapi/drm/ |
A D | drm.h | 962 #define DRM_IOR(nr,type) _IOR(DRM_IOCTL_BASE,nr,type) macro 968 #define DRM_IOCTL_GET_MAGIC DRM_IOR( 0x02, struct drm_auth) 972 #define DRM_IOCTL_GET_STATS DRM_IOR( 0x06, struct drm_stats) 1021 #define DRM_IOCTL_AGP_INFO DRM_IOR( 0x33, struct drm_agp_info)
|
A D | i915_drm.h | 489 #define DRM_IOCTL_I915_GET_VBLANK_PIPE DRM_IOR( DRM_COMMAND_BASE + DRM_I915_GET_VBLANK_PIPE, drm_i9… 515 #define DRM_IOCTL_I915_GEM_GET_APERTURE DRM_IOR (DRM_COMMAND_BASE + DRM_I915_GEM_GET_APERTURE, str…
|
/linux-6.3-rc2/drivers/gpu/drm/ |
A D | drm_ioc32.c | 45 #define DRM_IOCTL_GET_STATS32 DRM_IOR( 0x06, drm_stats32_t) 64 #define DRM_IOCTL_AGP_INFO32 DRM_IOR( 0x33, drm_agp_info32_t)
|
/linux-6.3-rc2/drivers/gpu/drm/vmwgfx/ |
A D | vmwgfx_drv.c | 76 DRM_IOR(DRM_COMMAND_BASE + DRM_VMW_CLAIM_STREAM, \ 83 DRM_IOR(DRM_COMMAND_BASE + DRM_VMW_CREATE_CONTEXT, \
|
Completed in 35 milliseconds