mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 13:33:02 +08:00
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:
committed by
Compute-Runtime-Automation
parent
ddf75b8d23
commit
8abbc69fef
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user