Searched refs:DRM_IOCTL_BASE (Results 1 – 6 of 6) sorted by relevance
/third_party/libdrm/include/drm/ |
D | drm.h | 954 #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/ |
D | drm.h | 954 #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/ |
D | device.c | 295 assert(type == DRM_IOCTL_BASE); in drm_shim_ioctl()
|
/third_party/mesa3d/src/intel/tools/ |
D | intel_sanitize_gpu.c | 393 if (_IOC_TYPE(request) == DRM_IOCTL_BASE && !is_drm_fd(fd) && is_i915(fd)) { in ioctl()
|
D | intel_dump_gpu.c | 511 if (_IOC_TYPE(request) == DRM_IOCTL_BASE && in ioctl()
|
/third_party/libdrm/ |
D | xf86drm.c | 3058 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()
|