feature: assign unique interrupt to queue

Related-To: NEO-8179

Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
Bartosz Dunajski
2024-06-06 15:23:40 +00:00
committed by Compute-Runtime-Automation
parent 0ac1be7669
commit da9c009b88
62 changed files with 423 additions and 259 deletions

View File

@@ -190,7 +190,7 @@ class Device : public ReferenceTrackedObject<Device> {
return getPreemptionMode() == PreemptionMode::MidThread || getDebugger() != nullptr;
}
MOCKABLE_VIRTUAL EngineControl *getSecondaryEngineCsr(EngineTypeUsage engineTypeUsage);
MOCKABLE_VIRTUAL EngineControl *getSecondaryEngineCsr(EngineTypeUsage engineTypeUsage, bool allocateInterrupt);
bool isSecondaryContextEngineType(aub_stream::EngineType type) {
return EngineHelpers::isCcs(type) || EngineHelpers::isBcs(type);
}