Move getAddressSpace from AUB & TBX CSRs to CSRSimulatedHw

Change-Id: Iaa6164445f55efba3681fc41e2ec614f999e1362
This commit is contained in:
Hoppe, Mateusz
2018-09-27 09:56:02 -07:00
parent 7a3515e882
commit 7ddf1d554b
6 changed files with 16 additions and 24 deletions

View File

@@ -19,5 +19,8 @@ class CommandStreamReceiverSimulatedHw : public CommandStreamReceiverSimulatedCo
uint32_t getMemoryBank(GraphicsAllocation *allocation) const {
return MemoryBanks::getBank(this->deviceIndex);
}
int getAddressSpace(int hint) {
return AubMemDump::AddressSpaceValues::TraceNonlocal;
}
};
} // namespace OCLRT