Lines Matching +full:test +full:- +full:suite +full:- +full:vm
49 if (device_handle->info.family_id == AMDGPU_FAMILY_SI) { in suite_vm_tests_enable()
50 printf("\n\nCurrently hangs the CP on this ASIC, VM suite disabled\n"); in suite_vm_tests_enable()
68 if ((r == -EACCES) && (errno == EACCES)) in suite_vm_tests_init()
70 "Hint:Try to run this test program as root.", in suite_vm_tests_init()
90 { "resere vmid test", amdgpu_vmid_reserve_test },
92 { "vm mapping test", amdgpu_vm_mapping_test },
116 family_id = device_handle->info.family_id; in amdgpu_vmid_reserve_test()
117 chip_id = device_handle->info.chip_external_rev; in amdgpu_vmid_reserve_test()
118 chip_rev = device_handle->info.chip_rev; in amdgpu_vmid_reserve_test()
191 const uint64_t map_size = (4ULL << 30) - (2 << 12); in amdgpu_vm_unaligned_map()
204 /* Don't let the test fail if the device doesn't have enough VRAM */ in amdgpu_vm_unaligned_map()
255 addr = dev_info.virtual_address_max - size; in amdgpu_vm_mapping_test()
264 addr = dev_info.high_va_max - size; in amdgpu_vm_mapping_test()