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

/external/libdrm/
H A Dxf86drm.c511 if ((version = drmGetVersion(fd))) {
641 * \sa drmOpenMinor(), drmGetVersion() and drmGetBusid().
660 if ((version = drmGetVersion(fd))) {
786 * Free the version information returned by drmGetVersion().
811 * Used by drmGetVersion() to free the memory pointed by \p %v as well as all
832 * Used by drmGetVersion() to translate the information returned by the ioctl
864 drmVersionPtr drmGetVersion(int fd) function

Completed in 622 milliseconds