Mesa (main): intel/fs: Use canonical form for "work around" tags

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jul 26 17:46:09 UTC 2022


Module: Mesa
Branch: main
Commit: f7f232385f1998dd8d60df0da8eba92efb4cc510
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f7f232385f1998dd8d60df0da8eba92efb4cc510

Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Tue Jun 21 10:37:53 2022 -0700

intel/fs: Use canonical form for "work around" tags

Trivial.  Also clean up some weird whitespace.

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

---

 src/intel/compiler/brw_fs_visitor.cpp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/intel/compiler/brw_fs_visitor.cpp b/src/intel/compiler/brw_fs_visitor.cpp
index 76b6adea11d..a06edae8532 100644
--- a/src/intel/compiler/brw_fs_visitor.cpp
+++ b/src/intel/compiler/brw_fs_visitor.cpp
@@ -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 WA 1805992985 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 WA 1805992985:
+   }
+
+   /* 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



More information about the mesa-commit mailing list