From 1c2f79066cc7a7f3024197a620a4d358c3237853 Mon Sep 17 00:00:00 2001 From: Andres Gomez Date: Wed, 25 Oct 2017 04:06:49 +0300 Subject: [PATCH] cherry-ignore: radv: Don't use vgpr indexing for outputs on GFX9. fixes: Commit is not applicable when 087e010b2b3 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 0c0afa43161..65b613a1910 100644 --- a/bin/.cherry-ignore +++ b/bin/.cherry-ignore @@ -55,3 +55,6 @@ fee9d05e2136b2b7c5a1ad2be7180b99f733f539 radv: Update code pointer correctly if # stable: 17.3 nomination only. d8cefaa197f02944812ef535b1b303dd5bf26848 radv: use device name in cache creation like radeonsi. + +# fixes: Commit is not applicable when 087e010b2b3 is missing. +6ce550453f1df64caeb956f215d32da96b89f2b1 radv: Don't use vgpr indexing for outputs on GFX9.