intel/fs: Use canonical form for "work around" tags
authorIan Romanick <ian.d.romanick@intel.com>
Tue, 21 Jun 2022 17:37:53 +0000 (10:37 -0700)
committerMarge Bot <emma+marge@anholt.net>
Tue, 26 Jul 2022 17:25:19 +0000 (17:25 +0000)
Trivial.  Also clean up some weird whitespace.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17605>

src/intel/compiler/brw_fs_visitor.cpp

index 76b6ade..a06edae 100644 (file)
@@ -944,7 +944,7 @@ fs_visitor::emit_urb_writes(const fs_reg &gs_vertex_count)
          fs_inst *inst = abld.emit(SHADER_OPCODE_URB_WRITE_LOGICAL, reg_undef,
                                    srcs, ARRAY_SIZE(srcs));
 
-         /* For ICL W1805992985 one needs additional write in the end. */
+         /* For ICL Wa_1805992985 one needs additional write in the end. */
          if (devinfo->ver == 11 && stage == MESA_SHADER_TESS_EVAL)
             inst->eot = false;
          else
@@ -992,9 +992,9 @@ fs_visitor::emit_urb_writes(const fs_reg &gs_vertex_count)
       inst->mlen = 2;
       inst->offset = 1;
       return;
-   } 
-   /* ICL W1805992985:
+   }
+
+   /* ICL Wa_1805992985:
     *
     * ICLLP GPU hangs on one of tessellation vkcts tests with DS not done. The
     * send cycle, which is a urb write with an eot must be 4 phases long and