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

/external/libdrm/
H A Dxf86drm.c308 static int drmOpenDevice(dev_t dev, int minor, int type) function
337 drmMsg("drmOpenDevice: node name is %s\n", buf);
393 drmMsg("drmOpenDevice: open result is %d, (%s)\n",
413 drmMsg("drmOpenDevice: open result is %d, (%s)\n",
418 drmMsg("drmOpenDevice: Open failed\n");
434 * Calls drmOpenDevice() if \p create is set, otherwise assembles the device
444 return drmOpenDevice(makedev(DRM_MAJOR, minor), minor, type);
684 return drmOpenDevice(strtol(devstring, NULL, 0),i, type);

Completed in 29 milliseconds