Home
last modified time | relevance | path

Searched refs:drm_open_matching (Results 1 – 3 of 3) sorted by relevance

/external/libdrm/tests/
Ddrmtest.c58 int drm_open_matching(const char *pci_glob, int flags) in drm_open_matching() function
111 int fd = drm_open_matching("*:*", 0); in drm_open_any()
126 int fd = drm_open_matching("*:*", DRM_TEST_MASTER); in drm_open_any_master()
Ddrmtest.h40 int drm_open_matching(const char *pci_glob, int flags);
/external/autotest/client/site_tests/graphics_GpuReset/src/
Dgpureset.c108 int drm_open_matching(const char *pci_glob, int flags) in drm_open_matching() function
235 fd = drm_open_matching("*:*", 0); in main()