Increase the preferred tag pool size.

Change-Id: I171d91571aec787f36a7a9d85b12aa8cf341ec7a
Signed-off-by: Michal Mrozek <michal.mrozek@intel.com>
This commit is contained in:
Michal Mrozek
2020-05-26 17:03:23 +02:00
committed by sys_ocldev
parent 660dae513e
commit ef5f83d0a0
3 changed files with 3 additions and 3 deletions

View File

@@ -523,7 +523,7 @@ size_t CommandStreamReceiver::getPreferredTagPoolSize() const {
return 1;
}
return 512;
return 2048;
}
bool CommandStreamReceiver::expectMemory(const void *gfxAddress, const void *srcAddress,