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

  /external/libdrm/tests/
drmtest.c 58 int drm_open_matching(const char *pci_glob, int flags) function
111 int fd = drm_open_matching("*:*", 0);
126 int fd = drm_open_matching("*:*", DRM_TEST_MASTER);
  /external/autotest/client/site_tests/graphics_GpuReset/src/
gpureset.c 108 int drm_open_matching(const char *pci_glob, int flags) function
235 fd = drm_open_matching("*:*", 0);

Completed in 673 milliseconds