tsan-blacklist: surpress two race conditions in TC

They are both of no consequence

v2: fix comment

Signed-off-by: Gert Wollny <gert.wollny@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28650>
This commit is contained in:
Gert Wollny 2024-04-09 14:03:44 +02:00 committed by Marge Bot
parent ccff97f7ba
commit 6cc119522e
1 changed files with 10 additions and 0 deletions

View File

@ -11,6 +11,16 @@ fun:util_queue_fence_signal
fun:lp_fence_signalled
fun:lp_fence_signal
# gallium/tc
# Keeping track of tc->last_completed is an optimization and it is of no
# consequence to read a stale value there, so surpress the warning about the
# race condition
fun:tc_batch_execute
# This is a debug feature and ATM it is simpler to surpress the race warning
fun:tc_set_driver_thread
# vulkan/runtime
# Even with the data race the returned value is always the same
fun:get_max_abs_timeout_ns