Home
last modified time | relevance | path

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

/external/libdrm/tests/amdgpu/
Dbasic_tests.c341 amdgpu_bo_handle ib_result_handle, ib_result_ce_handle; in amdgpu_command_submission_gfx_separate_ibs() local
358 &ib_result_handle, &ib_result_cpu, in amdgpu_command_submission_gfx_separate_ibs()
368 r = amdgpu_get_bo_list(device_handle, ib_result_handle, in amdgpu_command_submission_gfx_separate_ibs()
413 r = amdgpu_bo_unmap_and_free(ib_result_handle, va_handle, in amdgpu_command_submission_gfx_separate_ibs()
432 amdgpu_bo_handle ib_result_handle; in amdgpu_command_submission_gfx_shared_ib() local
449 &ib_result_handle, &ib_result_cpu, in amdgpu_command_submission_gfx_shared_ib()
453 r = amdgpu_get_bo_list(device_handle, ib_result_handle, NULL, in amdgpu_command_submission_gfx_shared_ib()
497 r = amdgpu_bo_unmap_and_free(ib_result_handle, va_handle, in amdgpu_command_submission_gfx_shared_ib()
691 amdgpu_bo_handle ib_result_handle[2]; in amdgpu_semaphore_test() local
720 &ib_result_handle[i], &ib_result_cpu[i], in amdgpu_semaphore_test()
[all …]
Dvm_tests.c93 amdgpu_bo_handle ib_result_handle; in amdgpu_vmid_reserve_test() local
115 &ib_result_handle, &ib_result_cpu, in amdgpu_vmid_reserve_test()
119 r = amdgpu_get_bo_list(device_handle, ib_result_handle, NULL, in amdgpu_vmid_reserve_test()
158 r = amdgpu_bo_unmap_and_free(ib_result_handle, va_handle, in amdgpu_vmid_reserve_test()
Ddeadlock_tests.c168 amdgpu_bo_handle ib_result_handle; in amdgpu_deadlock_helper() local
187 &ib_result_handle, &ib_result_cpu, in amdgpu_deadlock_helper()
191 r = amdgpu_get_bo_list(device_handle, ib_result_handle, NULL, in amdgpu_deadlock_helper()
249 r = amdgpu_bo_unmap_and_free(ib_result_handle, va_handle, in amdgpu_deadlock_helper()
Dcs_tests.c87 amdgpu_bo_handle ib_result_handle; in suite_cs_tests_init() local
115 &ib_result_handle, &ib_result_cpu, in suite_cs_tests_init()
121 ib_handle = ib_result_handle; in suite_cs_tests_init()