Download tag allocation only if was submitted

Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
Lukasz Jobczyk
2022-04-12 16:07:22 +00:00
committed by Compute-Runtime-Automation
parent 352583b9d9
commit b67b1bd6fc
3 changed files with 32 additions and 5 deletions

View File

@ -333,7 +333,7 @@ class CommandStreamReceiver {
void printDeviceIndex();
void checkForNewResources(uint32_t submittedTaskCount, uint32_t allocationTaskCount, GraphicsAllocation &gfxAllocation);
bool checkImplicitFlushForGpuIdle();
void downloadTagAllocation();
void downloadTagAllocation(uint32_t taskCountToWait);
MOCKABLE_VIRTUAL std::unique_lock<MutexType> obtainHostPtrSurfaceCreationLock();
std::unique_ptr<FlushStampTracker> flushStamp;