Searched refs:amdgpu_bo_alloc (Results 1 - 18 of 18) sorted by relevance
/third_party/libdrm/tests/amdgpu/ |
H A D | amdgpu_test.h | 361 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle); in gpu_mem_alloc() 438 r = amdgpu_bo_alloc(dev, &request, &buf_handle); in amdgpu_bo_alloc_wrap()
|
H A D | bo_tests.c | 82 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle); in suite_bo_tests_init() 280 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle); in amdgpu_mem_fail_alloc()
|
H A D | vm_tests.c | 203 r = amdgpu_bo_alloc(device_handle, &request, &buf_handle); in amdgpu_vm_unaligned_map() 244 r = amdgpu_bo_alloc(device_handle, &req, &buf); in amdgpu_vm_mapping_test()
|
H A D | cs_tests.c | 217 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle); in amdgpu_cs_uvd_create() 295 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle); in amdgpu_cs_uvd_decode() 428 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle); in amdgpu_cs_uvd_destroy()
|
H A D | amdgpu_stress.c | 161 r = amdgpu_bo_alloc(device_handle, &request, &bo); in alloc_bo()
|
H A D | hotunplug_tests.c | 321 amdgpu_bo_alloc(device_handle, &request, &bo_handle); in amdgpu_hotunplug_with_exported_bo()
|
H A D | cp_dma_tests.c | 104 r = amdgpu_bo_alloc(dev, &request, &buf_handle); in allocate_bo_and_va()
|
H A D | uvd_enc_tests.c | 207 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle); in alloc_resource()
|
H A D | vcn_tests.c | 246 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle); in alloc_resource()
|
H A D | jpeg_tests.c | 288 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle); in alloc_resource()
|
H A D | vce_tests.c | 250 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle); in alloc_resource()
|
H A D | basic_tests.c | 715 r = amdgpu_bo_alloc(dev, &request, &buf_handle); in amdgpu_bo_alloc_and_map_raw()
|
/third_party/libdrm/amdgpu/ |
H A D | amdgpu.h | 153 * \sa amdgpu_bo_alloc() 581 int amdgpu_bo_alloc(amdgpu_device_handle dev, 610 * \sa amdgpu_bo_set_metadata(), amdgpu_bo_alloc() 732 * \sa amdgpu_bo_set_metadata(), amdgpu_bo_alloc() 742 * \sa amdgpu_bo_alloc(), amdgpu_bo_free()
|
H A D | amdgpu_bo.c | 70 drm_public int amdgpu_bo_alloc(amdgpu_device_handle dev, in amdgpu_bo_alloc() function
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_gpu_info.c | 256 static int amdgpu_bo_alloc(amdgpu_device_handle dev, in amdgpu_bo_alloc() function 429 r = amdgpu_bo_alloc(dev, &request, &bo); in has_tmz_support()
|
/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/ |
H A D | radv_amdgpu_bo.c | 500 r = amdgpu_bo_alloc(ws->dev, &request, &buf_handle); in radv_amdgpu_winsys_bo_create()
|
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/ |
H A D | amdgpu_cs.c | 319 r = amdgpu_bo_alloc(ctx->ws->dev, &alloc_buffer, &buf_handle); in amdgpu_ctx_create() 321 fprintf(stderr, "amdgpu: amdgpu_bo_alloc failed. (%i)\n", r); in amdgpu_ctx_create()
|
H A D | amdgpu_bo.c | 553 r = amdgpu_bo_alloc(ws->dev, &request, &buf_handle); in amdgpu_create_bo()
|
Completed in 26 milliseconds