Home
last modified time | relevance | path

Searched refs:DRM_IOCTL_GET_STATS (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/testcases/kernel/device-drivers/drm/user_space/
Duser_tdrm.c154 if (ioctl(tdrm_fd, DRM_IOCTL_GET_STATS, &stats)) in main()
372 if (ioctl(tdrm_fd, DRM_IOCTL_GET_STATS, &status)) in main()
/third_party/libdrm/include/drm/
Ddrm.h966 #define DRM_IOCTL_GET_STATS DRM_IOR( 0x06, struct drm_stats) macro
/third_party/mesa3d/include/drm-uapi/
Ddrm.h966 #define DRM_IOCTL_GET_STATS DRM_IOR( 0x06, struct drm_stats) macro
/third_party/libdrm/
Dxf86drm.c2859 if (drmIoctl(fd, DRM_IOCTL_GET_STATS, &s)) in drmGetStats()