Add missing makeResident call

Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
Dunajski, Bartosz
2022-12-14 15:47:56 +00:00
committed by Compute-Runtime-Automation
parent a734921113
commit 1783f5b740
2 changed files with 6 additions and 0 deletions

View File

@@ -210,6 +210,8 @@ CompletionStamp CommandStreamReceiverHw<GfxFamily>::flushBcsTask(LinearStream &c
makeResident(*getTagAllocation());
}
makeResident(*commandStreamTask.getGraphicsAllocation());
bool submitCSR = (commandStreamStartCSR != commandStreamCSR.getUsed());
void *bbEndLocation = nullptr;