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

/xsrc/external/mit/libdrm/dist/tests/amdgpu/
H A Damdgpu_test.c597 int test_device_index; variable in typeref:typename:int
608 if (test_device_index >= 0) {
613 drm_amdgpu[0] = drm_amdgpu[test_device_index];
614 drm_amdgpu[test_device_index] = i;
788 test_device_index = amdgpu_find_device(pci_bus_id,
791 if (test_device_index >= 0) {
796 drm_amdgpu[0] = drm_amdgpu[test_device_index];
797 drm_amdgpu[test_device_index] = i;

Completed in 3 milliseconds