Home
last modified time | relevance | path

Searched refs:drmGetDevice2 (Results 1 – 4 of 4) sorted by relevance

/external/libdrm/tests/amdgpu/
Damdgpu_test.c235 if (drmGetDevice2(drm_amdgpu[i], in amdgpu_print_devices()
273 if (drmGetDevice2(drm_amdgpu[i], in amdgpu_find_device()
/external/libdrm/tests/
Ddrmdevice.c147 if (drmGetDevice2(fd, DRM_DEVICE_GET_PCI_REVISION, &device) == 0) { in main()
/external/libdrm/
Dxf86drm.h844 extern int drmGetDevice2(int fd, uint32_t flags, drmDevicePtr *device);
Dxf86drm.c3697 int drmGetDevice2(int fd, uint32_t flags, drmDevicePtr *device) in drmGetDevice2() function
3909 return drmGetDevice2(fd, DRM_DEVICE_GET_PCI_REVISION, device); in drmGetDevice()