Skip to content

dzn: Fix qpool->queries_lock double lock

Vinson Lee requested to merge vlee/mesa:fix-cid-1531862 into main

What does this MR do and why?

dzn: Fix qpool->queries_lock double lock

Fix defect reported by Coverity Scan.

Double lock (LOCK) double_lock: mtx_lock locks qpool->queries_lock while it is locked.

Fixes: a012b219 ("microsoft: Initial vulkan-on-12 driver") Signed-off-by: Vinson Lee vlee@freedesktop.org

Merge request reports