Searched refs:DRM_DEVICE_GET_PCI_REVISION (Results 1 – 4 of 4) sorted by relevance
236 DRM_DEVICE_GET_PCI_REVISION, in amdgpu_print_devices()274 DRM_DEVICE_GET_PCI_REVISION, in amdgpu_find_device()
147 if (drmGetDevice2(fd, DRM_DEVICE_GET_PCI_REVISION, &device) == 0) { in main()
3153 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()
843 #define DRM_DEVICE_GET_PCI_REVISION (1 << 0) macro