Searched refs:drmGetDevice2 (Results 1 – 4 of 4) sorted by relevance
/external/libdrm/tests/amdgpu/ |
D | amdgpu_test.c | 235 if (drmGetDevice2(drm_amdgpu[i], in amdgpu_print_devices() 273 if (drmGetDevice2(drm_amdgpu[i], in amdgpu_find_device()
|
/external/libdrm/tests/ |
D | drmdevice.c | 147 if (drmGetDevice2(fd, DRM_DEVICE_GET_PCI_REVISION, &device) == 0) { in main()
|
/external/libdrm/ |
D | xf86drm.h | 844 extern int drmGetDevice2(int fd, uint32_t flags, drmDevicePtr *device);
|
D | xf86drm.c | 3697 int drmGetDevice2(int fd, uint32_t flags, drmDevicePtr *device) in drmGetDevice2() function 3909 return drmGetDevice2(fd, DRM_DEVICE_GET_PCI_REVISION, device); in drmGetDevice()
|