Revert "fix rootDeviceIndex issue for PCI reorder"

This reverts commit d797d79f97.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
Compute-Runtime-Validation
2022-04-28 16:39:45 +02:00
committed by Compute-Runtime-Automation
parent ff7400d295
commit 46e4a389c2
3 changed files with 0 additions and 121 deletions

View File

@@ -26,12 +26,6 @@ class DrmMemoryOperationsHandlerBind : public DrmMemoryOperationsHandler {
std::unique_lock<std::mutex> lockHandlerIfUsed() override;
MemoryOperationsStatus evictUnusedAllocations(bool waitForCompletion, bool isLockNeeded) override;
uint32_t getRootDeviceIndex() {
return this->rootDeviceIndex;
}
void setRootDeviceIndex(uint32_t index) {
this->rootDeviceIndex = index;
}
protected:
MOCKABLE_VIRTUAL int evictImpl(OsContext *osContext, GraphicsAllocation &gfxAllocation, DeviceBitfield deviceBitfield);