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

/external/libdrm/
H A Dxf86drm.c327 static int drmOpenDevice(dev_t dev, int minor, int type) function
356 drmMsg("drmOpenDevice: node name is %s\n", buf);
412 drmMsg("drmOpenDevice: open result is %d, (%s)\n",
432 drmMsg("drmOpenDevice: open result is %d, (%s)\n",
437 drmMsg("drmOpenDevice: Open failed\n");
453 * Calls drmOpenDevice() if \p create is set, otherwise assembles the device
463 return drmOpenDevice(makedev(DRM_MAJOR, minor), minor, type);
703 return drmOpenDevice(strtol(devstring, NULL, 0),i, type);

Completed in 79 milliseconds