Add PC before NP state commands on ATS

Add pipe control before state base address, state compute
mode and state sip commands.

Related-To: NEO-6615
Signed-off-by: Krzysztof Gibala <krzysztof.gibala@intel.com>
This commit is contained in:
Krzysztof Gibala
2022-02-10 16:21:54 +00:00
committed by Compute-Runtime-Automation
parent d6412a6f4e
commit 436fd7edce
11 changed files with 75 additions and 42 deletions

View File

@@ -26,4 +26,5 @@ struct TestTraits<IGFX_XE_HPC_CORE> {
static constexpr bool numberOfWalkersInCfeStateSupported = true;
static constexpr bool isUsingNonDefaultIoctls = true;
static constexpr bool forceGpuNonCoherent = false;
static constexpr bool isUnTypedDataPortCacheFlushSupported = true;
};