Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/vulkan/
Dtu_drm.c211 mtx_lock(&dev->bo_mutex); in tu_bo_init()
242 mtx_unlock(&dev->bo_mutex); in tu_bo_init()
380 mtx_lock(&dev->bo_mutex); in tu_bo_finish()
390 mtx_unlock(&dev->bo_mutex); in tu_bo_finish()
1006 mtx_lock(&queue->device->bo_mutex); in tu_queue_submit_locked()
1035 mtx_unlock(&queue->device->bo_mutex); in tu_queue_submit_locked()
Dtu_device.h267 mtx_t bo_mutex; member
Dtu_device.c1840 mtx_init(&device->bo_mutex, mtx_plain); in tu_CreateDevice()
2343 mtx_lock(&device->bo_mutex); in tu_AllocateMemory()
2348 mtx_unlock(&device->bo_mutex); in tu_AllocateMemory()
/third_party/mesa3d/docs/relnotes/
D20.3.0.rst4618 - turnip: Release bo_mutex lock before potential error path.