Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/device-drivers/drm/user_space/
Duser_tdrm.c196 if (ioctl(tdrm_fd, DRM_IOCTL_RM_DRAW)) in main()
365 if (ioctl(tdrm_fd, DRM_IOCTL_RM_DRAW, &draw)) in main()
/third_party/libdrm/include/drm/
Ddrm.h1003 #define DRM_IOCTL_RM_DRAW DRM_IOWR(0x28, struct drm_draw) macro
/third_party/mesa3d/include/drm-uapi/
Ddrm.h1003 #define DRM_IOCTL_RM_DRAW DRM_IOWR(0x28, struct drm_draw) macro
/third_party/libdrm/
Dxf86drm.c2132 if (drmIoctl(fd, DRM_IOCTL_RM_DRAW, &draw)) in drmDestroyDrawable()