https://bugs.freedesktop.org/show_bug.cgi?id=101294

--- Comment #9 from Marek Olšák <mar...@gmail.com> ---
Hm, I think the proper fix is not to loop on submission_in_progress in
amdgpu_cs_flush while bo_fence_lock is held. The looping is there because we
need to prepare the request.dependencies list. We can remove that looping
rather trivially by passing an amdgpu_fence list (with potential submissions in
progress) to the CS thread as dependencies, and the CS thread can initialize
request.dependencies accordingly.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to