Home
last modified time | relevance | path

Searched refs:ib_result_handle (Results 1 – 6 of 6) sorted by relevance

/third_party/libdrm/tests/amdgpu/
Ddeadlock_tests.c240 amdgpu_bo_handle ib_result_handle; in amdgpu_deadlock_helper() local
259 &ib_result_handle, &ib_result_cpu, in amdgpu_deadlock_helper()
263 r = amdgpu_get_bo_list(device_handle, ib_result_handle, NULL, in amdgpu_deadlock_helper()
320 r = amdgpu_bo_unmap_and_free(ib_result_handle, va_handle, in amdgpu_deadlock_helper()
331 amdgpu_bo_handle ib_result_handle; in amdgpu_deadlock_sdma() local
356 &ib_result_handle, &ib_result_cpu, in amdgpu_deadlock_sdma()
360 r = amdgpu_get_bo_list(device_handle, ib_result_handle, NULL, in amdgpu_deadlock_sdma()
417 r = amdgpu_bo_unmap_and_free(ib_result_handle, va_handle, in amdgpu_deadlock_sdma()
428 amdgpu_bo_handle ib_result_handle; in bad_access_helper() local
444 &ib_result_handle, &ib_result_cpu, in bad_access_helper()
[all …]
Dhotunplug_tests.c187 amdgpu_bo_handle ib_result_handle; in amdgpu_nop_cs() local
203 &ib_result_handle, &ib_result_cpu, in amdgpu_nop_cs()
211 r = amdgpu_bo_list_create(device_handle, 1, &ib_result_handle, NULL, &bo_list); in amdgpu_nop_cs()
230 amdgpu_bo_unmap_and_free(ib_result_handle, va_handle, in amdgpu_nop_cs()
349 amdgpu_bo_handle ib_result_handle; in amdgpu_hotunplug_with_exported_fence() local
375 &ib_result_handle, &ib_result_cpu, in amdgpu_hotunplug_with_exported_fence()
383 r = amdgpu_bo_list_create(device_handle, 1, &ib_result_handle, NULL, &bo_list); in amdgpu_hotunplug_with_exported_fence()
416 CU_ASSERT_EQUAL(amdgpu_bo_unmap_and_free(ib_result_handle, va_handle, in amdgpu_hotunplug_with_exported_fence()
Dvm_tests.c99 amdgpu_bo_handle ib_result_handle; in amdgpu_vmid_reserve_test() local
133 &ib_result_handle, &ib_result_cpu, in amdgpu_vmid_reserve_test()
137 r = amdgpu_get_bo_list(device_handle, ib_result_handle, NULL, in amdgpu_vmid_reserve_test()
176 r = amdgpu_bo_unmap_and_free(ib_result_handle, va_handle, in amdgpu_vmid_reserve_test()
Dsyncobj_tests.c94 amdgpu_bo_handle ib_result_handle; in syncobj_command_submission_helper() local
125 &ib_result_handle, &ib_result_cpu, in syncobj_command_submission_helper()
129 r = amdgpu_get_bo_list(device_handle, ib_result_handle, NULL, in syncobj_command_submission_helper()
183 r = amdgpu_bo_unmap_and_free(ib_result_handle, va_handle, in syncobj_command_submission_helper()
Dbasic_tests.c849 amdgpu_bo_handle ib_result_handle, ib_result_ce_handle; in amdgpu_command_submission_gfx_separate_ibs() local
866 &ib_result_handle, &ib_result_cpu, in amdgpu_command_submission_gfx_separate_ibs()
876 r = amdgpu_get_bo_list(device_handle, ib_result_handle, in amdgpu_command_submission_gfx_separate_ibs()
921 r = amdgpu_bo_unmap_and_free(ib_result_handle, va_handle, in amdgpu_command_submission_gfx_separate_ibs()
940 amdgpu_bo_handle ib_result_handle; in amdgpu_command_submission_gfx_shared_ib() local
957 &ib_result_handle, &ib_result_cpu, in amdgpu_command_submission_gfx_shared_ib()
961 r = amdgpu_get_bo_list(device_handle, ib_result_handle, NULL, in amdgpu_command_submission_gfx_shared_ib()
1005 r = amdgpu_bo_unmap_and_free(ib_result_handle, va_handle, in amdgpu_command_submission_gfx_shared_ib()
1199 amdgpu_bo_handle ib_result_handle[2]; in amdgpu_semaphore_test() local
1236 &ib_result_handle[i], &ib_result_cpu[i], in amdgpu_semaphore_test()
[all …]
Dcs_tests.c90 amdgpu_bo_handle ib_result_handle; in suite_cs_tests_init() local
118 &ib_result_handle, &ib_result_cpu, in suite_cs_tests_init()
124 ib_handle = ib_result_handle; in suite_cs_tests_init()