gallium/u_threaded: Get reset status without sync
authorRob Clark <robdclark@chromium.org>
Sun, 3 Oct 2021 16:12:25 +0000 (09:12 -0700)
committerMarge Bot <eric+marge@anholt.net>
Mon, 4 Oct 2021 19:45:28 +0000 (19:45 +0000)
commit75808934f8c6ab4bea4e3d8a8aad8629f14de4eb
tree70bb8dfa4f4e43e24a3f27cb6e9cc80b5b53169f
parent1a20cfb7d6a34c5da2709b07eeaba39a8d834b3d
gallium/u_threaded: Get reset status without sync

GPU hangs are asynchronous already, there should not be an expectation
that this is synchronized with driver thread.

Signed-off-by: Rob Clark <robdclark@chromium.org>
Mike Blumenkrantz <michael.blumenkrantz@gmail.com>

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13163>
src/gallium/auxiliary/driver_noop/noop_pipe.c
src/gallium/auxiliary/util/u_threaded_context.c
src/gallium/auxiliary/util/u_threaded_context.h
src/gallium/drivers/crocus/crocus_context.c
src/gallium/drivers/freedreno/freedreno_context.c
src/gallium/drivers/iris/iris_context.c
src/gallium/drivers/radeonsi/si_pipe.c
src/gallium/drivers/zink/zink_context.c