Limit pipeline selection to Xe

Related-To: NEO-6624
Signed-off-by: Daniel Chabrowski <daniel.chabrowski@intel.com>
This commit is contained in:
Daniel Chabrowski
2022-04-26 12:37:40 +00:00
committed by Compute-Runtime-Automation
parent b429df1b55
commit b42a49eb4b
24 changed files with 42 additions and 37 deletions

View File

@@ -52,6 +52,11 @@ struct HardwareParse {
template <typename FamilyType>
void findCsrBaseAddress();
template <typename FamilyType>
bool requiresPipelineSelectBeforeMediaState() {
return true;
}
template <typename FamilyType>
void findHardwareCommands();