fix: Update residency fence value after ring buffer switch

Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
This commit is contained in:
Maciej Plewka
2023-11-17 13:14:41 +00:00
committed by Compute-Runtime-Automation
parent 32a5b955dd
commit 560b588cbe
19 changed files with 182 additions and 39 deletions

View File

@@ -306,6 +306,7 @@ class GraphicsAllocation : public IDNode<GraphicsAllocation> {
SurfaceStateInHeapInfo getBindlessInfo() {
return bindlessInfo;
}
MOCKABLE_VIRTUAL void updateCompletionDataForAllocationAndFragments(uint64_t newFenceValue, uint32_t contextId);
OsHandleStorage fragmentsStorage;
StorageInfo storageInfo = {};