Home
last modified time | relevance | path

Searched refs:DRM_IOCTL_SG_ALLOC (Results 1 – 3 of 3) sorted by relevance

/third_party/libdrm/include/drm/
Ddrm.h1021 #define DRM_IOCTL_SG_ALLOC DRM_IOWR(0x38, struct drm_scatter_gather) macro
/third_party/mesa3d/include/drm-uapi/
Ddrm.h1021 #define DRM_IOCTL_SG_ALLOC DRM_IOWR(0x38, struct drm_scatter_gather) macro
/third_party/libdrm/
Dxf86drm.c2580 if (drmIoctl(fd, DRM_IOCTL_SG_ALLOC, &sg)) in drmScatterGatherAlloc()