summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2018-04-17 15:28:04 -0400
committerJuan A. Suarez Romero <[email protected]>2018-04-23 09:53:45 +0000
commitcd52573fac3a1715291da5c450738e9565aa4652 (patch)
tree8586ef002f40247539de5eb6f35132f80f6b4c8e /bin
parent5edd3192e7f3388ff36236010995401569e9250f (diff)
radeonsi/gfx9: fix a hang with an empty first IB
This packet causes the no-op IB detection to fail, so the IB is always submitted. Also fix the no-op IB detection by moving the begin call. Cc: 18.0 <[email protected]> Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'bin')
-rw-r--r--bin/.cherry-ignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/.cherry-ignore b/bin/.cherry-ignore
index 71bc8167edf..fca2ad29109 100644
--- a/bin/.cherry-ignore
+++ b/bin/.cherry-ignore
@@ -21,3 +21,6 @@ ac4437b20b87c7285b89466f05b51518ae616873 automake: small cleanup after the meson
# b2f2236dc565dd1460f0 and c62cf1f165919bc74296 which did not land in
# branch.
880c1718b6d14b33fe5ba918af70fea5be890c6b omx: always define ENABLE_ST_OMX_{BELLAGIO,TIZONIA}
+
+# stable: There is a specific port for this patch for stable branch.
+d15fb766aa3c98ffbe16d050b2af4804e4b12c57 radeonsi/gfx9: fix a hang with an empty first IB