Skip to content
Snippets Groups Projects
Commit 44b5b835 authored by Samuel Pitoiset's avatar Samuel Pitoiset Committed by Eric Engestrom
Browse files

radv/sqtt: fix GPU hangs when capturing from the compute queue


S_008D20_FINISH_DONE is a mask of queues and 1 means "wait on the gfx
queue until the value is not 0" which can never happen when the driver
captures from compute. Instead, use the full mask of possible queues.

Cc: 21.3 mesa-stable
Signed-off-by: default avatarSamuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: default avatarBas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Part-of: <mesa/mesa!13694>
(cherry picked from commit 379fab74)
parent 33272954
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment