Home
last modified time | relevance | path

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

/external/libdrm/tests/amdgpu/
Ddeadlock_tests.c232 amdgpu_bo_handle ib_result_handle; in amdgpu_deadlock_helper() local
251 &ib_result_handle, &ib_result_cpu, in amdgpu_deadlock_helper()
255 r = amdgpu_get_bo_list(device_handle, ib_result_handle, NULL, in amdgpu_deadlock_helper()
312 r = amdgpu_bo_unmap_and_free(ib_result_handle, va_handle, in amdgpu_deadlock_helper()
323 amdgpu_bo_handle ib_result_handle; in amdgpu_deadlock_sdma() local
348 &ib_result_handle, &ib_result_cpu, in amdgpu_deadlock_sdma()
352 r = amdgpu_get_bo_list(device_handle, ib_result_handle, NULL, in amdgpu_deadlock_sdma()
409 r = amdgpu_bo_unmap_and_free(ib_result_handle, va_handle, in amdgpu_deadlock_sdma()
420 amdgpu_bo_handle ib_result_handle; in bad_access_helper() local
436 &ib_result_handle, &ib_result_cpu, in bad_access_helper()
[all …]
Dvm_tests.c96 amdgpu_bo_handle ib_result_handle; in amdgpu_vmid_reserve_test() local
126 &ib_result_handle, &ib_result_cpu, in amdgpu_vmid_reserve_test()
130 r = amdgpu_get_bo_list(device_handle, ib_result_handle, NULL, in amdgpu_vmid_reserve_test()
169 r = amdgpu_bo_unmap_and_free(ib_result_handle, va_handle, in amdgpu_vmid_reserve_test()
Dsyncobj_tests.c90 amdgpu_bo_handle ib_result_handle; in syncobj_command_submission_helper() local
109 &ib_result_handle, &ib_result_cpu, in syncobj_command_submission_helper()
113 r = amdgpu_get_bo_list(device_handle, ib_result_handle, NULL, in syncobj_command_submission_helper()
167 r = amdgpu_bo_unmap_and_free(ib_result_handle, va_handle, in syncobj_command_submission_helper()
Dbasic_tests.c707 amdgpu_bo_handle ib_result_handle, ib_result_ce_handle; in amdgpu_command_submission_gfx_separate_ibs() local
724 &ib_result_handle, &ib_result_cpu, in amdgpu_command_submission_gfx_separate_ibs()
734 r = amdgpu_get_bo_list(device_handle, ib_result_handle, in amdgpu_command_submission_gfx_separate_ibs()
779 r = amdgpu_bo_unmap_and_free(ib_result_handle, va_handle, in amdgpu_command_submission_gfx_separate_ibs()
798 amdgpu_bo_handle ib_result_handle; in amdgpu_command_submission_gfx_shared_ib() local
815 &ib_result_handle, &ib_result_cpu, in amdgpu_command_submission_gfx_shared_ib()
819 r = amdgpu_get_bo_list(device_handle, ib_result_handle, NULL, in amdgpu_command_submission_gfx_shared_ib()
863 r = amdgpu_bo_unmap_and_free(ib_result_handle, va_handle, in amdgpu_command_submission_gfx_shared_ib()
1057 amdgpu_bo_handle ib_result_handle[2]; in amdgpu_semaphore_test() local
1086 &ib_result_handle[i], &ib_result_cpu[i], in amdgpu_semaphore_test()
[all …]
Dcs_tests.c91 amdgpu_bo_handle ib_result_handle; in suite_cs_tests_init() local
119 &ib_result_handle, &ib_result_cpu, in suite_cs_tests_init()
125 ib_handle = ib_result_handle; in suite_cs_tests_init()
/external/igt-gpu-tools/tests/amdgpu/
Damd_basic.c359 amdgpu_bo_handle ib_result_handle, ib_result_ce_handle; in amdgpu_command_submission_gfx_separate_ibs() local
376 &ib_result_handle, &ib_result_cpu, in amdgpu_command_submission_gfx_separate_ibs()
386 r = amdgpu_get_bo_list(device, ib_result_handle, in amdgpu_command_submission_gfx_separate_ibs()
429 amdgpu_bo_unmap_and_free(ib_result_handle, va_handle, in amdgpu_command_submission_gfx_separate_ibs()
444 amdgpu_bo_handle ib_result_handle; in amdgpu_command_submission_gfx_shared_ib() local
461 &ib_result_handle, &ib_result_cpu, in amdgpu_command_submission_gfx_shared_ib()
465 r = amdgpu_get_bo_list(device, ib_result_handle, NULL, in amdgpu_command_submission_gfx_shared_ib()
507 amdgpu_bo_unmap_and_free(ib_result_handle, va_handle, in amdgpu_command_submission_gfx_shared_ib()
550 amdgpu_bo_handle ib_result_handle[2]; in amdgpu_semaphore_test() local
570 &ib_result_handle[i], &ib_result_cpu[i], in amdgpu_semaphore_test()
[all …]
Damd_prime.c219 amdgpu_bo_handle ib_result_handle; in i915_to_amd() local
240 &ib_result_handle, &ib_result_cpu, in i915_to_amd()
251 ib_result_handle in i915_to_amd()
279 amdgpu_bo_unmap_and_free(ib_result_handle, va_handle, in i915_to_amd()
296 amdgpu_bo_handle ib_result_handle; in amd_to_i915() local
319 &ib_result_handle, &ib_result_cpu, in amd_to_i915()
332 ib_result_handle in amd_to_i915()
369 amdgpu_bo_export(ib_result_handle, in amd_to_i915()
392 amdgpu_bo_unmap_and_free(ib_result_handle, va_handle, in amd_to_i915()
Damd_cs_nop.c127 amdgpu_bo_handle ib_result_handle; in nop_cs() local
137 &ib_result_handle, &ib_result_cpu, in nop_cs()
145 r = amdgpu_bo_list_create(device, 1, &ib_result_handle, NULL, &bo_list); in nop_cs()
190 amdgpu_bo_unmap_and_free(ib_result_handle, va_handle, in nop_cs()