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.c236 DRM_DEVICE_GET_PCI_REVISION, in amdgpu_print_devices()
274 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.c3153 if (!(flags & DRM_DEVICE_GET_PCI_REVISION)) in drmParsePciDeviceInfo()
3681 return (flags & ~DRM_DEVICE_GET_PCI_REVISION); in drm_device_validate_flags()
3909 return drmGetDevice2(fd, DRM_DEVICE_GET_PCI_REVISION, device); in drmGetDevice()
4069 return drmGetDevices2(DRM_DEVICE_GET_PCI_REVISION, devices, max_devices); in drmGetDevices()
Dxf86drm.h843 #define DRM_DEVICE_GET_PCI_REVISION (1 << 0) macro