HomeSort by: relevance | last modified time | path
    Searched defs:DRM_IOCTL_GEM_CLOSE (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/include/drm-uapi/
drm.h 594 /* DRM_IOCTL_GEM_CLOSE ioctl argument type */
969 #define DRM_IOCTL_GEM_CLOSE DRM_IOW (0x09, struct drm_gem_close)
  /xsrc/external/mit/MesaLib.old/dist/include/drm-uapi/
drm.h 594 /** DRM_IOCTL_GEM_CLOSE ioctl argument type */
797 #define DRM_IOCTL_GEM_CLOSE DRM_IOW (0x09, struct drm_gem_close)
  /xsrc/external/mit/libdrm/dist/include/drm/
drm.h 598 * struct drm_gem_close - Argument for &DRM_IOCTL_GEM_CLOSE ioctl.
1107 * DRM_IOCTL_GEM_CLOSE - Close a GEM handle.
1113 * &DRM_IOCTL_GEM_CLOSE is performed once only. The same situation can happen
1119 #define DRM_IOCTL_GEM_CLOSE DRM_IOW (0x09, struct drm_gem_close)
1183 * &DRM_IOCTL_GEM_CLOSE.
1304 * removing the new handles, e.g. via the &DRM_IOCTL_GEM_CLOSE IOCTL. The same
1318 * close each unique handle via &DRM_IOCTL_GEM_CLOSE, making sure to not

Completed in 8 milliseconds