Searched refs:amdgpu_bo_wait (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/amdgpu/drm/ |
| H A D | amdgpu_bo.c | 61 static bool amdgpu_bo_wait(struct pb_buffer *_buf, uint64_t timeout, function in typeref:typename:bool 283 if (!amdgpu_bo_wait((struct pb_buffer*)bo, 0, 294 if (!amdgpu_bo_wait((struct pb_buffer*)bo, 0, 316 /* Try to avoid busy-waiting in amdgpu_bo_wait. */ 322 amdgpu_bo_wait((struct pb_buffer*)bo, PIPE_TIMEOUT_INFINITE, 331 /* Try to avoid busy-waiting in amdgpu_bo_wait. */ 337 amdgpu_bo_wait((struct pb_buffer*)bo, PIPE_TIMEOUT_INFINITE, 588 return amdgpu_bo_wait(_buf, 0, RADEON_USAGE_READWRITE); 1651 ws->base.buffer_wait = amdgpu_bo_wait;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/amdgpu/drm/ |
| H A D | amdgpu_bo.c | 50 static bool amdgpu_bo_wait(struct radeon_winsys *rws, function in typeref:typename:bool 307 if (!amdgpu_bo_wait(rws, (struct pb_buffer*)bo, 0, 318 if (!amdgpu_bo_wait(rws, (struct pb_buffer*)bo, 0, 340 /* Try to avoid busy-waiting in amdgpu_bo_wait. */ 346 amdgpu_bo_wait(rws, (struct pb_buffer*)bo, PIPE_TIMEOUT_INFINITE, 355 /* Try to avoid busy-waiting in amdgpu_bo_wait. */ 361 amdgpu_bo_wait(rws, (struct pb_buffer*)bo, PIPE_TIMEOUT_INFINITE, 622 return amdgpu_bo_wait(&ws->dummy_ws.base, _buf, 0, RADEON_USAGE_READWRITE); 967 * amdgpu_bo_wait doesn't wait for active CS jobs. 1780 ws->base.buffer_wait = amdgpu_bo_wait; [all...] |
Completed in 6 milliseconds