Home
last modified time | relevance | path

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

/external/libdrm/tests/amdgpu/
Damdgpu_test.h127 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle); in gpu_mem_alloc()
178 r = amdgpu_bo_alloc(dev, &request, &buf_handle); in amdgpu_bo_alloc_and_map()
Dcs_tests.c187 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle); in amdgpu_cs_uvd_create()
253 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle); in amdgpu_cs_uvd_decode()
349 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle); in amdgpu_cs_uvd_destroy()
Dbo_tests.c75 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle); in suite_bo_tests_init()
Dvce_tests.c190 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle); in alloc_resource()
/external/libdrm/amdgpu/
Damdgpu-symbol-check13 amdgpu_bo_alloc
Damdgpu.h549 int amdgpu_bo_alloc(amdgpu_device_handle dev,
Damdgpu_bo.c79 int amdgpu_bo_alloc(amdgpu_device_handle dev, in amdgpu_bo_alloc() function