mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
Include domain when ordering with ZE_ENABLE_PCI_ID_DEVICE_ORDER
Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
279181a384
commit
9d49c56b75
@@ -234,6 +234,14 @@ class Drm : public DriverModel {
|
||||
|
||||
std::unique_lock<std::mutex> lockBindFenceMutex();
|
||||
|
||||
void setPciDomain(uint32_t domain) {
|
||||
pciDomain = domain;
|
||||
}
|
||||
|
||||
uint32_t getPciDomain() {
|
||||
return pciDomain;
|
||||
}
|
||||
|
||||
protected:
|
||||
Drm(std::unique_ptr<HwDeviceIdDrm> hwDeviceIdIn, RootDeviceEnvironment &rootDeviceEnvironment);
|
||||
|
||||
@@ -275,6 +283,7 @@ class Drm : public DriverModel {
|
||||
|
||||
drm_i915_gem_context_param_sseu sseu{};
|
||||
ADAPTER_BDF adapterBDF{};
|
||||
uint32_t pciDomain = 0;
|
||||
|
||||
TopologyMap topologyMap;
|
||||
struct IoctlStatisticsEntry {
|
||||
|
||||
Reference in New Issue
Block a user