Searched refs:amdgpu_bo_list_create (Results 1 – 13 of 13) sorted by relevance
/third_party/libdrm/amdgpu/ |
D | amdgpu-symbols.txt | 10 amdgpu_bo_list_create
|
D | amdgpu.h | 837 int amdgpu_bo_list_create(amdgpu_device_handle dev,
|
D | amdgpu_bo.c | 634 drm_public int amdgpu_bo_list_create(amdgpu_device_handle dev, in amdgpu_bo_list_create() function
|
/third_party/libdrm/tests/amdgpu/ |
D | hotunplug_tests.c | 211 r = amdgpu_bo_list_create(device_handle, 1, &ib_result_handle, NULL, &bo_list); in amdgpu_nop_cs() 383 r = amdgpu_bo_list_create(device_handle, 1, &ib_result_handle, NULL, &bo_list); in amdgpu_hotunplug_with_exported_fence()
|
D | amdgpu_test.h | 482 return amdgpu_bo_list_create(dev, bo2 ? 2 : 1, resources, NULL, list); in amdgpu_get_bo_list()
|
D | amdgpu_stress.c | 242 r = amdgpu_bo_list_create(device_handle, num_buffers, resources, NULL, in submit_ib()
|
D | vcn_tests.c | 205 r = amdgpu_bo_list_create(device_handle, num_resources, resources, in submit()
|
D | cs_tests.c | 165 r = amdgpu_bo_list_create(device_handle, num_resources, resources, in submit()
|
D | basic_tests.c | 1503 r = amdgpu_bo_list_create(device_handle, res_cnt+1, all_res, in amdgpu_test_exec_cs_helper_raw() 2730 r = amdgpu_bo_list_create(device_handle, 3, resources, NULL, &bo_list); in amdgpu_memset_dispatch_test() 2892 r = amdgpu_bo_list_create(device_handle, 4, resources, NULL, &bo_list); in amdgpu_memcpy_dispatch_test() 3131 r = amdgpu_bo_list_create(device_handle, 4, resources, NULL, &bo_list); in amdgpu_memcpy_dispatch_hang_slow_test() 3785 r = amdgpu_bo_list_create(device_handle, 4, resources, NULL, &bo_list); in amdgpu_memset_draw() 3974 r = amdgpu_bo_list_create(device_handle, 5, resources, NULL, &bo_list); in amdgpu_memcpy_draw() 4218 r = amdgpu_bo_list_create(device_handle, 5, resources, NULL, &bo_list); in amdgpu_memcpy_draw_hang_slow_test()
|
D | cp_dma_tests.c | 216 r = amdgpu_bo_list_create(executing_device_handle, in submit_and_sync()
|
D | uvd_enc_tests.c | 166 r = amdgpu_bo_list_create(device_handle, num_resources, resources, in submit()
|
D | jpeg_tests.c | 248 r = amdgpu_bo_list_create(device_handle, num_resources, resources, NULL, in submit()
|
D | vce_tests.c | 210 r = amdgpu_bo_list_create(device_handle, num_resources, resources, in submit()
|