AUB CSR with a separate function to write memory

Move common code related to writing memory to dedicated function

Change-Id: I4ac8ec779cb40146bd27b8e40728d81d3b5b4276
This commit is contained in:
Milczarek, Slawomir
2018-11-26 18:17:57 -08:00
parent cc414b0530
commit 3b8ff44d55
9 changed files with 57 additions and 28 deletions

View File

@@ -36,6 +36,10 @@ class AubCenter {
return streamProvider.get();
}
AubDump::AubManager *getAubManager() const {
return aubManager.get();
}
protected:
std::unique_ptr<PhysicalAddressAllocator> physicalAddressAllocator;
std::unique_ptr<AddressMapper> addressMapper;