Searched refs:amdgpu_bo_alloc_and_map (Results 1 – 12 of 12) sorted by relevance
/third_party/libdrm/tests/amdgpu/ |
D | basic_tests.c | 864 r = amdgpu_bo_alloc_and_map(device_handle, 4096, 4096, in amdgpu_command_submission_gfx_separate_ibs() 870 r = amdgpu_bo_alloc_and_map(device_handle, 4096, 4096, in amdgpu_command_submission_gfx_separate_ibs() 955 r = amdgpu_bo_alloc_and_map(device_handle, 4096, 4096, in amdgpu_command_submission_gfx_shared_ib() 1093 r = amdgpu_bo_alloc_and_map(device_handle, in amdgpu_bo_eviction_test() 1105 r = amdgpu_bo_alloc_and_map(device_handle, in amdgpu_bo_eviction_test() 1234 r = amdgpu_bo_alloc_and_map(device_handle, 4096, 4096, in amdgpu_semaphore_test() 1366 r = amdgpu_bo_alloc_and_map(device_handle, 4096, 4096, in amdgpu_command_submission_compute_nop() 1479 r = amdgpu_bo_alloc_and_map(device_handle, 4096, 4096, in amdgpu_test_exec_cs_helper_raw() 1596 r = amdgpu_bo_alloc_and_map(device, in amdgpu_command_submission_write_linear_helper_with_secure() 1800 r = amdgpu_bo_alloc_and_map(device_handle, in amdgpu_command_submission_const_fill_helper() [all …]
|
D | hotunplug_tests.c | 201 r = amdgpu_bo_alloc_and_map(device_handle, 4096, 4096, in amdgpu_nop_cs() 373 r = amdgpu_bo_alloc_and_map(device_handle, 4096, 4096, in amdgpu_hotunplug_with_exported_fence()
|
D | bo_tests.c | 298 r = amdgpu_bo_alloc_and_map(device_handle, 4096, 4096, in amdgpu_bo_find_by_cpu_mapping()
|
D | vm_tests.c | 131 r = amdgpu_bo_alloc_and_map(device_handle, 4096, 4096, in amdgpu_vmid_reserve_test()
|
D | amdgpu_test.h | 454 amdgpu_bo_alloc_and_map(amdgpu_device_handle dev, unsigned size, in amdgpu_bo_alloc_and_map() function
|
D | syncobj_tests.c | 123 r = amdgpu_bo_alloc_and_map(device_handle, 4096, 4096, in syncobj_command_submission_helper()
|
D | vcn_tests.c | 162 r = amdgpu_bo_alloc_and_map(device_handle, IB_SIZE, 4096, in suite_vcn_tests_init()
|
D | cs_tests.c | 116 r = amdgpu_bo_alloc_and_map(device_handle, IB_SIZE, 4096, in suite_cs_tests_init()
|
D | cp_dma_tests.c | 438 r = amdgpu_bo_alloc_and_map(executing_device_handle, IB_SIZE, 4096, in suite_cp_dma_tests_init()
|
D | uvd_enc_tests.c | 123 r = amdgpu_bo_alloc_and_map(device_handle, IB_SIZE, 4096, in suite_uvd_enc_tests_init()
|
D | jpeg_tests.c | 207 r = amdgpu_bo_alloc_and_map(device_handle, IB_SIZE, 4096, in suite_jpeg_tests_init()
|
D | vce_tests.c | 165 r = amdgpu_bo_alloc_and_map(device_handle, IB_SIZE, 4096, in suite_vce_tests_init()
|