mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 21:18:24 +08:00
fix: populate SliceInfo based on TopologyMap in drm path
pick minimal config in case of multi tile Related-To: NEO-12073 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
c0b96dcd6e
commit
8edc40adbc
@@ -472,7 +472,9 @@ bool IoctlHelperI915::getTopologyDataAndMap(const HardwareInfo &hwInfo, DrmQuery
|
||||
auto retVal = this->translateTopologyInfo(topologyInfo, topologyData, mapping);
|
||||
|
||||
topologyMap.clear();
|
||||
topologyMap[0] = mapping;
|
||||
if (!mapping.sliceIndices.empty()) {
|
||||
topologyMap[0] = mapping;
|
||||
}
|
||||
|
||||
return retVal;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user