Home
last modified time | relevance | path

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

/external/libdrm/tests/
Ddrmdevice.c152 if (drmGetDevice2(fd, DRM_DEVICE_GET_PCI_REVISION, &device) == 0) { in main()
/external/libdrm/tests/amdgpu/
Damdgpu_test.c375 DRM_DEVICE_GET_PCI_REVISION, in amdgpu_print_devices()
413 DRM_DEVICE_GET_PCI_REVISION, in amdgpu_find_device()
Dras_tests.c918 DRM_DEVICE_GET_PCI_REVISION, in suite_ras_tests_enable()
954 DRM_DEVICE_GET_PCI_REVISION, in suite_ras_tests_init()
/external/libdrm/
Dxf86drm.c3416 if (!(flags & DRM_DEVICE_GET_PCI_REVISION)) in drmParsePciDeviceInfo()
4038 return (flags & ~DRM_DEVICE_GET_PCI_REVISION); in drm_device_validate_flags()
4212 return drmGetDevice2(fd, DRM_DEVICE_GET_PCI_REVISION, device); in drmGetDevice()
4301 return drmGetDevices2(DRM_DEVICE_GET_PCI_REVISION, devices, max_devices); in drmGetDevices()
Dxf86drm.h914 #define DRM_DEVICE_GET_PCI_REVISION (1 << 0) macro