Home
last modified time | relevance | path

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

/external/libdrm/tests/amdgpu/
Damdgpu_test.c344 DRM_DEVICE_GET_PCI_REVISION, in amdgpu_print_devices()
382 DRM_DEVICE_GET_PCI_REVISION, in amdgpu_find_device()
/external/libdrm/tests/
Ddrmdevice.c147 if (drmGetDevice2(fd, DRM_DEVICE_GET_PCI_REVISION, &device) == 0) { in main()
/external/libdrm/
Dxf86drm.c3175 if (!(flags & DRM_DEVICE_GET_PCI_REVISION)) in drmParsePciDeviceInfo()
3703 return (flags & ~DRM_DEVICE_GET_PCI_REVISION); in drm_device_validate_flags()
3931 return drmGetDevice2(fd, DRM_DEVICE_GET_PCI_REVISION, device); in drmGetDevice()
4091 return drmGetDevices2(DRM_DEVICE_GET_PCI_REVISION, devices, max_devices); in drmGetDevices()
Dxf86drm.h860 #define DRM_DEVICE_GET_PCI_REVISION (1 << 0) macro