Searched refs:DRM_DEVICE_GET_PCI_REVISION (Results 1 - 7 of 7) sorted by relevance
/third_party/libdrm/tests/ |
H A D | drmdevice.c | 152 if (drmGetDevice2(fd, DRM_DEVICE_GET_PCI_REVISION, &device) == 0) { in main()
|
/third_party/libdrm/tests/amdgpu/ |
H A D | amdgpu_test.c | 425 DRM_DEVICE_GET_PCI_REVISION, in amdgpu_print_devices() 463 DRM_DEVICE_GET_PCI_REVISION, in amdgpu_find_device()
|
H A D | ras_tests.c | 918 DRM_DEVICE_GET_PCI_REVISION, in suite_ras_tests_enable() 954 DRM_DEVICE_GET_PCI_REVISION, in suite_ras_tests_init()
|
H A D | hotunplug_tests.c | 54 if (drmGetDevice2(drm_amdgpu[0], DRM_DEVICE_GET_PCI_REVISION, &device)) { in suite_hotunplug_tests_enable()
|
/third_party/libdrm/ |
H A D | xf86drm.c | 3853 if (!(flags & DRM_DEVICE_GET_PCI_REVISION)) in drmParsePciDeviceInfo() 4480 return (flags & ~DRM_DEVICE_GET_PCI_REVISION); in drm_device_validate_flags() 4641 * unless the DRM_DEVICE_GET_PCI_REVISION \p flag is set. 4670 return drmGetDevice2(fd, DRM_DEVICE_GET_PCI_REVISION, device); in drmGetDevice() 4687 * unless the DRM_DEVICE_GET_PCI_REVISION \p flag is set. 4759 return drmGetDevices2(DRM_DEVICE_GET_PCI_REVISION, devices, max_devices); in drmGetDevices()
|
H A D | xf86drm.h | 916 #define DRM_DEVICE_GET_PCI_REVISION (1 << 0) macro
|
/third_party/mesa3d/src/intel/dev/ |
H A D | intel_device_info.c | 1950 if (drmGetDevice2(fd, DRM_DEVICE_GET_PCI_REVISION, &drmdev)) { in intel_get_device_info_from_fd()
|
Completed in 20 milliseconds