tc: Add missing tc_set_driver_thread()
Cc: mesa-stable Signed-off-by: Rob Clark <robdclark@chromium.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33724>
This commit is contained in:
@@ -3454,7 +3454,9 @@ tc_fence_server_signal(struct pipe_context *_pipe,
|
||||
struct threaded_context *tc = threaded_context(_pipe);
|
||||
struct pipe_context *pipe = tc->pipe;
|
||||
tc_sync(tc);
|
||||
tc_set_driver_thread(tc);
|
||||
pipe->fence_server_signal(pipe, fence);
|
||||
tc_clear_driver_thread(tc);
|
||||
}
|
||||
|
||||
static struct pipe_video_codec *
|
||||
|
||||
Reference in New Issue
Block a user