Lines Matching refs:amdgpu_bo_handle
193 static amdgpu_bo_handle gpu_mem_alloc(amdgpu_device_handle device_handle, in gpu_mem_alloc()
207 amdgpu_bo_handle buf_handle; in gpu_mem_alloc()
225 static void gpu_mem_free(amdgpu_bo_handle bo, in gpu_mem_free()
245 amdgpu_bo_handle *bo, void **cpu, uint64_t *mc_address, in amdgpu_bo_alloc_and_map()
254 amdgpu_bo_handle buf_handle; in amdgpu_bo_alloc_and_map()
296 amdgpu_bo_unmap_and_free(amdgpu_bo_handle bo, amdgpu_va_handle va_handle, in amdgpu_bo_unmap_and_free()
306 amdgpu_get_bo_list(amdgpu_device_handle dev, amdgpu_bo_handle bo1, in amdgpu_get_bo_list()
307 amdgpu_bo_handle bo2, amdgpu_bo_list_handle *list) in amdgpu_get_bo_list()
309 amdgpu_bo_handle resources[] = {bo1, bo2}; in amdgpu_get_bo_list()
316 amdgpu_bo_handle bo; in amdgpu_memory_alloc()
359 amdgpu_bo_handle ib_result_handle, ib_result_ce_handle; in amdgpu_command_submission_gfx_separate_ibs()
444 amdgpu_bo_handle ib_result_handle; in amdgpu_command_submission_gfx_shared_ib()
550 amdgpu_bo_handle ib_result_handle[2]; in amdgpu_semaphore_test()
678 amdgpu_bo_handle ib_result_handle; in amdgpu_command_submission_compute_nop()
781 int res_cnt, amdgpu_bo_handle *resources, in amdgpu_test_exec_cs_helper()
788 amdgpu_bo_handle ib_result_handle; in amdgpu_test_exec_cs_helper()
792 amdgpu_bo_handle *all_res = alloca(sizeof(resources[0]) * (res_cnt + 1)); in amdgpu_test_exec_cs_helper()
854 amdgpu_bo_handle bo; in amdgpu_command_submission_write_linear_helper()
855 amdgpu_bo_handle *resources; in amdgpu_command_submission_write_linear_helper()
882 resources = calloc(1, sizeof(amdgpu_bo_handle)); in amdgpu_command_submission_write_linear_helper()
961 amdgpu_bo_handle bo; in amdgpu_command_submission_const_fill_helper()
962 amdgpu_bo_handle *resources; in amdgpu_command_submission_const_fill_helper()
989 resources = calloc(1, sizeof(amdgpu_bo_handle)); in amdgpu_command_submission_const_fill_helper()
1070 amdgpu_bo_handle bo1, bo2; in amdgpu_command_submission_copy_linear_helper()
1071 amdgpu_bo_handle *resources; in amdgpu_command_submission_copy_linear_helper()
1098 resources = calloc(2, sizeof(amdgpu_bo_handle)); in amdgpu_command_submission_copy_linear_helper()
1205 amdgpu_bo_handle ib_result_handle, ib_result_ce_handle; in amdgpu_command_submission_multi_fence_wait_all()
1306 amdgpu_bo_handle handle; in amdgpu_userptr_test()
1310 amdgpu_bo_handle buf_handle; in amdgpu_userptr_test()