fix: disable indirects detection on non-PVC

Also add ULTs for getting indirect detection version product helper
methods.

Related-To: GSD-10453

Signed-off-by: Dominik Dabek <dominik.dabek@intel.com>
This commit is contained in:
Dominik Dabek
2024-12-09 13:53:23 +00:00
committed by Compute-Runtime-Automation
parent 4467b1e8de
commit 894c74b62d
3 changed files with 13 additions and 2 deletions

View File

@@ -118,7 +118,7 @@ bool ProductHelperHw<gfxProduct>::isDetectIndirectAccessInKernelSupported(const
template <PRODUCT_FAMILY gfxProduct>
uint32_t ProductHelperHw<gfxProduct>::getRequiredDetectIndirectVersion() const {
return IndirectDetectionVersions::requiredDetectIndirectVersionBindless;
return IndirectDetectionVersions::disabled;
}
template <PRODUCT_FAMILY gfxProduct>