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

/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_drm.c256 mtx_lock(&dev->bo_mutex);
292 mtx_unlock(&dev->bo_mutex);
385 mtx_lock(&dev->bo_mutex);
390 mtx_unlock(&dev->bo_mutex);
1154 mtx_lock(&queue->device->bo_mutex);
1157 * time when bo_mutex is not locked. So we build submit cmds here the real
1180 mtx_unlock(&queue->device->bo_mutex);
H A Dtu_private.h409 mtx_t bo_mutex; member in struct:tu_device
H A Dtu_device.c1468 mtx_init(&device->bo_mutex, mtx_plain);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.3.0.rst4618 - turnip: Release bo_mutex lock before potential error path.

Completed in 16 milliseconds