fix make resident dependent multi root device tags

Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
This commit is contained in:
Maciej Plewka
2023-02-13 15:24:53 +00:00
committed by Compute-Runtime-Automation
parent 1c63753ebe
commit b1e8ca5d59
3 changed files with 38 additions and 1 deletions

View File

@@ -15,6 +15,9 @@ void CsrDependencies::makeResident(CommandStreamReceiver &commandStreamReceiver)
for (auto &timestampPacketContainer : timestampPacketContainer) {
timestampPacketContainer->makeResident(commandStreamReceiver);
}
for (auto &timestampPacketContainer : multiRootTimeStampSyncContainer) {
timestampPacketContainer->makeResident(commandStreamReceiver);
}
}
void CsrDependencies::copyNodesToNewContainer(TimestampPacketContainer &newTimestampPacketContainer) {