summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Antognolli <[email protected]>2018-08-21 09:47:17 -0700
committerRafael Antognolli <[email protected]>2018-08-22 12:52:41 -0700
commite82d8fa9641abcad9f441a8c70ad773f4fc6baa6 (patch)
tree0278a88da369d6ce730970fe3b676e721ee8e6fd
parent68ae66542a1537bc0a533cae870b2523523d8b6e (diff)
intel/tools/aubwrite: Rename "legacy" to "Trace Block".
Hopefully it's a little more descriptive, and more accurate. Cc: Lionel Landwerlin <[email protected]> Reviewed-by: Lionel Landwerlin <[email protected]>
-rw-r--r--src/intel/tools/aub_write.c2
1 files changed, 1 insertions, 1 deletions
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));