From 7d425913f7a731dbe811ecb336337579d9b6f954 Mon Sep 17 00:00:00 2001 From: Rohan Garg Date: Thu, 1 Feb 2024 12:40:42 +0100 Subject: [PATCH] intel/brw: update disassembly for MATH pipe Signed-off-by: Rohan Garg Reviewed-by: Francisco Jerez Part-of: --- src/intel/compiler/brw_disasm.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/intel/compiler/brw_disasm.c b/src/intel/compiler/brw_disasm.c index 73b25e55d73..c28492a97e9 100644 --- a/src/intel/compiler/brw_disasm.c +++ b/src/intel/compiler/brw_disasm.c @@ -1858,7 +1858,8 @@ swsb(FILE *file, const struct brw_isa_info *isa, const brw_inst *inst) (swsb.pipe == TGL_PIPE_FLOAT ? "F" : swsb.pipe == TGL_PIPE_INT ? "I" : swsb.pipe == TGL_PIPE_LONG ? "L" : - swsb.pipe == TGL_PIPE_ALL ? "A" : "" ), + swsb.pipe == TGL_PIPE_ALL ? "A" : + swsb.pipe == TGL_PIPE_MATH ? "M" : "" ), swsb.regdist); if (swsb.mode) format(file, " $%d%s", swsb.sbid,