Searched refs:lima_bo_wait (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/lima/ |
D | lima_bo.h | 72 bool lima_bo_wait(struct lima_bo *bo, uint32_t op, uint64_t timeout_ns);
|
D | lima_bo.c | 253 if (!lima_bo_wait(entry, LIMA_GEM_WAIT_WRITE, 0)) { in lima_bo_cache_get() 523 bool lima_bo_wait(struct lima_bo *bo, uint32_t op, uint64_t timeout_ns) in lima_bo_wait() function
|
D | lima_resource.c | 591 lima_bo_wait(bo, op, PIPE_TIMEOUT_INFINITE); in lima_transfer_map() 796 lima_bo_wait(res->bo, LIMA_GEM_WAIT_WRITE, PIPE_TIMEOUT_INFINITE); in lima_texture_subdata()
|
/external/mesa3d/docs/relnotes/ |
D | 19.3.0.rst | 3375 - lima: use 0 to poll if BO is busy in lima_bo_wait()
|