Searched refs:ib_va_handle (Results 1 – 6 of 6) sorted by relevance
/third_party/libdrm/tests/amdgpu/ |
D | vcn_tests.c | 67 static amdgpu_va_handle ib_va_handle; variable 165 &ib_mc_address, &ib_va_handle); in suite_vcn_tests_init() 176 r = amdgpu_bo_unmap_and_free(ib_handle, ib_va_handle, in suite_vcn_tests_clean()
|
D | cs_tests.c | 49 static amdgpu_va_handle ib_va_handle; variable 127 ib_va_handle = ib_result_va_handle; in suite_cs_tests_init() 136 r = amdgpu_bo_unmap_and_free(ib_handle, ib_va_handle, in suite_cs_tests_clean()
|
D | cp_dma_tests.c | 55 static amdgpu_va_handle ib_va_handle; variable 441 &ib_mc_address, &ib_va_handle); in suite_cp_dma_tests_init() 468 r = amdgpu_bo_unmap_and_free(ib_handle, ib_va_handle, in suite_cp_dma_tests_clean()
|
D | uvd_enc_tests.c | 65 static amdgpu_va_handle ib_va_handle; variable 126 &ib_mc_address, &ib_va_handle); in suite_uvd_enc_tests_init() 137 r = amdgpu_bo_unmap_and_free(ib_handle, ib_va_handle, in suite_uvd_enc_tests_clean()
|
D | jpeg_tests.c | 132 static amdgpu_va_handle ib_va_handle; variable 209 (void **)&ib_cpu, &ib_mc_address, &ib_va_handle); in suite_jpeg_tests_init() 220 r = amdgpu_bo_unmap_and_free(ib_handle, ib_va_handle, ib_mc_address, IB_SIZE); in suite_jpeg_tests_clean()
|
D | vce_tests.c | 76 static amdgpu_va_handle ib_va_handle; variable 168 &ib_mc_address, &ib_va_handle); in suite_vce_tests_init() 181 r = amdgpu_bo_unmap_and_free(ib_handle, ib_va_handle, in suite_vce_tests_clean()
|