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

  /hardware/intel/img/libdrm/tests/
drmtest.c 56 int drm_open_matching(const char *pci_glob, int flags) function
104 int fd = drm_open_matching("*:*", 0);
119 int fd = drm_open_matching("*:*", DRM_TEST_MASTER);
drmtest.h 40 int drm_open_matching(const char *pci_glob, int flags);
gem_basic.c 91 fd = drm_open_matching("8086:*", 0);
gem_flink.c 120 fd = drm_open_matching("8086:*", 0);
gem_mmap.c 84 fd = drm_open_matching("8086:*", 0);
gem_readwrite.c 81 fd = drm_open_matching("8086:*", 0);

Completed in 146 milliseconds