[Bug 101294] radeonsi minecraft forge splash freeze since 17.1

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Jun 19 16:21:45 UTC 2017


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

--- Comment #9 from Marek Olšák <maraeo at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20170619/f96d3e07/attachment.html>


More information about the dri-devel mailing list