• Home
  • Raw
  • Download

Lines Matching refs:ib_result_handle

292 	amdgpu_bo_handle ib_result_handle, ib_result_ce_handle;  in amdgpu_command_submission_gfx_separate_ibs()  local
309 &ib_result_handle, &ib_result_cpu, in amdgpu_command_submission_gfx_separate_ibs()
319 r = amdgpu_get_bo_list(device_handle, ib_result_handle, in amdgpu_command_submission_gfx_separate_ibs()
362 r = amdgpu_bo_unmap_and_free(ib_result_handle, va_handle, in amdgpu_command_submission_gfx_separate_ibs()
381 amdgpu_bo_handle ib_result_handle; in amdgpu_command_submission_gfx_shared_ib() local
398 &ib_result_handle, &ib_result_cpu, in amdgpu_command_submission_gfx_shared_ib()
402 r = amdgpu_get_bo_list(device_handle, ib_result_handle, NULL, in amdgpu_command_submission_gfx_shared_ib()
444 r = amdgpu_bo_unmap_and_free(ib_result_handle, va_handle, in amdgpu_command_submission_gfx_shared_ib()
488 amdgpu_bo_handle ib_result_handle[2]; in amdgpu_semaphore_test() local
508 &ib_result_handle[i], &ib_result_cpu[i], in amdgpu_semaphore_test()
512 r = amdgpu_get_bo_list(device_handle, ib_result_handle[i], in amdgpu_semaphore_test()
599 r = amdgpu_bo_unmap_and_free(ib_result_handle[i], va_handle[i], in amdgpu_semaphore_test()
617 amdgpu_bo_handle ib_result_handle; in amdgpu_command_submission_compute_nop() local
635 &ib_result_handle, &ib_result_cpu, in amdgpu_command_submission_compute_nop()
639 r = amdgpu_get_bo_list(device_handle, ib_result_handle, NULL, in amdgpu_command_submission_compute_nop()
677 r = amdgpu_bo_unmap_and_free(ib_result_handle, va_handle, in amdgpu_command_submission_compute_nop()
728 amdgpu_bo_handle ib_result_handle; in amdgpu_test_exec_cs_helper() local
745 &ib_result_handle, &ib_result_cpu, in amdgpu_test_exec_cs_helper()
763 all_res[res_cnt] = ib_result_handle; in amdgpu_test_exec_cs_helper()
791 r = amdgpu_bo_unmap_and_free(ib_result_handle, va_handle, in amdgpu_test_exec_cs_helper()