aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/tools/aub_write.h
diff options
context:
space:
mode:
authorLionel Landwerlin <[email protected]>2018-08-24 00:03:28 +0100
committerLionel Landwerlin <[email protected]>2019-03-07 15:08:32 +0000
commit8e14c9b7dbb1c1ee730573cc712cde29659e94c5 (patch)
tree1cc3c0ac4d927887c9c54c84594ab41ba9b2ed39 /src/intel/tools/aub_write.h
parent0343a3b42b67a6255c9e8cd132b0cef2d88e429b (diff)
intel/aub_write: store the physical page allocator in struct
We want to use this allocator in the next commit for GGTT pages. Signed-off-by: Lionel Landwerlin <[email protected]> Reviewed-by: Rafael Antognolli <[email protected]>
Diffstat (limited to 'src/intel/tools/aub_write.h')
-rw-r--r--src/intel/tools/aub_write.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel/tools/aub_write.h b/src/intel/tools/aub_write.h
index 69cd64fbc30..69ff3010651 100644
--- a/src/intel/tools/aub_write.h
+++ b/src/intel/tools/aub_write.h
@@ -54,6 +54,7 @@ struct aub_file {
int addr_bits;
struct aub_ppgtt_table pml4;
+ uint64_t phys_addrs_allocator;
};
void aub_file_init(struct aub_file *aub, FILE *file, FILE *debug, uint16_t pci_id, const char *app_name);