Home
last modified time | relevance | path

Searched refs:DRM_DEVICE_GET_PCI_REVISION (Results 1 - 7 of 7) sorted by relevance

/third_party/libdrm/tests/
H A Ddrmdevice.c152 if (drmGetDevice2(fd, DRM_DEVICE_GET_PCI_REVISION, &device) == 0) { in main()
/third_party/libdrm/tests/amdgpu/
H A Damdgpu_test.c425 DRM_DEVICE_GET_PCI_REVISION, in amdgpu_print_devices()
463 DRM_DEVICE_GET_PCI_REVISION, in amdgpu_find_device()
H A Dras_tests.c918 DRM_DEVICE_GET_PCI_REVISION, in suite_ras_tests_enable()
954 DRM_DEVICE_GET_PCI_REVISION, in suite_ras_tests_init()
H A Dhotunplug_tests.c54 if (drmGetDevice2(drm_amdgpu[0], DRM_DEVICE_GET_PCI_REVISION, &device)) { in suite_hotunplug_tests_enable()
/third_party/libdrm/
H A Dxf86drm.c3853 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 Dxf86drm.h916 #define DRM_DEVICE_GET_PCI_REVISION (1 << 0) macro
/third_party/mesa3d/src/intel/dev/
H A Dintel_device_info.c1950 if (drmGetDevice2(fd, DRM_DEVICE_GET_PCI_REVISION, &drmdev)) { in intel_get_device_info_from_fd()

Completed in 20 milliseconds