mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 21:18:24 +08:00
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:
committed by
Compute-Runtime-Automation
parent
ff7400d295
commit
46e4a389c2
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user