Home
last modified time | relevance | path

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

/third_party/mesa3d/src/drm-shim/
Ddevice.c277 [_IOC_NR(DRM_IOCTL_GET_CAP)] = drm_shim_ioctl_get_cap,
/third_party/libdrm/include/drm/
Ddrm.h972 #define DRM_IOCTL_GET_CAP DRM_IOWR(0x0c, struct drm_get_cap) macro
/third_party/mesa3d/include/drm-uapi/
Ddrm.h972 #define DRM_IOCTL_GET_CAP DRM_IOWR(0x0c, struct drm_get_cap) macro
/third_party/libdrm/
Dxf86drm.c1391 ret = drmIoctl(fd, DRM_IOCTL_GET_CAP, &cap); in drmGetCap()