gallium/util: replace pipe_mutex_unlock() with mtx_unlock()
[mesa.git] / src / gallium / drivers / freedreno / freedreno_context.h
index d65f19a824014a45cacdaea1da6e5e056904efbd..cb33b8c0dfcb12534de1ac46ccfa4c8c1766b133 100644 (file)
@@ -322,7 +322,7 @@ fd_context_lock(struct fd_context *ctx)
 static inline void
 fd_context_unlock(struct fd_context *ctx)
 {
-       pipe_mutex_unlock(ctx->screen->lock);
+       mtx_unlock(&ctx->screen->lock);
 }
 
 static inline struct pipe_scissor_state *