diff options
author | Peng Huang <[email protected]> | 2020-02-01 22:31:00 -0500 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2020-02-13 10:39:28 -0800 |
commit | 5c0a93b6eb3ed3e32ed053bbce5bc2d22f713148 (patch) | |
tree | 877b24ddef1fc3b14ff61397bed58f79fe8cff3f /.pick_status.json | |
parent | 0e0abec7b64997621efec70104494d812c46b183 (diff) |
radeonsi: make si_fence_server_signal flush pipe without work
glSignalSemaphoreEXT sometime doesn't signal the semaphore, it is
because radeonsi doesn't flush if gl context doesn't have pending
work. Fix the porblem by always submit ib.
Reviewed-by: Marek Olšák <[email protected]>
Cc: 19.3 20.0 <[email protected]>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3779>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3779>
(cherry picked from commit 0660cbf4262891e6380faf0d99217b2d27873051)
Diffstat (limited to '.pick_status.json')
-rw-r--r-- | .pick_status.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.pick_status.json b/.pick_status.json index af621c1419a..9f062fcd9f9 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -274,7 +274,7 @@ "description": "radeonsi: make si_fence_server_signal flush pipe without work", "nominated": true, "nomination_type": 0, - "resolution": 0, + "resolution": 1, "master_sha": null, "because_sha": null }, |