aboutsummaryrefslogtreecommitdiffstats
path: root/src/panfrost/bifrost
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <[email protected]>2020-05-05 16:15:36 -0400
committerMarge Bot <[email protected]>2020-05-29 20:34:55 +0000
commitec8665615f4b4bd019ea56fb1dd2be3716802b78 (patch)
tree82db4eb1516a124b857145e805a81d4d321734cb /src/panfrost/bifrost
parenta658a4f7a5599141c678794676f4a5cfc16ba7f1 (diff)
pan/bi: Disassemble pos=0xe
Signed-off-by: Alyssa Rosenzweig <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5260>
Diffstat (limited to 'src/panfrost/bifrost')
-rw-r--r--src/panfrost/bifrost/disassemble.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/panfrost/bifrost/disassemble.c b/src/panfrost/bifrost/disassemble.c
index b9ca762c90b..e90b7ca973f 100644
--- a/src/panfrost/bifrost/disassemble.c
+++ b/src/panfrost/bifrost/disassemble.c
@@ -2024,6 +2024,9 @@ bool dump_clause(FILE *fp, uint32_t *words, unsigned *size, unsigned offset, boo
case 0xd:
const_idx = 4;
break;
+ case 0xe:
+ const_idx = 5;
+ break;
default:
fprintf(fp, "# unknown pos 0x%x\n", pos);
break;