Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_bo.c50 static bool amdgpu_bo_wait(struct radeon_winsys *rws, in amdgpu_bo_wait() function
304 if (!amdgpu_bo_wait(rws, (struct pb_buffer*)bo, 0, in amdgpu_bo_map()
315 if (!amdgpu_bo_wait(rws, (struct pb_buffer*)bo, 0, in amdgpu_bo_map()
337 /* Try to avoid busy-waiting in amdgpu_bo_wait. */ in amdgpu_bo_map()
343 amdgpu_bo_wait(rws, (struct pb_buffer*)bo, PIPE_TIMEOUT_INFINITE, in amdgpu_bo_map()
352 /* Try to avoid busy-waiting in amdgpu_bo_wait. */ in amdgpu_bo_map()
358 amdgpu_bo_wait(rws, (struct pb_buffer*)bo, PIPE_TIMEOUT_INFINITE, in amdgpu_bo_map()
629 return amdgpu_bo_wait(&ws->dummy_ws.base, _buf, 0, RADEON_USAGE_READWRITE); in amdgpu_bo_can_reclaim()
949 * amdgpu_bo_wait doesn't wait for active CS jobs. in sparse_backing_alloc()
1751 ws->base.buffer_wait = amdgpu_bo_wait; in amdgpu_bo_init_functions()
[all...]

Completed in 3 milliseconds