Home
last modified time | relevance | path

Searched refs:amdgpu_bo_alloc (Results 1 - 18 of 18) sorted by relevance

/third_party/libdrm/tests/amdgpu/
H A 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()
H A 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()
H A 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()
H A 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()
H A Damdgpu_stress.c161 r = amdgpu_bo_alloc(device_handle, &request, &bo); in alloc_bo()
H A Dhotunplug_tests.c321 amdgpu_bo_alloc(device_handle, &request, &bo_handle); in amdgpu_hotunplug_with_exported_bo()
H A Dcp_dma_tests.c104 r = amdgpu_bo_alloc(dev, &request, &buf_handle); in allocate_bo_and_va()
H A Duvd_enc_tests.c207 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle); in alloc_resource()
H A Dvcn_tests.c246 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle); in alloc_resource()
H A Djpeg_tests.c288 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle); in alloc_resource()
H A Dvce_tests.c250 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle); in alloc_resource()
H A Dbasic_tests.c715 r = amdgpu_bo_alloc(dev, &request, &buf_handle); in amdgpu_bo_alloc_and_map_raw()
/third_party/libdrm/amdgpu/
H A Damdgpu.h153 * \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 Damdgpu_bo.c70 drm_public int amdgpu_bo_alloc(amdgpu_device_handle dev, in amdgpu_bo_alloc() function
/third_party/mesa3d/src/amd/common/
H A 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/
H A 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/
H A Damdgpu_cs.c319 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 Damdgpu_bo.c553 r = amdgpu_bo_alloc(ws->dev, &request, &buf_handle); in amdgpu_create_bo()

Completed in 26 milliseconds