Mesa (master): intel/tools/aubwrite: Rename "legacy" to "Trace Block".

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Aug 22 19:53:58 UTC 2018


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

Author: Rafael Antognolli <rafael.antognolli at intel.com>
Date:   Tue Aug 21 09:47:17 2018 -0700

intel/tools/aubwrite: Rename "legacy" to "Trace Block".

Hopefully it's a little more descriptive, and more accurate.

Cc: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>

---

 src/intel/tools/aub_write.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/intel/tools/aub_write.c b/src/intel/tools/aub_write.c
index e92bdaf5ed..5d59b4ef28 100644
--- a/src/intel/tools/aub_write.c
+++ b/src/intel/tools/aub_write.c
@@ -478,7 +478,7 @@ aub_write_trace_block(struct aub_file *aub,
                                            ppgtt_lookup(aub, gtt_offset + offset),
                                            block_size,
                                            AUB_MEM_TRACE_MEMORY_ADDRESS_SPACE_PHYSICAL,
-                                           "legacy");
+                                           "Trace Block");
       } else {
          dword_out(aub, CMD_AUB_TRACE_HEADER_BLOCK |
                         ((aub->addr_bits > 32 ? 6 : 5) - 2));




More information about the mesa-commit mailing list