Searched refs:drmOpenWithType (Results 1 - 3 of 3) sorted by relevance

/external/libdrm/tests/nouveau/
H A Dthreaded.c86 fd = drmOpenWithType("nouveau", NULL, DRM_NODE_RENDER);
88 fd2 = drmOpenWithType("nouveau", NULL, DRM_NODE_RENDER);
/external/libdrm/
H A Dxf86drm.h568 extern int drmOpenWithType(const char *name, const char *busid,
H A Dxf86drm.c733 return drmOpenWithType(name, busid, DRM_NODE_PRIMARY);
752 int drmOpenWithType(const char *name, const char *busid, int type) function
2651 fd = drmOpenWithType(NULL, BusID, type);

Completed in 230 milliseconds