mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
intel/tools/aubwrite: Rename "legacy" to "Trace Block".
Hopefully it's a little more descriptive, and more accurate. Cc: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
This commit is contained in:
parent
68ae66542a
commit
e82d8fa964
1 changed files with 1 additions and 1 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue