Home
last modified time | relevance | path

Searched refs:amdgpu_bo_alloc (Results 1 – 19 of 19) sorted by relevance

/third_party/libdrm/tests/amdgpu/
Dcs_tests.c217 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()
Dbo_tests.c82 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()
Dvm_tests.c203 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()
Damdgpu_test.h361 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()
Dhotunplug_tests.c321 amdgpu_bo_alloc(device_handle, &request, &bo_handle); in amdgpu_hotunplug_with_exported_bo()
Damdgpu_stress.c161 r = amdgpu_bo_alloc(device_handle, &request, &bo); in alloc_bo()
Dvcn_tests.c246 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle); in alloc_resource()
Dcp_dma_tests.c104 r = amdgpu_bo_alloc(dev, &request, &buf_handle); in allocate_bo_and_va()
Duvd_enc_tests.c207 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle); in alloc_resource()
Djpeg_tests.c288 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle); in alloc_resource()
Dvce_tests.c250 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle); in alloc_resource()
Dbasic_tests.c715 r = amdgpu_bo_alloc(dev, &request, &buf_handle); in amdgpu_bo_alloc_and_map_raw()
/third_party/libdrm/amdgpu/
Damdgpu-symbols.txt1 amdgpu_bo_alloc
Damdgpu.h581 int amdgpu_bo_alloc(amdgpu_device_handle dev,
Damdgpu_bo.c70 drm_public int amdgpu_bo_alloc(amdgpu_device_handle dev, in amdgpu_bo_alloc() function
/third_party/mesa3d/src/amd/common/
Dac_gpu_info.c256 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/
Dradv_amdgpu_bo.c500 r = amdgpu_bo_alloc(ws->dev, &request, &buf_handle); in radv_amdgpu_winsys_bo_create()
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_bo.c553 r = amdgpu_bo_alloc(ws->dev, &request, &buf_handle); in amdgpu_create_bo()
Damdgpu_cs.c319 r = amdgpu_bo_alloc(ctx->ws->dev, &alloc_buffer, &buf_handle); in amdgpu_ctx_create()