Revert "Fix update residency task count for all submited allocations"

This reverts commit 2565223a05e410a9113dbf69dd92f68d98578329.

Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
This commit is contained in:
Maciej Plewka
2021-06-09 10:53:36 +00:00
committed by Compute-Runtime-Automation
parent ddf75b8d23
commit 8abbc69fef
4 changed files with 0 additions and 48 deletions

View File

@@ -111,9 +111,6 @@ class MockCommandStreamReceiver : public CommandStreamReceiver {
}
GraphicsAllocation *getClearColorAllocation() override { return nullptr; }
void makeResident(GraphicsAllocation &gfxAllocation) override {
makeResidentCalledTimes++;
}
void postInitFlagsSetup() override {}
@@ -121,7 +118,6 @@ class MockCommandStreamReceiver : public CommandStreamReceiver {
int *flushBatchedSubmissionsCallCounter = nullptr;
uint32_t waitForCompletionWithTimeoutCalled = 0;
uint32_t mockTagAddress = 0;
uint32_t makeResidentCalledTimes = 0;
bool multiOsContextCapable = false;
bool memoryCompressionEnabled = false;
bool downloadAllocationsCalled = false;