Searched refs:amdgpu_bo_unmap_and_free (Results 1 – 4 of 4) sorted by relevance
/external/libdrm/tests/amdgpu/ |
D | basic_tests.c | 236 r = amdgpu_bo_unmap_and_free(ib_result_handle, va_handle, in amdgpu_command_submission_gfx_separate_ibs() 240 r = amdgpu_bo_unmap_and_free(ib_result_ce_handle, va_handle_ce, in amdgpu_command_submission_gfx_separate_ibs() 317 r = amdgpu_bo_unmap_and_free(ib_result_handle, va_handle, in amdgpu_command_submission_gfx_shared_ib() 398 r = amdgpu_bo_unmap_and_free(ib_result_handle, va_handle, in amdgpu_command_submission_compute() 483 r = amdgpu_bo_unmap_and_free(ib_result_handle, va_handle, in amdgpu_sdma_test_exec_cs() 557 r = amdgpu_bo_unmap_and_free(bo, va_handle, bo_mc, in amdgpu_command_submission_sdma_write_linear() 640 r = amdgpu_bo_unmap_and_free(bo, va_handle, bo_mc, in amdgpu_command_submission_sdma_const_fill() 740 r = amdgpu_bo_unmap_and_free(bo1, bo1_va_handle, bo1_mc, in amdgpu_command_submission_sdma_copy_linear() 743 r = amdgpu_bo_unmap_and_free(bo2, bo2_va_handle, bo2_mc, in amdgpu_command_submission_sdma_copy_linear()
|
D | amdgpu_test.h | 215 amdgpu_bo_unmap_and_free(amdgpu_bo_handle bo, amdgpu_va_handle va_handle, in amdgpu_bo_unmap_and_free() function
|
D | cs_tests.c | 106 r = amdgpu_bo_unmap_and_free(ib_handle, ib_va_handle, in suite_cs_tests_clean()
|
D | vce_tests.c | 121 r = amdgpu_bo_unmap_and_free(ib_handle, ib_va_handle, in suite_vce_tests_clean()
|