Home
last modified time | relevance | path

Searched refs:DRM_IOCTL_BASE (Results 1 – 6 of 6) sorted by relevance

/third_party/libdrm/include/drm/
Ddrm.h954 #define DRM_IOCTL_BASE 'd' macro
955 #define DRM_IO(nr) _IO(DRM_IOCTL_BASE,nr)
956 #define DRM_IOR(nr,type) _IOR(DRM_IOCTL_BASE,nr,type)
957 #define DRM_IOW(nr,type) _IOW(DRM_IOCTL_BASE,nr,type)
958 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
/third_party/mesa3d/include/drm-uapi/
Ddrm.h954 #define DRM_IOCTL_BASE 'd' macro
955 #define DRM_IO(nr) _IO(DRM_IOCTL_BASE,nr)
956 #define DRM_IOR(nr,type) _IOR(DRM_IOCTL_BASE,nr,type)
957 #define DRM_IOW(nr,type) _IOW(DRM_IOCTL_BASE,nr,type)
958 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
/third_party/mesa3d/src/drm-shim/
Ddevice.c295 assert(type == DRM_IOCTL_BASE); in drm_shim_ioctl()
/third_party/mesa3d/src/intel/tools/
Dintel_sanitize_gpu.c393 if (_IOC_TYPE(request) == DRM_IOCTL_BASE && !is_drm_fd(fd) && is_i915(fd)) { in ioctl()
Dintel_dump_gpu.c511 if (_IOC_TYPE(request) == DRM_IOCTL_BASE && in ioctl()
/third_party/libdrm/
Dxf86drm.c3058 request = DRM_IOC( DRM_IOC_READ, DRM_IOCTL_BASE, in drmCommandRead()
3087 request = DRM_IOC( DRM_IOC_WRITE, DRM_IOCTL_BASE, in drmCommandWrite()
3116 request = DRM_IOC( DRM_IOC_READ|DRM_IOC_WRITE, DRM_IOCTL_BASE, in drmCommandWriteRead()