Searched defs:drmGetVersion (Results 1 - 1 of 1) sorted by relevance

/external/libdrm/
H A Dxf86drm.c492 if ((version = drmGetVersion(fd))) {
622 * \sa drmOpenMinor(), drmGetVersion() and drmGetBusid().
641 if ((version = drmGetVersion(fd))) {
767 * Free the version information returned by drmGetVersion().
792 * Used by drmGetVersion() to free the memory pointed by \p %v as well as all
813 * Used by drmGetVersion() to translate the information returned by the ioctl
845 drmVersionPtr drmGetVersion(int fd) function

Completed in 105 milliseconds