mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 01:35:20 +08:00
Switch on a support for multi-storage resources on Linux
Related-To: NEO-2493 Change-Id: Ieb96ed309d2e1abbe349c372e0b0aabb37dc9c7f Signed-off-by: Slawomir Milczarek <slawomir.milczarek@intel.com>
This commit is contained in:
@@ -36,7 +36,6 @@ DrmMemoryManager::DrmMemoryManager(gemCloseWorkerMode mode,
|
||||
drm(executionEnvironment.osInterface->get()->getDrm()),
|
||||
forcePinEnabled(forcePinAllowed),
|
||||
validateHostPtrMemory(validateHostPtrMemory) {
|
||||
supportsMultiStorageResources = false;
|
||||
for (uint32_t rootDeviceIndex = 0; rootDeviceIndex < gfxPartitions.size(); ++rootDeviceIndex) {
|
||||
getGfxPartition(rootDeviceIndex)->init(platformDevices[0]->capabilityTable.gpuAddressSpace, getSizeToReserve(), rootDeviceIndex);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user