Reviewed-by: Lionel Landwerlin <lionel.g.landwer...@intel.com>

On 21/08/2018 18:38, Rafael Antognolli wrote:
Hopefully it's a little more descriptive, and more accurate.

Cc: Lionel Landwerlin <lionel.g.landwer...@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 e92bdaf5ed4..5d59b4ef28a 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));


_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to