Searched refs:DRM_IOCTL_VERSION (Results 1 – 6 of 6) sorted by relevance
/third_party/ltp/testcases/kernel/device-drivers/drm/user_space/ |
D | user_tdrm.c | 263 if (ioctl(tdrm_fd, DRM_IOCTL_VERSION, &version)) in main()
|
/third_party/mesa3d/src/drm-shim/ |
D | device.c | 275 [_IOC_NR(DRM_IOCTL_VERSION)] = drm_shim_ioctl_version,
|
/third_party/mesa3d/src/intel/tools/ |
D | intel_sanitize_gpu.c | 314 if (libc_ioctl(fd, DRM_IOCTL_VERSION, &version)) in is_i915()
|
/third_party/libdrm/include/drm/ |
D | drm.h | 960 #define DRM_IOCTL_VERSION DRM_IOWR(0x00, struct drm_version) macro
|
/third_party/mesa3d/include/drm-uapi/ |
D | drm.h | 960 #define DRM_IOCTL_VERSION DRM_IOWR(0x00, struct drm_version) macro
|
/third_party/libdrm/ |
D | xf86drm.c | 1319 if (drmIoctl(fd, DRM_IOCTL_VERSION, version)) { in drmGetVersion() 1331 if (drmIoctl(fd, DRM_IOCTL_VERSION, version)) { in drmGetVersion()
|