HomeSort by: relevance | last modified time | path
    Searched refs:DRM_IOCTL_FREE_BUFS (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/include/drm-uapi/
drm.h 356 * DRM_IOCTL_FREE_BUFS ioctl argument type.
985 #define DRM_IOCTL_FREE_BUFS DRM_IOW( 0x1a, struct drm_buf_free)
  /xsrc/external/mit/MesaLib.old/dist/include/drm-uapi/
drm.h 356 * DRM_IOCTL_FREE_BUFS ioctl argument type.
813 #define DRM_IOCTL_FREE_BUFS DRM_IOW( 0x1a, struct drm_buf_free)
  /xsrc/external/mit/libdrm/dist/include/drm/
drm.h 359 * DRM_IOCTL_FREE_BUFS ioctl argument type.
1135 #define DRM_IOCTL_FREE_BUFS DRM_IOW( 0x1a, struct drm_buf_free)
  /xsrc/external/mit/libdrm/dist/
xf86drm.c 1732 * This function is a wrapper around the DRM_IOCTL_FREE_BUFS ioctl, passing
1742 if (drmIoctl(fd, DRM_IOCTL_FREE_BUFS, &request))

Completed in 34 milliseconds