HomeSort by relevance Sort by last modified time
    Searched refs:drmOpenMinor (Results 1 - 2 of 2) sorted by null

  /external/libdrm/tests/
dristat.c 272 fd = drmOpenMinor(i, 1, DRM_NODE_PRIMARY);
  /external/libdrm/
xf86drm.c 437 static int drmOpenMinor(int minor, int create, int type)
483 if ((fd = drmOpenMinor(0, 1, DRM_NODE_PRIMARY)) < 0) {
558 * \sa drmOpenMinor() and drmGetBusid().
573 fd = drmOpenMinor(i, 1, type);
574 drmMsg("drmOpenByBusid: drmOpenMinor returns %d\n", fd);
622 * \sa drmOpenMinor(), drmGetVersion() and drmGetBusid().
640 if ((fd = drmOpenMinor(i, 1, type)) >= 0) {
758 return drmOpenMinor(minor, 0, DRM_NODE_CONTROL);
763 return drmOpenMinor(minor, 0, DRM_NODE_RENDER);
    [all...]

Completed in 45 milliseconds