Skip to content

v3dv: Add missing unlocks on errors.

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

Fix defects reported by Coverity Scan.

Missing unlock (LOCK) missing_unlock: Returning without unlocking.

Fixes: a7052dcf ("v3dv: enable multiple semaphores for csd job") Fixes: ad09e501 ("v3dv: enable multiple semaphores for tfu job") Fixes: ff8586c3 ("v3dv: enable multiple semaphores on cl submission") Signed-off-by: Vinson Lee vlee@freedesktop.org

Merge request reports