diff options
author | Kenneth Graunke <[email protected]> | 2018-08-30 11:19:51 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2018-08-30 14:36:28 -0700 |
commit | b147254d36c49c6bb9dc67ac8417374f091dc5c1 (patch) | |
tree | cc8d48ac883f4118c2ca4d1d4f022b6166136374 /src/intel/tools/aub_write.h | |
parent | a0f18f214215931bfe6b27dd86c09ec5bae49103 (diff) |
Revert "intel/tools/aubwrite: Always use physical addresses for traces."
This reverts commit f8cfc7766016d0ff7d52953e7a992b1e77c521d0.
This appears to break intel_dump_gpu for Gen9 systems - I can load them
in the simulator, but nothing happens. Reverting the patch makes the
simulator properly execute our commands and shaders again.
Diffstat (limited to 'src/intel/tools/aub_write.h')
-rw-r--r-- | src/intel/tools/aub_write.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/intel/tools/aub_write.h b/src/intel/tools/aub_write.h index 69ad4a877d4..6a09c1747b9 100644 --- a/src/intel/tools/aub_write.h +++ b/src/intel/tools/aub_write.h @@ -52,7 +52,6 @@ struct aub_file { int addr_bits; struct aub_ppgtt_table pml4; - uint32_t default_addr_space; }; void aub_file_init(struct aub_file *aub, FILE *file, uint16_t pci_id); |