Searched refs:DRM_DEVICE_GET_PCI_REVISION (Results 1 – 5 of 5) sorted by relevance
/external/libdrm/tests/ |
D | drmdevice.c | 152 if (drmGetDevice2(fd, DRM_DEVICE_GET_PCI_REVISION, &device) == 0) { in main()
|
/external/libdrm/tests/amdgpu/ |
D | amdgpu_test.c | 375 DRM_DEVICE_GET_PCI_REVISION, in amdgpu_print_devices() 413 DRM_DEVICE_GET_PCI_REVISION, in amdgpu_find_device()
|
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()
|
/external/libdrm/ |
D | xf86drm.c | 3416 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()
|
D | xf86drm.h | 914 #define DRM_DEVICE_GET_PCI_REVISION (1 << 0) macro
|