From 6cab29e9736d7bdc130095b73e028c4c5d9f8c6c Mon Sep 17 00:00:00 2001 From: Andres Gomez Date: Wed, 25 Oct 2017 04:09:45 +0300 Subject: [PATCH] cherry-ignore: radv: Disallow indirect outputs for GS on GFX9 as well. fixes: Commit is not applicable when 6ce550453f1 is missing. Signed-off-by: Andres Gomez --- bin/.cherry-ignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/.cherry-ignore b/bin/.cherry-ignore index 65b613a1910..e034d13bb8e 100644 --- a/bin/.cherry-ignore +++ b/bin/.cherry-ignore @@ -58,3 +58,6 @@ d8cefaa197f02944812ef535b1b303dd5bf26848 radv: use device name in cache creation # fixes: Commit is not applicable when 087e010b2b3 is missing. 6ce550453f1df64caeb956f215d32da96b89f2b1 radv: Don't use vgpr indexing for outputs on GFX9. + +# fixes: Commit is not applicable when 6ce550453f1 is missing. +c07d719e8b683e1bf78f187dd17fe4716f4e5e9c radv: Disallow indirect outputs for GS on GFX9 as well.